Make sure, Tomcat is running specifically on port 8080. * If you have a tomcat plugin in your eclipse IDE, make sure it's started and started on port 8080 (if not you might have to edit conf/server.xml file in Tomcat installation directory)
* If you don't have a tomcat plugin in your eclipse IDE, start tomcat outside of eclipse may be by running startup.bat from tomcat bin directory (again making sure it starts on 8080 port) and then run your deployment from eclipse. A good practice is to discuss such issues on [email protected] mailing list first, later on axis-dev list before you resort to filing a jira bug. Thanks Jayachandra On 4/29/05, mukesh kumar (JIRA) <[email protected]> wrote: > error while deploying webservices on axis > ------------------------------------------ > > Key: AXIS-1967 > URL: http://issues.apache.org/jira/browse/AXIS-1967 > Project: Axis > Type: Bug > Components: WSDL processing > Environment: MS Windows server 2003, Error while deploying the webservices > on tomcat server thru eclipse . > Reporter: mukesh kumar > > This is the errror while deploying the webservices (wsdl file) from eclipse > to tomcat server 5.0. > The error message that i get is : > > IWAB0489E Error when deploying Web service to Axis runtime > axis-admin failed with {http://xml.apache.org/axis/}HTTP (503)Servlet > AxisServlet is currently unavailable > > -- > This message is automatically generated by JIRA. > - > If you think it was sent incorrectly contact one of the administrators: > http://issues.apache.org/jira/secure/Administrators.jspa > - > For more information on JIRA, see: > http://www.atlassian.com/software/jira > > -- -- Jaya
