I've started using it recently. Instead of dealing with hotdeploy, you can try enabling debug mode on the JSP servlet. In the var/catalina/web.xml:
Locate org.apache.jasper.servlet.JspServlet and make sure the development parameter is set to true. You can then further adjust how frequently it checks for JSP updates using the modificationTestInterval option. -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/inplace-deployment-tp332536p965709.html Sent from the Users mailing list archive at Nabble.com.
