Also try putting the following sub-element for your context (in server.xml)
to reload your context after a specified interval. In the example below I am
specifying auto-reloading after every 3 seconds

 <Loader className="org.apache.catalina.loader.WebappLoader"
loaderClass="org.apache.catalina.loader.WebappClassLoader"      checkInterval="3"
/>

No need for reloadable to be true for JSP pages, unless you have java beans
being used that are placed in the classes folder under WEB-INF.

Regards,
Rommel Sharma.


-----Original Message-----
From: Alexander Piavka [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 22, 2003 4:44 PM
To: Tomcat Users List
Subject: how do i make a context automatically reload jsp files then
they change?



all i have found is reloadable option, the manuals says:
Set to true if you want Catalina to monitor classes in /WEB-INF/classes/
and /WEB-INF/lib for changes, and automatically reload the web application
if a change is detected. This feature is very useful during application
development, but it requires significant runtime overhead and is not
recommended for use on deployed production applications. You can use the
Manager web application, however, to trigger reloads of deployed
applications on demand.

 but this does not include jsp files, also ,as i understand, there is no
need to reload the whole web application if one jsp file changes.

 Thanks


--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to