Re: Solr admin Url issues

2015-01-26 Thread Shawn Heisey
On 1/26/2015 9:02 PM, Summer Shire wrote: > Running solr (4.7.2) locally and hitting the admin page like this works just > fine http://localhost:8983/solr/ # > > > But on my deployment server my path is > http://example.org/jetty/MyA

Re: Solr admin Url issues

2015-01-26 Thread Summer Shire
jetty is not running on port 80 it is running on ports that I defined for my instances in sequence. and no I do not have apache2 reverse proxy in front :( > On Jan 26, 2015, at 8:18 PM, Dan Davis wrote: > > Is Jetty actually running on port 80?Do you have Apache2 reverse proxy > in front?

Re: Solr admin Url issues

2015-01-26 Thread Dan Davis
Is Jetty actually running on port 80?Do you have Apache2 reverse proxy in front? On Mon, Jan 26, 2015 at 11:02 PM, Summer Shire wrote: > Hi All, > > Running solr (4.7.2) locally and hitting the admin page like this works > just fine http://localhost:8983/solr/ #

Solr admin Url issues

2015-01-26 Thread Summer Shire
Hi All, Running solr (4.7.2) locally and hitting the admin page like this works just fine http://localhost:8983/solr/ # But on my deployment server my path is http://example.org/jetty/MyApp/1/solr/#