The first check you can make is:
1. install Tomcat 2. copy the webapps/axis directory to Tomcat's webapps directory 3. go to http://localhost:8080/axis Do you get a page with a message from AXIS? If so at least your Tomcat installation is working correctly. Second check: 1. go to http://localhost:8080/axis/StockQuoteService.jws Do you get a message saying that you'ce accessed an AXIS service? If so.... I have no idea what your problem could be :-) If not, copy the jaxrpc.jar (the one from xml-axis/lib) to Tomcat's common/lib directory. Now restart Tomcat and try the second check again. Hopefully it works now. -Tako > -----Original Message----- > From: LuckyLuke [mailto:[EMAIL PROTECTED]] > Sent: woensdag 1 mei 2002 2:52 > To: [EMAIL PROTECTED] > Subject: Can't get it running > > > 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>(WSDDDocume > nt.java:106) > at > org.apache.axis.configuration.FileProvider.configureEngine(Fil eProvider.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.createNewServe > r(DefaultAxisS > erverFactory.java:155) > at > org.apache.axis.server.DefaultAxisServerFactory.getServer(Defa ultAxisServerF > actory.java:93) > at > org.apache.axis.server.AxisServer.getServer(AxisServer.java:105) > at > org.apache.axis.transport.http.AxisServlet.getEngine(AxisServl et.java:202) > at > org.apache.axis.transport.http.AxisServlet.getEngine(AxisServl et.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(ContextM anager.java) > at > org.apache.tomcat.core.ContextManager.service(ContextManager.java) > at > org.apache.tomcat.service.http.HttpConnectionHandler.processCo > nnection(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/ax is/WEB-INF/lib > /log4j-core.jar:/opt/jakarta/webapps/axis/WEB-INF/lib/tt-bytec ode.jar:/opt/j > akarta/webapps/axis/WEB-INF/lib/jaxrpc.jar:/opt/jakarta/webapp s/axis/WEB-INF > /lib/jaxp.jar:/opt/jakarta/webapps/axis/WEB-INF/lib/crimson.ja r:/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. > >
