Closed dkinzer closed 9 years ago
The solr instance is being proxied over 8080. If you try to access it over 8983 you get an access denied error.
For details about why this is so consult:
/etc/tomcat6/server.xml Line 71+:
<Connector port="8080" protocol="HTTP/1.1"
Acceptance:
sudo create-solr-instance
The solr instance is being proxied over 8080. If you try to access it over 8983 you get an access denied error.
For details about why this is so consult:
/etc/tomcat6/server.xml Line 71+:
<Connector port="8080" protocol="HTTP/1.1"
Acceptance:
sudo create-solr-instance
You should be able to access it via wget/curl.