Hi users@, I'm embarking on a task to refactor the Apache Nutch Server [0] such that it is packaged as a WAR for distribution and deployment in Tomcat, Jetty, etc. This will bring lots of stability features as well as other benefits over the standalone service as it currently exists.
I've been reading about CXF and JAX-RS and decided to come to the mailing list because it is not clear to me what configuration (WEB-INF/web.xml?) needs to replace/complement the exiwting programmatic configuration. The JAXRSServerFactoryBean is currently configured as follows [1]. The service includes several CXF resources [2] with the usual annotations. At this stage I've hit somewhat of a dead end and would appreciate some guidance to put me back on track. Thanks in advance for any assistance. lewismc [0] https://github.com/apache/nutch/blob/master/src/java/org/apache/nutch/service/NutchServer.java [1] https://github.com/apache/nutch/blob/master/src/java/org/apache/nutch/service/NutchServer.java#L91-L108 [2] https://github.com/apache/nutch/tree/master/src/java/org/apache/nutch/service/resources -- http://home.apache.org/~lewismc/ http://people.apache.org/keys/committer/lewismc
