IntelliJ Java IDE
The moose likes Tomcat and the fly likes Tomcat restart necessary on fresh build Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Tomcat restart necessary on fresh build" Watch "Tomcat restart necessary on fresh build" New topic
Author

Tomcat restart necessary on fresh build

heath carlough
Ranch Hand

Joined: Feb 01, 2003
Posts: 34
Any time I recompile my code tomcat4.1 has to be restarted with the shutdown/startup.sh scripts. I didn't have to do that with the previous version (4.0). Eeven though the log says something to the effect of "Reloading context" when I re-compile, it never is able to find those new classes.??? Any suggesstions?
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 11863
Use the Management application to force reloading of the servlet. Not a very flashy interface but very handy.
Bill
 
IntelliJ Java IDE
 
subject: Tomcat restart necessary on fresh build
 
Threads others viewed
need MAC address of client machine in servlet
redirect within a servlet
Timers
Sun Study Guide
Jar all the servlets?
IntelliJ Java IDE