Sathija,

Please log a bug in JIRA with this snippet.

thanks,
dims

On 4/12/07, Meghna Rao <[EMAIL PROTECTED]> wrote:
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.




--
Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to