Reloading of servlet requires Tomcat restart?
843841Dec 16 2003 — edited Jan 13 2004Hi,
I am using Tomcat4.06 and servlet specification2.3.
I have written a simple JDBC program that retreives data from a table and displays the values on the screen in HTML format.
The problem is that when I make any changes to my servlet and reload the servlet , I am not able to see the updated changes.
Unless I restart my tomcat the changes are not being visible.
Do i need to restart the servlet engine everytime I make changes to the servlet?
Thanks in advance .
Regards,
Raj.