You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Luba Powell <lu...@bellatlantic.net> on 2001/06/13 18:24:38 UTC

reloading JSP

What do I need to do to have Tomcat4 automatically reload JSP pages 
that contain beans and other classes.  
Right now I am just deleting stuff from work directory, thus forcing 
recompilation.  There must be a better way.

And I dutifully put reload flag into server.xml file:
<Context path="/db" docBase="db" debug="9" reloadable="true">
        </Context>

Thanks.