Hi
When I modify the servlet file it's not getting
updated.The webserver still shows the earlier file. I have
to shut down my webserver and start it again.
I even came across one more intersting
thing!!!
Once my servlet is executed . I delete the class file from the
webserver.After that when I execute the servlet in the browser it still shows me
the output of the servlet file even though I have deleted that file. So from
where does my webserver access the class file?? If I shut down thw machine
the webserver then asks for that class file..
Follwing things already tried out
1.Reloaded the JavaWebserver
2.All my servlet files are in the servlet directory of
Javawebserver.
3.Simple example like HelloWorldServlet is also not
working
i.e if i change the HeLLoWorldServlet file:
the output is not getting updated unless I shut down the machine.
Please help me out.
Nimesh
