Hi there! I really don't know what I'm doing wrong. I've no practice with tomcat (or java) but I got the examples to work. Now I installed the latest version of Axis and tried to follow the installation-instructions. I got to Step 4, don't think that I really understood Step 5 but thougt, that Step 6 (the test) should run anyway - it didn't.
Then I tried to use the really very simple Example "Calculator.jws". It also doesen't work. Here what the tomcat-logfile says... 2002-05-01 02:34:31 - Ctx( /axis ): Exception in: R( /axis + /Calculator.jws + null) - java.lang.NoSuchMethodError at org.apache.axis.deployment.wsdd.WSDDDocument.<init>(WSDDDocument.java:106) at org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java :209) at org.apache.axis.AxisEngine.init(AxisEngine.java:173) at org.apache.axis.AxisEngine.<init>(AxisEngine.java:158) at org.apache.axis.server.AxisServer.<init>(AxisServer.java:121) at org.apache.axis.server.DefaultAxisServerFactory.createNewServer(DefaultAxisS erverFactory.java:155) at org.apache.axis.server.DefaultAxisServerFactory.getServer(DefaultAxisServerF actory.java:93) at org.apache.axis.server.AxisServer.getServer(AxisServer.java:105) at org.apache.axis.transport.http.AxisServlet.getEngine(AxisServlet.java:202) at org.apache.axis.transport.http.AxisServlet.getEngine(AxisServlet.java:166) at org.apache.axis.transport.http.AxisServlet.doGet(AxisServlet.java:215) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java) at org.apache.tomcat.core.Handler.service(Handler.java) at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java) at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java) at org.apache.tomcat.core.ContextManager.service(ContextManager.java) at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC onnectionHandler.java) at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java) at java.lang.Thread.run(Thread.java:484) Maybe I have some problem with my CLASSPATH and/or any other requirements. My CLASSPATH looks like this at the moment: CLASSPATH=/opt/jakarta/webapps/axis/WEB-INF/lib/axis.jar:/opt/jakarta/webapp s/axis/WEB-INF/lib/commons-logging.jar:/opt/jakarta/webapps/axis/WEB-INF/lib /log4j-core.jar:/opt/jakarta/webapps/axis/WEB-INF/lib/tt-bytecode.jar:/opt/j akarta/webapps/axis/WEB-INF/lib/jaxrpc.jar:/opt/jakarta/webapps/axis/WEB-INF /lib/jaxp.jar:/opt/jakarta/webapps/axis/WEB-INF/lib/crimson.jar:/opt/jakarta /webapps/axis:/home/harald/download/xml-axis-beta2:. I don't know if I need everything there and I don't know if I need something else. I really would like to understand that all, maybe it's not much that I'm doing wrong? Any help is welcome. Yours, Luke.