The solr admin console, by default, is not secured or password protected. Anyone with the link can access all the details in the console. This post describes the steps required to secure the console. The post assumes that you followed the steps in the following two posts to
Our jetty installation is at /opt/jetty which is our java web server. Our solr installation is at /opt/solr which is our search platform.
We need to modify the following three files in order to secure the admin console.
- /opt/jetty/etc/jetty.xml
- /opt/jetty/etc/webdefault.xml
- /opt/jetty/etc/realm.properties
If you are not sure which files are to be edited, run the following command in the server and check for java_home variable...
Read More
Recent Comments