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