Christian Brönnimann created SOLR-10093:
-------------------------------------------
Summary: Possibility to change SOLR stop and RMI ports
Key: SOLR-10093
URL: https://issues.apache.org/jira/browse/SOLR-10093
Project: Solr
Issue Type: Improvement
Security Level: Public (Default Security Level. Issues are Public)
Components: scripts and tools
Affects Versions: 6.4
Reporter: Christian Brönnimann
Priority: Minor
My SOLR start port is 10443.
I've found hard coded rules (-1000 and +10000) for stop and RMI ports in file
/opt/solr/bin/solr.
I've set the three variables in /etc/default/solr.in.sh for all 3 ports:
SOLR_PORT="10443"
STOP_PORT="10442"
RMI_PORT="10444"
SOLR has bound to these ports, but with this setting I could not stop SOLR
anymore.
I had to edit the rules in /opt/solr/bin/solr by replacing 1000 and 10000 by
the value 1.
Could you please change the scripts, that the ports may be configured in
/etc/default/solr.in.sh ?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]