[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Hot code replace, JSP changes without republishing?

PeterJ do-not-reply at jboss.com
Fri Mar 16 13:16:10 EDT 2007


Well, JSPs are easy. Just deploy the application exploded (see http://jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment). Then you can simply copy the updated JSPs and they are picked up automatically.  Servlets are another issue all together since that requires the web app to be restarted. Usually, I use Maven to package and Ant to deploy my applications, and I typically restart the server on a deploy, though sometimes I even rebuild the server as part of a deployment. I assume that the Eclipse IDE would have a convenient way of redeploying, hence my suggestion to ask there.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028889#4028889

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028889



More information about the jboss-user mailing list