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 "Meloro, John" <Me...@Pragmatics.com> on 2004/05/27 15:34:16 UTC

Issue with Axis running under TomCat

All,
 
I am trying to run Axis under TomCat 5.0.  I can run the Axis home page
http://127.0.0.1:8080/axis <http://127.0.0.1:8080/axis>  and even go through
the different links.
 
However, I am seeing the following in the log file:
 
         .
         .
         .
javax.servlet.ServletException: Error instantiating servlet class
org.apache.axis.transport.http.AdminServlet
         .
         .
         .
----- Root Cause -----
java.lang.NoClassDefFoundError: javax/xml/soap/SOAPException
 
I have axis.jar in my common\lib directory.
 
Any help would be appreciated...
 
Thanks,
John M.