LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Trouble reloading servlets in Tomcat 5.5 (https://www.linuxquestions.org/questions/linux-software-2/trouble-reloading-servlets-in-tomcat-5-5-a-628995/)

gatsby 03-18-2008 01:45 PM

Trouble reloading servlets in Tomcat 5.5
 
I am trying to configure Tomcat 5.5 so that I do not have to restart the service every time I make any change to a servlet in the container. I have put the following line in the main server.xml file to define my webapp's context.

<Context path="/myApp" docBase="myApp" debug="5" reloadable="true" crossContext="true">
</Context>

Is there something I am missing? Perhaps I need to set the reloadable parameter somewhere else? With the reloadable parameter set to true, it seems like it should be working, but it is not. I have to restart Tomcat each time I make a change to my servlets.

Thanks in advance for your help.


All times are GMT -5. The time now is 10:32 AM.