René Schade wrote: > I would like to let my JSP-pages hot-deploy without an explicit reload of > the application. Is that possible? In my current configuration, the > Servlets are hot-deploy without reload, just like I want it, but changing > and deploying a JSP-page does not force a hot deploy (or even a reload).
I'm not sure if I get your point. Anyway: changing a JSP won't trigger a reload of your webapp but it will (by default) be automatically re-compiled when it's accessed for the first time after the change was performed. Regards mks --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]