"[EMAIL PROTECTED]" wrote : | Can I safely hot deploy jsps to the war (if it's deployed exploded). | Yes.
"[EMAIL PROTECTED]" wrote : | If the war isn't re-deployed how is the jsp relinked? | The last modified timestamp indicates a change to the jsp. Any modified jsps will be recompiled and will go through the JSP lifecycle. "[EMAIL PROTECTED]" wrote : | What happens to references made by that jsp to shared classes? | The jsp will be recompiled and will go through the jsp lifecycle. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187662#4187662 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187662 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
