Re: Error when deploying in tomcat without unpacking war

2007-04-15 Thread Meghna Rao
Dims, Logged JIRA # 2528 for this issue. Thanks, Sathija. Davanum Srinivas <[EMAIL PROTECTED]> wrote: Sathija, Please log a bug in JIRA with this snippet. thanks, dims On 4/12/07, Meghna Rao wrote: > Hello, > > When I deploy my axis2 app(version 1.1.1, tomcat 5.5.20 or 6.0 on linux) > I get

Re: Error when deploying in tomcat without unpacking war

2007-04-12 Thread Davanum Srinivas
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 wor

Error when deploying in tomcat without unpacking war

2007-04-12 Thread Meghna Rao
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 - However, this doesnt. note I changed unpackWARs=false This typically happens when the app uses file I/O as op