This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
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?
Marty Hall
Author
Ranch Hand
Joined: Jan 02, 2003
Posts: 111
posted
0
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?