Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2013-08-28 13:53:32 +0000
committerGreg Wilkins2013-08-28 13:53:32 +0000
commitc84063a5f82085f39ec405649fb76bec2c5923d8 (patch)
treed70a0b6cbe8c8e5f4e9d29c7c24fae0b2f91f2bb /jetty-server/src/main/config/etc/jetty-https.xml
parentc1bd267c17a268c0b600f898393675205b8e9a7d (diff)
downloadorg.eclipse.jetty.project-c84063a5f82085f39ec405649fb76bec2c5923d8.tar.gz
org.eclipse.jetty.project-c84063a5f82085f39ec405649fb76bec2c5923d8.tar.xz
org.eclipse.jetty.project-c84063a5f82085f39ec405649fb76bec2c5923d8.zip
415826 start.jar replace --enable with --initialize
refactored impl to be clearer when creating ini
Diffstat (limited to 'jetty-server/src/main/config/etc/jetty-https.xml')
-rw-r--r--jetty-server/src/main/config/etc/jetty-https.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jetty-server/src/main/config/etc/jetty-https.xml b/jetty-server/src/main/config/etc/jetty-https.xml
index a6bef16ff1..5a4cf86d23 100644
--- a/jetty-server/src/main/config/etc/jetty-https.xml
+++ b/jetty-server/src/main/config/etc/jetty-https.xml
@@ -39,8 +39,8 @@
</Array>
</Arg>
<Set name="host"><Property name="jetty.host" /></Set>
- <Set name="port"><Property name="jetty.https.port" default="8443" /></Set>
- <Set name="idleTimeout">30000</Set>
+ <Set name="port"><Property name="https.port" default="443" /></Set>
+ <Set name="idleTimeout"><Property name="https.timeout" default="0"/></Set>
</New>
</Arg>
</Call>

Back to the top