Hi All,

Running solr (4.7.2) locally and hitting the admin page like this works just 
fine http://localhost:8983/solr/ <http://localhost:8983/solr/#># 
<http://localhost:8983/solr/#> 

But on my deployment server my path is http://example.org/jetty/MyApp/1/solr/# 
<http://example.org/jetty/MyApp/1/solr/#>
Or http://example.org/jetty/MyApp/1/solr/admin/cores 
<http://example.org/jetty/MyApp/1/solr/admin/cores> or  
http://example.org/jetty/MyApp/1/solr/main/admin/ 
<http://example.org/jetty/MyApp/1/solr/main/admin/>

the above request in a browser loads the admin page half way and then spawns 
another request at
http://example.org/solr/admin/cores <http://example.org/solr/admin/cores>….

how can I maintain my other params such as jetty/MyApp/1/

btw http://example.org/jetty/MyApp/1/solr/main/select?q=*:* 
<http://example.org/jetty/MyApp/1/solr/main/select?q=*:*> or any other 
requesthandlers work just fine.
 
What is going on here ? any idea ?

thanks,
Summer

Reply via email to