Hello all! I'm porting an existing application to JBoss.
I noticed that when JBoss is shut down, all the generated class files for my JSP files are DELETED. On production environments this is really BAD. JSPs are supposed to be compiled only once. Of course JBoss shoud not be shut down regularly, but in case we needed a shutdown, the next time ALL the JSP's need to be recompiled. This is slow. Is there a setting somewhere?? Is this the normal way JBoss does JSPs?? I'm deploying my war as deflated folder under: JBOSS_HOME/server/default/deploy/my-web-app.war Thanks in advance. Zeron View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841307#3841307 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841307 ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
