----- Original Message ----- From: "NJ Rogers" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 16, 2003 10:02 Subject: newbie question - installation problems
> Hi > > I've got axis deployed in tomcat, running on Windows 2K. > > I can validate ok - happyaxis.jsp > tells me that I've got all the core axis libraries, but that 1 optional > library is missing (xmlsec.jar which I will obtain) > > java.lang.NoClassDefFoundError: org/apache/commons/discovery/resource/names/DiscoverNamesInAlternateManagedP roperties > at org.apache.axis.AxisProperties.getAlternatePropertyNameDiscoverer(AxisProper ties.java:170) > at org.apache.axis.AxisProperties.setClassOverrideProperty(AxisProperties.java: 126) > ...] > > So the AxisServlet method "reportAvailableServices" is failing, right? you need commons-discovery too. Current versions of happyaxis check for this. download from http://jakarta.apache.org/commons/discovery.htm
