Connecting Tech Pros Worldwide Forums | Help | Site Map

Deploy a web service

Newbie
 
Join Date: Oct 2009
Posts: 2
#1: Oct 6 '09
Hi

I wrote a web service using java, and build it successfully, then i copied .war file in to webapps folder of tomcat, then i start tomcat and it creates a folder in webapps , now i want know these step are enough for deploy web service in tomcat ?
if my web service folder name 'Test' and web service name 'Work' , what is the url i should follow ?

Thanks

Frinavale's Avatar
Site Moderator
 
Join Date: Oct 2006
Location: The Great White North
Posts: 5,167
#2: Oct 6 '09

re: Deploy a web service


Check out this tutorial that Sun has provided on the topic of Building and Deploying a Web Service.

Make sure that you have Apache Ant. Apache Ant is used in the article I just linked you to. It will make your life a lot easier.

Please take the time to research the problem before you post your question. The experts here are more than willing to help you with a specific problem but you have to do your part to learn the basics. Please take the time to read over the posting guidelines specifically the section on Before you post your question. Thanks.

-Frinny
Newbie
 
Join Date: Oct 2009
Posts: 2
#3: Oct 7 '09

re: Deploy a web service


Hi

Sorry for the mistake and Thanks for the reply
Reply