Re: Alternate Port Not Working for Solr 6.0.0

2016-06-02 Thread Robert Brown
In addition to a separate proxy you could use iptables, I use this technique for another app (running on port 5000 but requests come in port 80)... *nat :PREROUTING ACCEPT [0:0] :POSTROUTING ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 5000

Re: Alternate Port Not Working for Solr 6.0.0

2016-06-02 Thread Shawn Heisey
On 6/2/2016 12:51 PM, Teague James wrote: > Thanks for that suggestion, but I had found that file and I had > changed it to 80, but still no luck. Solr isn't running because it > never started in the first place. I also tried the -p 80 flag using > the install script and it failed. Something I

RE: Alternate Port Not Working for Solr 6.0.0

2016-06-02 Thread Teague James
uot; of the application, it'd be nice to see that in the documentation. Thanks Shawn! -Teague -Original Message- From: Shawn Heisey [mailto:apa...@elyograg.org] Sent: Tuesday, May 31, 2016 4:31 PM To: solr-user@lucene.apache.org Subject: Re: Alternate Port Not Working for Solr 6.0.0 On 5/31/201

Re: Alternate Port Not Working for Solr 6.0.0

2016-05-31 Thread Shawn Heisey
On 5/31/2016 2:02 PM, Teague James wrote: > Hello, I am trying to install Solr 6.0.0 and have been successful with > the default installation, following the instructions provided on the > Apache Solr website. However, I do not want Solr running on port 8983, > I want it to run on port 80. I

Re: Alternate Port Not Working for Solr 6.0.0

2016-05-31 Thread John Bickerstaff
This may be no help at all, but my first thought is to wonder if anything else is already running on port 80? That might explain the somewhat silent "fail"... Nicely said by the way - resisting the urge On Tue, May 31, 2016 at 2:02 PM, Teague James wrote: >

Alternate Port Not Working for Solr 6.0.0

2016-05-31 Thread Teague James
Hello, I am trying to install Solr 6.0.0 and have been successful with the default installation, following the instructions provided on the Apache Solr website. However, I do not want Solr running on port 8983, I want it to run on port 80. I started a new Ubuntu 14.04 VM, installed open JDK 8,