: I have been trying to deploy Solr on websphere but no luck yet. : I was trying to deploy the war file under "dist" folder, but I kept getting : errors. (recent one is that it couldn't find the configuration file). When I
Did you start by going through the tutorial using the instance of jetty included in the release? your error was most likelye related to the solrconfig.xml and schema.xml files -- which are not included in the war. they are specific to *your* use cases, not part of the app. examples are provided, and the tutorial shows you where to find them and how to use them. try the tutorial, get up to speed using jettty, check out the wiki, and then you'll probably find it much easier to make sense of running solr in various servlet containers... http://lucene.apache.org/solr/tutorial.html http://wiki.apache.org/solr/SolrInstall -Hoss