Hello,

When I deploy my axis2 app(version 1.1.1, tomcat 5.5.20 or 6.0 on linux) 
I get startup errors if I do not unpack the WAR.

Here is what tomcat's server.xml has:

This works -
<Host name="localhost" appBase="webapps"
       unpackWARs="true" autoDeploy="false"
       xmlValidation="false" xmlNamespaceAware="false"> 
However, this doesnt. note I changed unpackWARs=false
<Host name="localhost" appBase="webapps"
       unpackWARs="false" autoDeploy="true"
       xmlValidation="false" xmlNamespaceAware="false">


This typically happens when the app uses file I/O as opposed 
to ServletContext.getResource() or ServletContext.getResourceAsStream()

Can someone confirm file I/O is what Axis is doing?

Production deployments typically do not unpack WARs, so this 
is an issue. 

Thanks,
Sathija.


       
---------------------------------
Don't get soaked.  Take a quick peak at the forecast 
 with theYahoo! Search weather shortcut.

Reply via email to