Hi John,
Take a look at [1] and [2]
[1]http://svn.apache.org/repos/asf/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/aegis/AegisClientServerTest.java
[2]http://svn.apache.org/repos/asf/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/aegis/AegisServer.java
This test start jetty as servlet container and deploy cxf service into it
Regards
Freeman
John-M Baker wrote:
Hello,
Is there some sample Spring configuration for how to run the Jetty server
and bind the services? This is for a test case, hence I don't want to run
Tomcat to test the services.
John Baker