Android app_devlpr
Android app_devlpr

Reputation: 63

How to publish the web service which is created in Java using Eclipse?

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

Answers (2)

Jean-Philippe Briend
Jean-Philippe Briend

Reputation: 3515

Export the war and deploy it to an application server.

Upvotes: 1

Jigar Pandya
Jigar Pandya

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

Related Questions