I know I can do it from tomcat, but I want to get the embedded jetty
and jetty-runner working as this method is more portable as it is
deployable on targets with no tomcat/jetty server. It's completely
self contained. Or am I missing something here?
I'm running:
java -jar jetty-runner-7.0.0.pre5.jar ./service-war/target/DpmCore.war
and it starts the service, but not a the same url as other
environments. I'm struggling with the mapping between the WSDL's
portType, service, service name, the @WebService annotations etc.
Once I get it working I'll post the top down instructions.
BTW Glen, your example was a Godsend.
-Bruce
On Mon, May 4, 2009 at 8:34 PM, Glen Mazza <[email protected]> wrote:
>
> 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.
>
>