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 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Enhancement |Critical Status|RESOLVED |REOPENED Resolution|WORKSFORME | ------- Additional Comments From [EMAIL PROTECTED] 2002-10-24 18:41 ------- The server-config.wsdd is created in WEB-INF folder of Tomcat4.1.12 on Win2K with the nightly build of 10/23/02. But with this build, the AxisServlet does not work and hence one can not deploy service in axis. As far as axis 1.0 release build is concerned, server-config.wsdd is not created and gives a serious problem as follows - 1. If one keeps deploying services without undeploying, after a while Tomcat starts giving 500 errors. It appears that axis engine malfunctions because its intenal cache might not be working properly. Since server-config.wsdd is not created, nothing much can be done once you start getting 500 errors. One workaround I found was to copy server-config.wsdd from axis.jar to WEB-INF folder and then the problem of 500 disappears. But with every restart of Tomcat, you need to redeploy the services again! Thanks. - Vijay