Re: Axis2 and tomcat 5.5

2007-03-08 Thread Michael Bell
Hi, I discovered the core of my problem by myself :) axis2.war only includes the axis2 jar archives. The lib directory only includes the licenses of the other required jar archives. Anything works fine after I copied all jar archives from the standard axis 1.1.1 distribution to my tomcat

Re: Axis2 and tomcat 5.5

2007-03-08 Thread Thilina Gunarathne
Seems like our nightly build system is broken some how... You can checkout the axis2 svn and run a mavan war to create the correct axis2.war.. See here[1] for more details.. Thanks, Thilina [1] http://ws.apache.org/axis2/svn.html On 3/8/07, Michael Bell [EMAIL PROTECTED] wrote: Hi, I

Re: Axis2 and tomcat 5.5

2007-03-08 Thread Michael Bell
Hi Thilina, Thilina Gunarathne schrieb: Seems like our nightly build system is broken some how... Yes, we noticed this too. All jar archives except of axis2 are missing. Nevertheless we found out that axis2 1.1.1 war archive works for us. The problem was a missing javaee.jar archive from

Axis2 and tomcat 5.5

2007-03-07 Thread Michael Bell
Hi, I try to install axis2 on tomcat 5.5 (on a Debian box). I use JRE 1.5.0.11 and tomcat 5.5.20. I noticed on the web page that sometimes it is necessary to copy the stax-api into the endorsed directory of tomcat. I did this too. Nevertheless I still get an error if I copy axis2.war to my