Hi List,
I know that there are two ways of reloading web-applications in tomcat.
One is to set the reloadable parameter to true in the Context tag. The
other is to use the manager web application that comes with Tomcat.
Suppose my web-application is on a production server (along with many
other webapps) and the reloadable parameter is set to false. I realize
however that some jsp/servlet files need some updation. Isn't there any
way to force a reload of my web-application or those files in particular
without bothering the system administrator to access the manager
application and reload my web-app ?
One way would be provide every user a way to reload their web-application
only, without granting access to the manager application (and thus
without bothering the sys-admin). Or is there a parameter in Tomcat that
checks whether the class files have changes every once in a
time-interval (Caucho Resin provides this option.)
If no such way is present, could anybody give me some pointers/tips
towards writing some program that would make this possible ?
Any help appreciated,
Tarun
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>