Hello,

The User Guide has a page on the standalone transport:
http://cwiki.apache.org/CXF20DOC/standalone-http-transport.html

But this page only demonstrates how to setup an SSL server.  Is there
any documentation on setting up a normal HTTP listener?  I'd like to
configure the port it runs on, for instance.  I couldn't find any
samples that use Spring (the tests do have some code examples of the
server).

Also, once this is configured in Spring, how do we start the server?  Do
I just load the spring config files and it starts itself?  Or do I need
to explicitly start it?

-Chris

Reply via email to