[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Unwaring web app - leaves some files in the war
PeterJ
do-not-reply at jboss.com
Thu Dec 13 11:22:17 EST 2007
The tmp directory is used to explode war/ear/sar/etc files. The work directory is used by Tomcat to compile JSPs.
If you are loading a properties file using a directory location (as opposed to getting it from the classpath), you are better off deploying an exploded directory.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112624#4112624
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112624
More information about the jboss-user
mailing list