This assumes you have JAVA_HOME setup with proper jdk. This was the config doc that I created for axis config on tomcat.
3. Download the apache axis toolkit from xml-axis-beta2.zip . If you need the source code for this then download the source code from xml-axis-beta2-src.zip . 4. Then install the Tomcat Servlet container on your system in a specific directory. Let us call this as TOMCAT_HOME. For example if Apache Tomcat 4.0 is in C:\Program Files then TOMCAT_HOME= C:\Program Files\Apache tomcat 4.0. Set up environment variable TOMCAT_HOME with this value. 5. Set up environment variable with correct value for JAVA_HOME. For example if jdk is installed in C:\jdk1.3 then JAVA_HOME is C:\jdk1.3 6. Then extract the axis from xml-axis-beta2.zip in to a directory. Let us assume lib , doc and other directories got created in C:\xml-axis-beta2. Then AXIS_HOME= C:\xml-axis-beta2. 7. Copy the axis directory found in AXIS_HOME\webapps to TOMCAT_HOME\webapps. 8. Then move the files jaxrpc.jar and wsdl4j.jar found in TOMCAT_HOME\webapps\axis\WEB-INF\lib directory to TOMCAT_HOME\common\lib. Note : You need to move the files not copy the files. 9. Now start the Tomcat servlet container using the starup short cut or using the startup.bat scripts. 10. Access the axis using http://localhost:8080/axis. Hope this helps. regards, Anuroop -----Original Message----- From: Carl Trusiak [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 4:24 PM To: [EMAIL PROTECTED] Subject: RE: Tomcat + Axisintegration problem I had a similar problem. I think it's a classloader problem with Tomcat. If you extract the classes from jaxrpc.jar and place the classes under WEB-INF/classes, the Error goes away and Axis runs fine. Carl --- Minh Duong <[EMAIL PROTECTED]> wrote: > Aravind, > > What JDK version are you using? When we were using > JDK1.3.1, we were experiencing the same issue in a > Win2K environment. When we switched to JDK1.4, the > problem went away. > > Another symptom of this is to check whether you the > AXIS server has started. Go to /axis on your local > host using your browser and see if you can enter the > Administer Axis. Then select start under the > options. If you can't make it that far, it meads > that your Axis server has not started. > > Regards, > Minh > > -----Original Message----- > From: Aravind Chavar [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 12, 2002 2:51 PM > To: [EMAIL PROTECTED] > Subject: Tomcat + Axisintegration problem > > > Hi , > I am trying to integrate axis - beta1 with tomcat > 4.0.4-b3,a nd am getting > the following error > > java.lang.NoSuchMethodError > at > org.apache.axis.deployment.wsdd.WSDDDocument.(Unknown > Source) > at > org.apache.axis.configuration.FileProvider.configureEngine(Unknown > > Source) > at org.apache.axis.AxisEngine.init(Unknown Source) > at org.apache.axis.AxisEngine.(Unknown Source) > at org.apache.axis.server.AxisServer.(Unknown > Source) > at > org.apache.axis.server.DefaultAxisServerFactory.createNewServer(Unknown > > Source) > at > org.apache.axis.server.DefaultAxisServerFactory.getServer(Unknown > > Source) > at > org.apache.axis.server.AxisServer.getServer(Unknown > Source) > at > org.apache.axis.transport.http.AxisServlet.getEngine(Unknown > Source) > at > org.apache.axis.transport.http.AdminServlet.getEngine(Unknown > Source) > > > I tried other suggestiins already posted online , > such as placing the > xerces.jar at the beginning of the classpath, etc, > nothing seem to make it > working.Please helpo me resolve this problem. > > Thanks, > > Arvind > > > _________________________________________________________________ > Get your FREE download of MSN Explorer at > http://explorer.msn.com/intl.asp. > __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com
