jetty-9 jetty.xml should be the first config file loaded by start.ini. Move jetty-logging.xml behind jetty.xml in start.ini.

This commit is contained in:
Thomas Becker 2012-10-16 14:39:25 +02:00
parent 8253a31614
commit 8e30750a7b
1 changed files with 8 additions and 13 deletions

View File

@ -11,7 +11,6 @@
#=========================================================== #===========================================================
#=========================================================== #===========================================================
# The --exec option should be used if any of the JVM options # The --exec option should be used if any of the JVM options
# in this file are uncommented (eg -D* or -X*). Because a # in this file are uncommented (eg -D* or -X*). Because a
@ -53,16 +52,6 @@
# -XX:CMSInitiatingOccupancyFraction=80 # -XX:CMSInitiatingOccupancyFraction=80
#=========================================================== #===========================================================
#===========================================================
# Server logging.
# The following configuration will redirect stderr and stdout
# to file which is rolled over daily.
#-----------------------------------------------------------
# etc/jetty-logging.xml
#===========================================================
#=========================================================== #===========================================================
# Default Server Options # Default Server Options
# Use the core server jars with websocket on the classpath # Use the core server jars with websocket on the classpath
@ -76,6 +65,14 @@ etc/jetty.xml
start.d/ start.d/
#=========================================================== #===========================================================
#===========================================================
# Server logging.
# The following configuration will redirect stderr and stdout
# to file which is rolled over daily.
#-----------------------------------------------------------
# etc/jetty-logging.xml
#===========================================================
#=========================================================== #===========================================================
# JMX Management # JMX Management
# To enable remote JMX access uncomment jmxromote and # To enable remote JMX access uncomment jmxromote and
@ -107,7 +104,6 @@ etc/jetty-http.xml
etc/jetty-https.xml etc/jetty-https.xml
#=========================================================== #===========================================================
#=========================================================== #===========================================================
# SPDY Connector # SPDY Connector
# SPDY should not be used with HTTPS as the SPDY connector # SPDY should not be used with HTTPS as the SPDY connector
@ -121,7 +117,6 @@ etc/jetty-https.xml
# etc/jetty-spdy.xml # etc/jetty-spdy.xml
#=========================================================== #===========================================================
#=========================================================== #===========================================================
# Webapplication Deployer # Webapplication Deployer
#----------------------------------------------------------- #-----------------------------------------------------------