Hi Ajith, Yes; that's the one we are talking about. It comes down as a 'Compressed(zipped) folder'. Deploy that and we have no joy. Change its name to axis2.war and it will deploy the axis2 folder. The contents are as expected. However, browsing to http://localhost:8080/axis2 and clicking on the Services link throws:
java.lang.NoSuchMethodError: org.apache.axis2.description.AxisService.getOperations()Ljava/util/HashMap; and the Validate link throws: java.lang.NoClassDefFoundError: org/apache/axis2/om/OMNode I'm running WindowsXP SP2 Tomcat 5.5.12 configured for Java 1.5.0_06 Axis 1 runs happily and Axis2 0.94 ran fairly happily except for the fact that I couldn't see the wsdl for the services that I deployed (although they seemed to work) Regards, Ken -----Original Message----- From: Ajith Ranabahu [mailto:[EMAIL PROTECTED] Sent: 29 March 2006 15:16 To: [email protected] Subject: Re: [Axis2] 0.95 installation Hi Ken, Just to get things straight, Are we talking about the download from http://ws.apache.org/axis2/download.cgi page which says war distrubution under 0.95? true that it says "zip" in the link but what you should be getting is a axis2.war file that is instantly deployable in tomcat! On 3/29/06, Ken Campbell <[EMAIL PROTECTED]> wrote: > Hi Eran, > > Thanks for your reply; I'm afraid no miracles, only a 404 error from Tomcat. > But then this was my point, I wasn't really expecting axis2.zip to provide > me with a web service. If I unzip it I get the axis2 folder. Put that in > webapps, restart Tomcat (5.5), I get a 500 error: >...
