Hi Pramod,
You need to set hostContext in your solr.xml. See
https://cwiki.apache.org/confluence/display/solr/Format+of+solr.xml
Alan Woodward
www.flax.co.uk
On 13 Jun 2014, at 00:44, pramodEbay wrote:
> Hi,
> I am deploying Solr in a larger web application. The standalone solr
> instance wo
Hi,
I am deploying Solr in a larger web application. The standalone solr
instance works fine. The path-prefix I use is raptorslrweb. A standalone
SOLR query to my instance that works is as follows:
http://hostname:8080/raptorslrweb/solr/reviews/select?q=*%3A*&wt=json&indent=true
However, when I c