You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Barry Lulas <Ba...@BristolWest.com> on 2002/10/28 20:24:12 UTC

Help with problem running Axis

I think I have a problem with the way I have installed Axis on Tomcat
4.1.12.  All the rest of the validations checkout, but when I try to run the
AdminServlet I get the following Tomcat exception.  I checked the Tomcat
installation and the AdminServlet is NOT in the listed directory, but I
can't find it anywhere in the Axis installation.  Am I missing some
installation steps here?

HTTP Status 404 - /axis/servlet/AdminServlet

type Status report
message /axis/servlet/AdminServlet
description The requested resource (/axis/servlet/AdminServlet) is not
available.

Apache Tomcat/4.1.12


Re: Help with problem running Axis

Posted by Fadly <fa...@gmx.net>.
Help with problem running AxisHi Barry,

Just modify "web.xml" file located under 
$TOMCAT_HOME/webapps/<axis_context>/WEB-INF
Uncomment "AdminServlet" servlet tag, then restart your
Tomcat.

Personally, I don't know why this servlet commented by
default, any idea guys ?
.......
> I think I have a problem with the way I have installed 
> Axis on Tomcat 4.1.12.  All the rest of the validations 
> checkout, but when I try to run the AdminServlet I get > the following Tomcat exception. 
....

--fadly