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.

Reply via email to