You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by diuis <di...@yahoo.it> on 2012/10/15 17:32:17 UTC

TomEE and the unpacksWar attribute

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.

Re: TomEE and the unpacksWar attribute

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Hi,

currently TomEE doesn't dupport deploying a war without unpacking it

*Romain Manni-Bucau*
*Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
*Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/>
*LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
*Github: https://github.com/rmannibucau*




2012/10/15 diuis <di...@yahoo.it>

> 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.