Hi to all.I would deploy a war application in TomEE 1.5 without unpacking the war, in a read only file system. I guess the best way to do this is to set the unpacksWar attribute of the host element in the server.xml file to false, but, when I start TomEE, this is the log:/INFO: Starting service CatalinaOct 15, 2012 5:20:14 PM org.apache.catalina.core.StandardEngine startInternalINFO: Starting Servlet Engine: Apache Tomcat/7.0.30Oct 15, 2012 5:20:14 PM org.apache.catalina.startup.HostConfig deployWARINFO: Deploying web application archive /opt/develop/as/apache-tomee-plus-1.5.0/webapps/myapp-SNAPSHOT.warOct 15, 2012 5:20:14 PM org.apache.tomee.catalina.TomcatWebAppBuilder initINFO: -------------------------TomcatWebAppBuilder.init /myapp-SNAPSHOTOct 15, 2012 5:20:14 PM org.apache.openejb.util.JarExtractor extractINFO: Extracting jar: /opt/develop/as/tomee/webapps/myapp-SNAPSHOT.warOct 15, 2012 5:20:14 PM org.apache.openejb.util.JarExtractor extractINFO: Extracted path: /opt/develop/as/tomee/webapps/myapp-SNAPSHOT/Of course, if I make the file system read only, the deploy fails.What's wrong?Thanks,Demis Gallisto
-- View this message in context: http://openejb.979440.n4.nabble.com/TomEE-and-the-unpacksWar-attribute-tp4658038.html Sent from the OpenEJB User mailing list archive at Nabble.com.
