| Author |
Reg: Deployment exception
|
Ramkumar Umayal
Greenhorn
Joined: Oct 13, 2009
Posts: 18
|
|
Hi all,
I have implemented a server side code using JavaWS model. Then I created a jar of generated classes. When i delplyed it in Tomcat using axis2. I getting an exception saying
[INFO] org.apache.axis2.deployment.DeploymentException: The services.xml file ca
nnot be found for the service: D:\VTP\apache-tomcat-6.0.20\apache-tomcat-6.0.20\
webapps\axis2\WEB-INF\services\sm.jar
I read that there wont be services.xml for JavaWs implementation. The tomcat throwing a exception that needs a services.xml file. Could you please help me out in this regard.
Thanks & Regards,
Ram
|
 |
C Shinde
Ranch Hand
Joined: Oct 22, 2009
Posts: 60
|
|
As far as I can see the Axis 2.0 getting started page talks about having a service.xml file.
I presume you have read this page Apache Axis 2.0 Getting Started
|
Regards,
Chetan Shinde
|
 |
Ramkumar Umayal
Greenhorn
Joined: Oct 13, 2009
Posts: 18
|
|
Thanks for response..
Now i am not getting any exception since i missed a class to add in the path.
Thanks again.
-RAM
|
 |
 |
|
|
subject: Reg: Deployment exception
|
|
|