summaryrefslogtreecommitdiffstats
path: root/base/server/tomcat7
diff options
context:
space:
mode:
authorJack Magne <jmagne@localhost.localdomain>2015-07-14 10:07:10 -0700
committerJack Magne <jmagne@localhost.localdomain>2015-07-16 19:11:12 -0700
commit5952c616ad8dd271af7ceaa19f84dd81ca3be34d (patch)
tree6a771fa482c6529487d593978bda37745d6afb79 /base/server/tomcat7
parenta499bee6d673be26faeb08f83e356e6d80a816aa (diff)
downloadpki-5952c616ad8dd271af7ceaa19f84dd81ca3be34d.tar.gz
pki-5952c616ad8dd271af7ceaa19f84dd81ca3be34d.tar.xz
pki-5952c616ad8dd271af7ceaa19f84dd81ca3be34d.zip
TPS add phone home URLs to pkidaemon status message.
Ticket # 1466 . Also remove some needless copies of server.xml from the code.
Diffstat (limited to 'base/server/tomcat7')
-rw-r--r--base/server/tomcat7/conf/server.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/server/tomcat7/conf/server.xml b/base/server/tomcat7/conf/server.xml
index c52bd5bab..81a801628 100644
--- a/base/server/tomcat7/conf/server.xml
+++ b/base/server/tomcat7/conf/server.xml
@@ -64,6 +64,8 @@ Tomcat Port = [TOMCAT_SERVER_PORT] (for shutdown)
<!--
Unsecure URL = http://[PKI_HOSTNAME]:[PKI_UNSECURE_PORT]/tps
Secure URL = https://[PKI_HOSTNAME]:[PKI_SECURE_PORT]/tps
+Unsecure PHONE HOME = http://[PKI_HOSTNAME]:[PKI_UNSECURE_PORT]/tps/phoneHome
+Secure PHONE HOME = https://[PKI_HOSTNAME]:[PKI_SECURE_PORT]/tps/phoneHome
Tomcat Port = [TOMCAT_SERVER_PORT] (for shutdown)
-->
<!-- DO NOT REMOVE - End PKI Status Definitions -->