We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I would like to allow tomcat to be accessible only from localhost as I would like to deploy it behind auth proxy.
Normally this can be done by adding address="127.0.0.1" to Connector tag.
address="127.0.0.1"
Connector
Could you tell how this can be achieved for snaped version?
The text was updated successfully, but these errors were encountered:
is this passed as param to the catalina.sh? like -daddress="127.0.0.1" in JAVA_OPTS?
catalina.sh
-daddress="127.0.0.1"
JAVA_OPTS
I can add this, is this fill fix it for you
Sorry, something went wrong.
No branches or pull requests
Hi, I would like to allow tomcat to be accessible only from localhost as I would like to deploy it behind auth proxy.
Normally this can be done by adding
address="127.0.0.1"
toConnector
tag.Could you tell how this can be achieved for snaped version?
The text was updated successfully, but these errors were encountered: