I have created one web service in Java using Eclipse, now I need to publish that web service. How to achieve this?
Asked
Active
Viewed 1,096 times
2 Answers
2
you can deploy your ws that is developed in java on tomcat server and to do that you can follow instuctions on How to manually deploy a web service on Tomcat 6?
now TomCat7 is availabale and you must check this PDF which helps you to deploy Webservices on Tomcat from eclipse. It is self explained Pictorial representation and is exactly what you want.

Community
- 1
- 1

Jigar Pandya
- 6,004
- 2
- 27
- 45
1
Export the war and deploy it to an application server.

Jean-Philippe Briend
- 3,455
- 29
- 41
-
can you tell me how to deploy it to an application server? because i am self learner to java/eclipse in fact web service too – Android app_devlpr Jul 31 '12 at 11:46