I'm using Solr in my rails app and I would like to know how to disable access completely to the public web interface for tomcat and solr. I'm using CentOS.
i.e., the following urls should yield timeouts:
http://mydomain.com:8080/ # Tomcat7
http://mydomain.com/solr/* # Solr
I just don't see a reason to have them publicly accessible.