Reputation: 63
I have created one web service in Java using Eclipse, now I need to publish that web service. How to achieve this?
Upvotes: 0
Views: 1116
Reputation: 3515
Export the war and deploy it to an application server.
Upvotes: 1
Reputation: 5987
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.
Upvotes: 2