Revert "469341 - Not possible to use old/deprecated start properties"

This reverts commit fcd0a3b270.

Port 80 is the HTTP default
This commit is contained in:
Greg Wilkins 2015-06-10 13:42:43 +10:00
parent 5e8652536c
commit 8c89f141ab
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@
</Array>
</Arg>
<Set name="host"><Property name="jetty.http.host" deprecated="jetty.host" /></Set>
<Set name="port"><Property name="jetty.http.port" deprecated="jetty.port" default="8080" /></Set>
<Set name="port"><Property name="jetty.http.port" deprecated="jetty.port" default="80" /></Set>
<Set name="idleTimeout"><Property name="jetty.http.idleTimeout" deprecated="http.timeout" default="30000"/></Set>
<Set name="soLingerTime"><Property name="jetty.http.soLingerTime" deprecated="http.soLingerTime" default="-1"/></Set>
<Set name="acceptorPriorityDelta"><Property name="jetty.http.acceptorPriorityDelta" deprecated="http.acceptorPriorityDelta" default="0"/></Set>

View File

@ -15,7 +15,7 @@ etc/jetty-http.xml
# jetty.http.host=0.0.0.0
## Connector port to listen on
# jetty.http.port=8080
jetty.http.port=8080
## Connector idle timeout in milliseconds
# jetty.http.idleTimeout=30000