Hi Federico, you can take a look to this wiki page: http://wiki.apache.org/solr/EmbeddedSolr <http://wiki.apache.org/solr/EmbeddedSolr>Solr also has some maven support, see the ant target "generate-maven-artifacts", don't know if that's what you need. Regards, Tomás
On Tue, Jun 7, 2011 at 12:17 PM, Federico Czerwinski <fed...@gmail.com>wrote: > Hey there. I was wondering if Solr can be embedded into my Java Web App. As > far as I know, Solr comes as a war or bundled with Jetty if you don't have > a > container. I've opened the war's web.xml and found out that it only has a > couple of servlets, filters and that's it. > > So, would it be possible to declare those servlets in *my* web.xml, and > include the appropiate jars in my classpath, instead of having another > webapp deployed in the container? Does Solr has the jars mavenized? > > Thank you > > Fede. >