how to manually deploy a web service on tomcat 6?
- by opensas
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…