Hello,
I am quite new to
tomcat and webapp. I have a project that implements wsdl2java with axis2. When compile it by mvn install command, the project compiles and it undergoes a
test process. As far as I understand during the test a glassfish server is launched and the project is deployed. The test are passed (no errors, the application produces the expected results). However when I take the war file and deploy it on tomcat my application has some problems with handling a POST request that takes a multipart. The methods looks like that:
The tomcat error is the following:
As I wrote before everything works in glassfish test environment. The Tomcat crashes. I try to access the server with a
java client or even a simple html post form - all with the same results. I guess It has something to do with adding axis2 framework since this problem did not occur before adding it.
Can any one help?