how to manually deploy a web service on tomcat 6?

Posted by opensas on Stack Overflow See other posts from Stack Overflow or by opensas
Published on 2010-03-24T21:29:02Z Indexed on 2010/03/24 21:33 UTC
Read the original article Hit count: 338

Filed under:
|
|
|
|

I'm learning how to develop soap web services with java.

So far now I've been following this excelente tutorial

http://java.sun.com/developer/technicalArticles/J2SE/jax_ws_2/

it all goes well, I have my web service working from the command line with it's embeded server, and then, with the help of netbeans I deployed it on tomcat.

I'd like to know the steps to manually deploy it on tomcat, in order to learn how it's done, and because I don't like depending on an ide.

I mean, I'd like to know how everything could be done from the command line and a text editor.

I've also found this link that explains how to manually deploy a servlet to tomcat,

http://linux-sxs.org/internet_serving/c292.html

but I couldn't find any article telling how to deploy a web service...

thanks a lot

saludos

sas

© Stack Overflow or respective owner

Related posts about java

Related posts about web-services