Hi,


I'm using cxf to start a simple JAX-RS server using the following code (from 
the documentation):



JAXRSServerFactoryBean  sf = new JAXRSServerFactoryBean();

sf.setResourceClasses(clazz);

sf.setResourceProvider(clazz, new SingletonResourceProvider(this));

sf.setAddress("http://localhost:5000";);

sf.create();



How can I modify this code to add an NCSARequestLog to the embedded jetty 
instance?  Is this possible?



Thanks,

Matt


________________________________

This e-mail is for the sole use of the intended recipient and contains 
information that may be privileged and/or confidential. If you are not an 
intended recipient, please notify the sender by return e-mail and delete this 
e-mail and any attachments. Certain required legal entity disclosures can be 
accessed on our website.<http://site.thomsonreuters.com/site/disclosures/>

Reply via email to