Hi,

I'm trying to set up a CXF instance that acts as a web service aggregator over https. The examples that i've seen that use Jetty either start the server using a ServerFactoryBean or a ClassPathXmlApplicationContext, but these don't seem to work for me. I've created a cxf.xml file in which i can configure the service and the https endpoint, but i can't seem to figure out how to properly start CXF so that the configuration file gets loaded. What am i missing?

Many thanks,
Matthew

Reply via email to