I am using Tomcat 4.1( will move to Tomcat 5) and JDK 1.5, We do not use a Web-Apps directory in Tomcat, Instead use the shared/lib directory to load the jar files. I have sucessfully used Axis1.2 for over 18 months in this config, now I am trying to switch to Axis2 but it has been very difficult, I cannot get the Admin Servlet started. What files are required under the WEB-INF and where does one put the services.xml file under the default Root directory of Tomcat?
 
When typing http://localhost:8081/axis2-admin in the browser I get
Error
Root Cause
java.lang.NullPointerException
	at org.apache.axis2.transport.http.AdminAgent.(AdminAgent.java:76)
	at org.apache.axis2.transport.http.AxisAdminServlet.init(AxisAdminServlet.java:52)
	at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:935)
	at org.apache.catalina.core.StandardWrapper.allocate(StandardWrapper.java:668)
Thanks
Cyril

Reply via email to