: Is it possible to change the url for solr admin??
: What i want is :
: http://192.168.0.89:8983/solr/private/coreName/admin
: 
: i want to add /private/ before the coreName. Is that possible? If yes how?

You can either do this via settings in your servlet container (to specify 
that hte mapping of hte solr applicaiton should be "solr/private" instead 
of "solr/" or you can modify the "path-prefix" value in Solr's web.xml 
(but that is not very well tested/supported)




-Hoss

Reply via email to