2010/3/11 Terence Coffey <terence_j_cof...@yahoo.co.uk>:
> INFO: Deploying web application archive axis2.war
> SEVERE: Exception fixing docBase for context [/axis2]
> java.io.FileNotFoundException: 
> /home/tc/TomCat/apache-tomcat-6.0.24/webapps/axis
> 2/META-INF/MANIFEST.MF (No such file or directory)
>        at java.io.FileOutputStream.open(Native Method)
>        at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
>        at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
>        at org.apache.catalina.startup.ExpandWar.expand(ExpandWar.java:457)

Tomcat tries to unpack axis2.war, but cannot.
Maybe the target directory (see the message) is not writeable. Check
what user is used to run Tomcat (it must not be "root"), and what
permissions and ownership are on those directories.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to