I'm running my webappliation on Tomcat4.0.3. I have set the following Configuration in server.xml: <Context path="/examples" docBase="examples" debug="0" reloadable="true" crossContext="true">
This works fine and my bean classes get reloaded every time I change the Java files , but is it possible to define the same property for ROOT directory to reload the classes?
I'm running my webappliation on Tomcat4.0.3. I have set the following Configuration in server.xml: <Context path="/examples" docBase="examples" debug="0" reloadable="true" crossContext="true">
This works fine and my bean classes get reloaded every time I change the Java files , but is it possible to define the same property for ROOT directory to reload the classes?