epugh commented on code in PR #3814:
URL: https://github.com/apache/solr/pull/3814#discussion_r2488355106
##########
solr/bin/solr:
##########
@@ -956,8 +964,8 @@ if [ -n "${SOLR_PORT_ADVERTISE:-}" ]; then
SCRIPT_SOLR_OPTS+=("-Dsolr.port.advertise=$SOLR_PORT_ADVERTISE")
fi
-if [ -n "${SOLR_JETTY_HOST:-}" ]; then
- SCRIPT_SOLR_OPTS+=("-Dsolr.jetty.host=$SOLR_JETTY_HOST")
+if [ -n "${SOLR_HOST_BIND:-}" ]; then
Review Comment:
oh right.... Jetty doesn't use our EnvUtils... And I guess
chicken/egg.. We can't intercept it and set it...
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]