Hi Ron, Hmm looks like it should work -- have you tried it?
Cheers, Chris -----Original Message----- From: Ron Grabowski <[email protected]> Reply-To: "[email protected]" <[email protected]>, Ron Grabowski <[email protected]> Date: Wednesday, October 23, 2013 7:30 PM To: "[email protected]" <[email protected]> Subject: Adding Tika to existing non-Spring Apache CXF web app >If I have an existing non-Spring Apache CXF wep application up and >running and I want to add support for basic meta data extraction via Tika >do I just need to register Meta/TikaResource alongside my existing >resources: > > >http://svn.apache.org/repos/asf/tika/trunk/tika-server/src/main/java/org/a >pache/tika/server/ > > > ><!-- web.xml --> ><servlet> > <servlet-name>MyApp</servlet-name> > ><servlet-class>org.apache.cxf.jaxrs.servlet.CXFNonSpringJaxrsServlet</serv >let-class> > <init-param> > <param-name>jaxrs.serviceClasses</param-name> > <param-value> > org.apache.tika.server.MetadataResource > org.apache.tika.server.TikaResource > com.example.ExistingResources > </param-value> > </init-param> ></servlet> > > >Will there be conflicts with the CXF jars that ship with Tika if my >application is stuck on CXF v2.5.x? >
