I’m making a soap web service using JAX-WS.
Should this be deployed as war or jar.
Can it be deployed as a war?
Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You would deploy it as a .war and could deploy it on a number of different servers (Tomcat would be one of the simplest HTTP servlet containers).
I suggest you read the following tutorial on deploying a web-service using JAX-WS on Tomcat.
http://www.mkyong.com/webservices/jax-ws/deploy-jax-ws-web-services-on-tomcat/