I am trying to deploy a Spring Webservices Application to
tomcat on a unix box. I have deployed the war file, bounced the server instance and tried to access the wsdl using the url:
http://boxname:portnumber/RPMService/rpm.wsdl
However, I get the following exception:
The requested resource (
Servlet spring-ws is not available) is not available.
In my packaging script, I have packaged the spring-ws-servlet.xml within the WEB-INF directory.
Can someone point me in the right direction?
Why is tomcat not able to detect the spring-ws-servlet.xml?
Thanks in advance,
Kunal
WEB.xml:
Logs: