Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reload Classfiles without restarting Tomcat .

Status
Not open for further replies.

SrinathN

Programmer
Joined
Oct 30, 2003
Messages
1
Location
IN
Can any one tell me how to configure tomcat so that i reloads the re- complied files without restarting Tomcat?

-- Srinath..
 
Depends upon the version of Tomcat whether you can do this or not ... check the Tomcat documentation for the "manager" application, which shows you how deploy war files without a restart.
 
if you have manager,

http://[hostname]/manager/reload?path=/[context_root]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top