Hi, I am trying to deploy JWS in my existing webapp as compared to /axis webapp in tomcat. This service works when deployed in /axis, but does not work when deployed in /mywebapp. I get following error.
I generated stub classes using WSDL file after deploying in /mywebapp to ensure its point to correct URL. Also, I have deployed all the required jar. I have also included all web.xml configruation in my webapp's web.xml. My question is: is there any special configuration required so that I can deploy JWS directly in my webapp as compared to deploying in seperate /axis app. I want to be able to use rest of the application directly by deploying JWS in my web app. Look forward to your inputs. Thanks. Kumar AxisFault faultCode: {http://xml.apache.org/axis/}HTTP faultSubcode: faultString: (500)No Context configured to process this request faultActor: faultNode: faultDetail: {}:return code: 500 <html><head><title>Apache Tomcat/4.0.6 - Error report</title><STYLE><!--H1{font-family : san s-serif,Arial,Tahoma;color : white;background-color : #0086b2;} BODY{font-family : sans-serif,Arial,Tahoma;color : black;back ground-color : white;} B{color : white;background-color : #0086b2;} HR{color : #0086b2;} --></STYLE> </head>&l t;body><h1>Apache Tomcat/4.0.6 - HTTP Status 500 - No Context configured to process this request</h1><HR si ze="1" noshade><p><b>type</b> Status report</p><p><b>message</b> <u >No Context configured to process this request</u></p><p><b>description</b> <u>The ser ver encountered an internal error (No Context configured to process this request) that prevented it from fulfilling this requ est.</u></p><HR size="1" noshade></body></html> {http://xml.apache.org/axis/}HttpErrorCode:500 (500)No Context configured to process this request at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:663) at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:94) at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) at org.apache.axis.client.AxisClient.invoke(AxisClient.java:147) at org.apache.axis.client.Call.invokeEngine(Call.java:2719) at org.apache.axis.client.Call.invoke(Call.java:2702) at org.apache.axis.client.Call.invoke(Call.java:2378) at org.apache.axis.client.Call.invoke(Call.java:2301) at org.apache.axis.client.Call.invoke(Call.java:1758) at localhost.MYWEBAPPNAME.MYSERVICENAME_jws.MYSERVICESoapBindingStub.MYSERVICE_METHOD(MyServiceSoapBindingStub. java:218) __________________________________ Do you Yahoo!? Yahoo! Mail - now with 250MB free storage. Learn more. http://info.mail.yahoo.com/mail_250