No, if you place the WAR in the Tomcat webapps directory, it will automatically expand and load for regular use. I would look at Step #8 of my tutorial again: http://www.jroller.com/gmazza/entry/creating_a_wsdl_first_web1#WFstep8
What you're asking is really not a web services question, but just a WAR question--the Tomcat User's list can help you. Jetty is just another servlet container like Tomcat. GlassFish, Geronimo, JBoss, WebLogic are JEE containers (= servlet container plus many other things.) so you can deploy them there as well, but there's frequently more moving parts in the process. If you're a newbie I'd recommend learning how to deploy webapps (WAR files) on Tomcat first. Glen bedge wrote: > > Now I need to run it without life support, ie: from a linux shell. > > Do I need to extract the war contents and build up the classpath and pass > the args to java? > -- View this message in context: http://www.nabble.com/Executing-wsdl2java-generated-war-tp23374295p23380465.html Sent from the cxf-user mailing list archive at Nabble.com.
