Hainer Neil wrote: > 1. I am configuring AXIS 1.0 for the first time. I am using tomcat 4.1.18. > I noticed the following when I ran happyaxis.jsp: > > Note: On Tomcat 4.x, you may need to put libraries that contain java.* or > javax.* packages into CATALINA_HOME/commons/lib > > Exactly what should I place in CATALINA_HOME/commons/lib? > > 2. When I attempt to run "Administer AXIS" from my local AXIS home page I > get the following error: > > HTTP Status 404 - /axis/servlet/AdminServlet > > type Status report > message /axis/servlet/AdminServlet > description The requested resource (/axis/servlet/AdminServlet) is not > available.
Most likely you didn't copy the axis directory that is in axis-1_1RC1/webapps, or whatever version you are using, look in the web apps directory, after you had unzipped the archive. Copy that to $TOMCAT_DIR/webapps and then restart your tomcat server.
