DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13903>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13903 Axis does not create server-config.wsdd in WEB-INF folder ------- Additional Comments From [EMAIL PROTECTED] 2002-10-25 00:02 ------- Axis Version: Axis 1.0 Nightly Build of 10/24/02 Environ : JDK1.4.0_01-b03/Tomcat 4.1.12/Win2K If you try to access AxisServlet with http://localhost:8080/axis/servlet/AxisServlet url it gives the following error - javax.servlet.ServletException: Wrapper cannot find servlet class org.apache.axis.transport.http.AxisServlet or a class it depends on Also if you try to access any of the predeployed services like Admin or Version, (.../axis/services/AdminService or .../axis/services/Version) it gives error page with a message - 'Servlet AxisServlet is currently unavailable' If you try to deploy a service through AdminClient it gives server 503 error - [java] AxisFault [java] faultCode: {http://xml.apache.org/axis/}HTTP [java] faultString: (503)Servlet AxisServlet is currently unavailable [java] faultActor: null [java] faultDetail: [java] null: return code: 503 But it does generate server-config.wsdd file though! Thanks. - Vijay