Tuesday, August 17, 2010

How to make servlet relaodable in tomcat server

During development phase it as advisable to make servlet reloadable as one need not to restart the tomcat server after making any changes in servlet.

For doing this edit Context.xml file in Conf dir of tomcat and put a line in header
as relaodable="true" restart the tomcat server

upto tomcat 5.5 this holds true.

No comments:

Post a Comment