Maybe I'm answering my own question here. Jetty Runner : Jan's Blog <http://blogs.webtide.com/janb/entry/jetty_runner>
Is this what everyone uses for executing wars? -Bruce On Mon, May 4, 2009 at 11:45 AM, Bruce Edge <[email protected]> wrote: > Hi, > This might be more of a general java cluelessness than a cxf question. > I have a war built from maven (based on Glen Mazza's example) which works > fine when run from eclipse. > 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? > > Or, is there an accepted method for running packaged ":wars"? > > Can jsvc kick off a war? > > I'm using the "generate server" option to wsdl2java so I have the generated > main() in the war. I'm not married to that though, it just seemedsimpler > than having to deploy thorugh tomcat. > > A reference to the appropriate docs would be very welcome. > > This is using cxf 2.2.1, ubuntu jaunty and the java-6-openjdk. > > Thanks, Bruce >
