[java-idp-tomcat-base] branch 8.0 updated: Make Tomcat's shutdown port a property.
Tom Zeller
tzeller at dragonacea.biz
Tue Jul 19 12:56:47 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 8.0
in repository java-idp-tomcat-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-tomcat-base.git;a=commit;h=a568fcd078a917aa36b6a9c8721d6451c116c899
The following commit(s) were added to refs/heads/8.0 by this push:
new a568fcd Make Tomcat's shutdown port a property.
a568fcd is described below
commit a568fcd078a917aa36b6a9c8721d6451c116c899
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue Jul 19 11:56:03 2016 -0500
Make Tomcat's shutdown port a property.
---
src/main/resources/tomcat-base/conf/catalina.properties | 1 +
src/main/resources/tomcat-base/conf/server.xml | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/main/resources/tomcat-base/conf/catalina.properties b/src/main/resources/tomcat-base/conf/catalina.properties
index b104e8e..4881840 100644
--- a/src/main/resources/tomcat-base/conf/catalina.properties
+++ b/src/main/resources/tomcat-base/conf/catalina.properties
@@ -269,3 +269,4 @@ tomcat.backchannel.port=9443
#
tomcat.nonhttps.host=localhost
tomcat.nonhttps.port=8080
+tomcat.shutdown.port=8005
diff --git a/src/main/resources/tomcat-base/conf/server.xml b/src/main/resources/tomcat-base/conf/server.xml
index 1a6bcbb..8f92aae 100644
--- a/src/main/resources/tomcat-base/conf/server.xml
+++ b/src/main/resources/tomcat-base/conf/server.xml
@@ -19,7 +19,7 @@
define subcomponents such as "Valves" at this level.
Documentation at /docs/config/server.html
-->
-<Server port="8005" shutdown="SHUTDOWN">
+<Server port="${tomcat.shutdown.port}" shutdown="SHUTDOWN">
<Listener className="org.apache.catalina.startup.VersionLoggerListener" />
<!-- Security listener. Documentation at /docs/config/listeners.html
<Listener className="org.apache.catalina.security.SecurityListener" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list