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:
parent
8253a31614
commit
8e30750a7b
|
@ -11,7 +11,6 @@
|
|||
#===========================================================
|
||||
|
||||
|
||||
|
||||
#===========================================================
|
||||
# The --exec option should be used if any of the JVM options
|
||||
# in this file are uncommented (eg -D* or -X*). Because a
|
||||
|
@ -53,16 +52,6 @@
|
|||
# -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
|
||||
# Use the core server jars with websocket on the classpath
|
||||
|
@ -76,6 +65,14 @@ etc/jetty.xml
|
|||
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
|
||||
# To enable remote JMX access uncomment jmxromote and
|
||||
|
@ -107,7 +104,6 @@ etc/jetty-http.xml
|
|||
etc/jetty-https.xml
|
||||
#===========================================================
|
||||
|
||||
|
||||
#===========================================================
|
||||
# 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
|
||||
#===========================================================
|
||||
|
||||
|
||||
#===========================================================
|
||||
# Webapplication Deployer
|
||||
#-----------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue