Hello all,

I have successfully deploy my jsp project into webserver.It is running fine.
But my problem is , my project contains some .java/.class files where i have written classes and methods.
If i want to change this .java file and re-upload it to web server, it is not get updated.
Then i export my whole project into .war file and upload, then it works fine.

Please tel me how to upload modified .java/.class files into web server.

Thanks in advance.

SHAN

Recommended Answers

All 6 Replies

You need to restart the application after loading new classfiles. This happens automatically when you deploy a war file.

You need to restart the application after loading new classfiles. This happens automatically when you deploy a war file.

thank you masijade.
Can you tell me how to restart application in web server?

Read the documentation for your web container.

Edit: If it is that it is a service from some third party provider, than ask them.

commented: thanks for your quick response. +4

Of course that documentation is only valid for tomcat. There are many other web containers. Which is the reason I told you to read the documentation, as each container has their own admin interfaces.

ok.thank you.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.