Hi,
I am running Tomcat 3.2.4 on my Cpanel server. I have following problem:
Whenever the user changes any of his class files, I have to restart the Tomcat for the changes to take effect.
When he adds a new file, this file is immediately working, but when he changes an existing file, I have to restart the Tomcat for the context changes to work.
I am a newbie in this area, and I'd be happy if anybody could give me suggestions how to fix this. I've read in one post that the solution would be to set up a cron job to restart Tomcat for example every 5 minutes, but I don't think this is the smartest thing to do.
Here's an example of entry in my server.xml config file:
<Host name="www.$domain.com" appBase="/home/$domain/public_html/">
<Context path="/"
docBase="/home/$domain/public_html/"
reloadable="true"
debug="1"
/>
</Host>
Thanks a lot for any help or suggections.



LinkBack URL
About LinkBacks
Reply With Quote




