Mar 6, 2006 #1 lcky Programmer Sep 29, 2005 30 GB Hi I am using Tomcat 5.5. I have myTest.war file in a Tomcat 5.5/webapps. when I start Tomcat, it automatically expand myTest.war file into same folder. Is there any way, I can stop war file expanding and run application from war. Please any suggestion. Thank
Hi I am using Tomcat 5.5. I have myTest.war file in a Tomcat 5.5/webapps. when I start Tomcat, it automatically expand myTest.war file into same folder. Is there any way, I can stop war file expanding and run application from war. Please any suggestion. Thank
Mar 6, 2006 #2 sedj Programmer Aug 6, 2002 5,610 In TOMCAT_HOME/confserver.xml , find the <Host> tag(s) - and change : unpackWARs="true" to : unpackWARs="false" Ta Da ! -------------------------------------------------- Free Java/J2EE Database Connection Pooling Software http://www.primrose.org.uk Upvote 0 Downvote
In TOMCAT_HOME/confserver.xml , find the <Host> tag(s) - and change : unpackWARs="true" to : unpackWARs="false" Ta Da ! -------------------------------------------------- Free Java/J2EE Database Connection Pooling Software http://www.primrose.org.uk