Deploy JAX-WS web services on Tomcat
i have jaxws hello world webservice.i want to deploy it to tomcat(as war file).any one please suggest me the best way to do so(explain elaborately). hello world jaxws in here
http://www.mkyong.com/web开发者_StackOverflow社区services/jax-ws/jax-ws-hello-world-example-document-style/
and there is tutorial on how to deploy it in tomcat
http://www.mkyong.com/webservices/jax-ws/deploy-jax-ws-web-services-on-tomcat/
i have downloaded the source code from above link and deployed war in tomcat.but tomcat was unable to start the webservice.
i dont have an idea what crank is .but the exact error is like this. i deploy war into tomcat start tomcat.i am unable to start this war,it shows following message
FAIL - Application at context path /helloworld could not be started.
in command promt it shows following error SEVERE:Error listenerstart
SEVERE:Context [/helloworld] startup failed due to previous errors
精彩评论