Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Reloading of servlet requires Tomcat restart?

843841Dec 16 2003 — edited Jan 13 2004
Hi,

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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 10 2004
Added on Dec 16 2003
4 comments
261 views