Tomcat 4.0.3 has a bug (fixed in 4.0.4) where it will not find javax.mumble packages in WEB-INF/lib. Try moving all the jars with java or javax packages into common/lib.
-- bob -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tom Lianza Sent: Monday, July 22, 2002 1:18 PM To: [EMAIL PROTECTED] Subject: Install - works fine on XP, no good on Linux The error message I'm getting is here: http://fokkit.kicks-ass.org:8180/axis/happyaxis.jsp java.lang.NoClassDefFoundError: javax/xml/soap/SOAPException I have the same jar files in the same places on my XP machine and my Debian machine (link above). The XP machine works, and the Debian one doesn't. Only real differences I can think of: XP has jdk1.4, Linux is on 1.3. XP also has Tomcat 4.0.4 while the Linux box is running 4.0.3. Any ideas on what might be the problem? The jar locations are the same in both cases (and provided below for reference). Thanks, Tom In /common/lib I have: jaxrpc.jar naming-resources.jar tools.jar xmlParserAPIs.jar naming-common.jar servlet.jar xercesImpl.jar In /webapps/axis/WEB-INF/lib I have: axis.jar log4j-1.2.4.jar tt-bytecode.jar commons-logging.jar saaj.jar wsdl4j.jar