If you deploy a packed war, You have to put the JSP in the temp-directory that the WAR 
is unpacked in.

I deploy my apps fully exploded (both ear's and wars and jars for ejb's) and can put a 
new JSP directly into the .war-directory and call it later. If I had a servlet that 
generated a new JSP, I would also just put in my war-directory and it would be 
reachable.

I also preserves the genereated servlet-code (for the JSP) ans saves the compiled 
servlet, so I don't have to recompile, but this would probably not be an issue if the 
servlet generates a new JSP. This would always be newer than the previous copy anyway.

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to