fix some formatting and comments in XML files
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
4c172b5bbb
commit
5579b805e3
|
@ -1,4 +1,6 @@
|
|||
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
|
||||
|
||||
<!-- ============================================================= --><!-- Display a Warning Message if {jetty.home} == {jetty.base} --><!-- ============================================================= -->
|
||||
<!-- ============================================================= -->
|
||||
<!-- Display a Warning Message if {jetty.home} == {jetty.base} -->
|
||||
<!-- ============================================================= -->
|
||||
<Configure id="homeBaseWarning" class="org.eclipse.jetty.server.HomeBaseWarning"></Configure>
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
|
||||
|
||||
<!-- =============================================================== --><!-- Configure the Jetty Request Log --><!-- =============================================================== -->
|
||||
<!-- =============================================================== -->
|
||||
<!-- Configure the Jetty Request Log -->
|
||||
<!-- =============================================================== -->
|
||||
<Configure id="Server" class="org.eclipse.jetty.server.Server">
|
||||
|
||||
<!-- =========================================================== -->
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
|
||||
|
||||
<!-- =============================================================== --><!-- The DebugListener --><!-- =============================================================== -->
|
||||
<!-- =============================================================== -->
|
||||
<!-- The DebugListener -->
|
||||
<!-- =============================================================== -->
|
||||
|
||||
<Configure id="Server" class="org.eclipse.jetty.server.Server">
|
||||
<New id="DebugListener" class="org.eclipse.jetty.server.DebugListener">
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
|
||||
|
||||
<!-- =============================================================== --><!-- The DebugHandler --><!-- =============================================================== -->
|
||||
<!-- =============================================================== -->
|
||||
<!-- The DebugHandler -->
|
||||
<!-- =============================================================== -->
|
||||
|
||||
<Configure id="Server" class="org.eclipse.jetty.server.Server">
|
||||
<Call name="insertHandler">
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
|
||||
|
||||
<!-- =============================================================== --><!-- Mixin the GZIP Handler --><!-- This applies the GZIP Handler to the entire server --><!-- If a GZIP handler is required for an individual context, then --><!-- use a context XML (see test.xml example in distribution) --><!-- =============================================================== -->
|
||||
<!-- =============================================================== -->
|
||||
<!-- Mixin the GZIP Handler -->
|
||||
<!-- This applies the GZIP Handler to the entire server -->
|
||||
<!-- If a GZIP handler is required for an individual context, then -->
|
||||
<!-- use a context XML (see test.xml example in distribution) -->
|
||||
<!-- =============================================================== -->
|
||||
|
||||
<Configure id="Server" class="org.eclipse.jetty.server.Server">
|
||||
<Call name="insertHandler">
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
|
||||
|
||||
<!-- ============================================================= --><!-- Configure the Jetty Server instance with an ID "Server" --><!-- by adding an HTTP connector. --><!-- This configuration must be used in conjunction with jetty.xml --><!-- ============================================================= -->
|
||||
<!-- ============================================================= -->
|
||||
<!-- Configure the Jetty Server instance with an ID "Server" -->
|
||||
<!-- by adding an HTTP connector. -->
|
||||
<!-- This configuration must be used in conjunction with jetty.xml -->
|
||||
<!-- ============================================================= -->
|
||||
<Configure id="Server" class="org.eclipse.jetty.server.Server">
|
||||
|
||||
<!-- =========================================================== -->
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
|
||||
|
||||
<!-- ============================================================= --><!-- Configure an HTTPS connector. --><!-- This configuration must be used in conjunction with jetty.xml --><!-- and jetty-ssl.xml. --><!-- ============================================================= -->
|
||||
<!-- ============================================================= -->
|
||||
<!-- Configure an HTTPS connector. -->
|
||||
<!-- This configuration must be used in conjunction with jetty.xml -->
|
||||
<!-- and jetty-ssl.xml. -->
|
||||
<!-- ============================================================= -->
|
||||
<Configure id="sslConnector" class="org.eclipse.jetty.server.ServerConnector">
|
||||
|
||||
<Call name="addIfAbsentConnectionFactory">
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
|
||||
|
||||
<!-- =============================================================== --><!-- The IP Access Handler --><!-- =============================================================== -->
|
||||
<!-- =============================================================== -->
|
||||
<!-- The IP Access Handler -->
|
||||
<!-- =============================================================== -->
|
||||
|
||||
<Configure id="Server" class="org.eclipse.jetty.server.Server">
|
||||
<Call name="insertHandler">
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
|
||||
|
||||
<!-- =============================================================== --><!-- Mixin the Low Resources Monitor --><!-- =============================================================== -->
|
||||
<!-- =============================================================== -->
|
||||
<!-- Mixin the Low Resources Monitor -->
|
||||
<!-- =============================================================== -->
|
||||
|
||||
<Configure id="Server" class="org.eclipse.jetty.server.Server">
|
||||
<Call name="addBean">
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
|
||||
|
||||
<!-- =============================================================== --><!-- Configure the Jetty Request Log --><!-- =============================================================== -->
|
||||
<!-- =============================================================== -->
|
||||
<!-- Configure the Jetty Request Log -->
|
||||
<!-- =============================================================== -->
|
||||
<Configure id="Server" class="org.eclipse.jetty.server.Server">
|
||||
|
||||
<!-- =========================================================== -->
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
|
||||
|
||||
<!-- ============================================================= --><!-- SSL ContextFactory configuration --><!-- ============================================================= -->
|
||||
<!-- ============================================================= -->
|
||||
<!-- SSL ContextFactory configuration -->
|
||||
<!-- ============================================================= -->
|
||||
|
||||
<!--
|
||||
To configure Includes / Excludes for Cipher Suites or Protocols see tweak-ssl.xml example at
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
|
||||
|
||||
<!-- ============================================================= --><!-- Base SSL configuration --><!-- This configuration needs to be used together with 1 or more --><!-- of jetty-https.xml or jetty-http2.xml --><!-- ============================================================= -->
|
||||
<!-- ============================================================= -->
|
||||
<!-- Base SSL configuration -->
|
||||
<!-- This configuration needs to be used together with 1 or more -->
|
||||
<!-- of jetty-https.xml or jetty-http2.xml -->
|
||||
<!-- ============================================================= -->
|
||||
<Configure id="Server" class="org.eclipse.jetty.server.Server">
|
||||
|
||||
<!-- =========================================================== -->
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
|
||||
|
||||
<!-- =============================================================== --><!-- Mixin the Statistics Handler --><!-- =============================================================== -->
|
||||
<!-- =============================================================== -->
|
||||
<!-- Mixin the Statistics Handler -->
|
||||
<!-- =============================================================== -->
|
||||
|
||||
<Configure id="Server" class="org.eclipse.jetty.server.Server">
|
||||
<Call name="insertHandler">
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
|
||||
|
||||
<!-- =============================================================== --><!-- Mixin the Thread Limit Handler to the entire server --><!-- =============================================================== -->
|
||||
<!-- =============================================================== -->
|
||||
<!-- Mixin the Thread Limit Handler to the entire server -->
|
||||
<!-- =============================================================== -->
|
||||
|
||||
<Configure id="Server" class="org.eclipse.jetty.server.Server">
|
||||
<Call name="insertHandler">
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
<Configure id="Server" class="org.eclipse.jetty.server.Server">
|
||||
|
||||
|
||||
<!-- ===================================================================== -->
|
||||
<!-- Configure a factory for FileSessionStores -->
|
||||
<!-- ===================================================================== -->
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
<Configure id="Server" class="org.eclipse.jetty.server.Server">
|
||||
|
||||
|
||||
<!-- ===================================================================== -->
|
||||
<!-- Configure a SessionIdManager -->
|
||||
<!-- ===================================================================== -->
|
||||
|
@ -27,7 +26,7 @@
|
|||
<!-- ===================================================================== -->
|
||||
<!-- Configure a session housekeeper to help with scavenging -->
|
||||
<!-- ===================================================================== -->
|
||||
<Set name="sessionHouseKeeper">
|
||||
<Set name="sessionHouseKeeper">
|
||||
<New class="org.eclipse.jetty.server.session.HouseKeeper">
|
||||
<Set name="intervalSec"><Property name="jetty.sessionScavengeInterval.seconds" default="600"/></Set>
|
||||
</New>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
<Configure id="Server" class="org.eclipse.jetty.server.Server">
|
||||
|
||||
|
||||
<New id="databaseAdaptor" class="org.eclipse.jetty.server.session.DatabaseAdaptor">
|
||||
<Set name="DatasourceName"><Property name="jetty.session.jdbc.datasourceName" default="/jdbc/sessions" /></Set>
|
||||
<Set name="blobType"><Property name="jetty.session.jdbc.blobType"/></Set>
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
|
||||
<Configure id="Server" class="org.eclipse.jetty.server.Server">
|
||||
|
||||
|
||||
<!-- ===================================================================== -->
|
||||
<!-- Configure a factory for JDBCSessionStores -->
|
||||
<!-- ===================================================================== -->
|
||||
|
@ -15,56 +14,56 @@
|
|||
<Set name="databaseAdaptor">
|
||||
<Ref refid="databaseAdaptor"/>
|
||||
</Set>
|
||||
<Set name="sessionTableSchema">
|
||||
<New
|
||||
class="org.eclipse.jetty.server.session.JDBCSessionDataStore$SessionTableSchema">
|
||||
<Set name="accessTimeColumn">
|
||||
<Property name="jetty.session.jdbc.schema.accessTimeColumn" default="accessTime" />
|
||||
</Set>
|
||||
<Set name="contextPathColumn">
|
||||
<Property name="jetty.session.jdbc.schema.contextPathColumn" default="contextPath" />
|
||||
</Set>
|
||||
<Set name="cookieTimeColumn">
|
||||
<Property name="jetty.session.jdbc.schema.cookieTimeColumn" default="cookieTime" />
|
||||
</Set>
|
||||
<Set name="createTimeColumn">
|
||||
<Property name="jetty.session.jdbc.schema.createTimeColumn" default="createTime" />
|
||||
</Set>
|
||||
<Set name="expiryTimeColumn">
|
||||
<Property name="jetty.session.jdbc.schema.expiryTimeColumn" default="expiryTime" />
|
||||
</Set>
|
||||
<Set name="lastAccessTimeColumn">
|
||||
<Property name="jetty.session.jdbc.schema.lastAccessTimeColumn" default="lastAccessTime" />
|
||||
</Set>
|
||||
<Set name="lastSavedTimeColumn">
|
||||
<Property name="jetty.session.jdbc.schema.lastSavedTimeColumn" default="lastSavedTime" />
|
||||
</Set>
|
||||
<Set name="idColumn">
|
||||
<Property name="jetty.session.jdbc.schema.idColumn" default="sessionId" />
|
||||
</Set>
|
||||
<Set name="lastNodeColumn">
|
||||
<Property name="jetty.session.jdbc.schema.lastNodeColumn" default="lastNode" />
|
||||
</Set>
|
||||
<Set name="virtualHostColumn">
|
||||
<Property name="jetty.session.jdbc.schema.virtualHostColumn" default="virtualHost" />
|
||||
</Set>
|
||||
<Set name="maxIntervalColumn">
|
||||
<Property name="jetty.session.jdbc.schema.maxIntervalColumn" default="maxInterval" />
|
||||
</Set>
|
||||
<Set name="mapColumn">
|
||||
<Property name="jetty.session.jdbc.schema.mapColumn" default="map" />
|
||||
</Set>
|
||||
<Set name="sessionTableSchema">
|
||||
<New
|
||||
class="org.eclipse.jetty.server.session.JDBCSessionDataStore$SessionTableSchema">
|
||||
<Set name="accessTimeColumn">
|
||||
<Property name="jetty.session.jdbc.schema.accessTimeColumn" default="accessTime" />
|
||||
</Set>
|
||||
<Set name="contextPathColumn">
|
||||
<Property name="jetty.session.jdbc.schema.contextPathColumn" default="contextPath" />
|
||||
</Set>
|
||||
<Set name="cookieTimeColumn">
|
||||
<Property name="jetty.session.jdbc.schema.cookieTimeColumn" default="cookieTime" />
|
||||
</Set>
|
||||
<Set name="createTimeColumn">
|
||||
<Property name="jetty.session.jdbc.schema.createTimeColumn" default="createTime" />
|
||||
</Set>
|
||||
<Set name="expiryTimeColumn">
|
||||
<Property name="jetty.session.jdbc.schema.expiryTimeColumn" default="expiryTime" />
|
||||
</Set>
|
||||
<Set name="lastAccessTimeColumn">
|
||||
<Property name="jetty.session.jdbc.schema.lastAccessTimeColumn" default="lastAccessTime" />
|
||||
</Set>
|
||||
<Set name="lastSavedTimeColumn">
|
||||
<Property name="jetty.session.jdbc.schema.lastSavedTimeColumn" default="lastSavedTime" />
|
||||
</Set>
|
||||
<Set name="idColumn">
|
||||
<Property name="jetty.session.jdbc.schema.idColumn" default="sessionId" />
|
||||
</Set>
|
||||
<Set name="lastNodeColumn">
|
||||
<Property name="jetty.session.jdbc.schema.lastNodeColumn" default="lastNode" />
|
||||
</Set>
|
||||
<Set name="virtualHostColumn">
|
||||
<Property name="jetty.session.jdbc.schema.virtualHostColumn" default="virtualHost" />
|
||||
</Set>
|
||||
<Set name="maxIntervalColumn">
|
||||
<Property name="jetty.session.jdbc.schema.maxIntervalColumn" default="maxInterval" />
|
||||
</Set>
|
||||
<Set name="mapColumn">
|
||||
<Property name="jetty.session.jdbc.schema.mapColumn" default="map" />
|
||||
</Set>
|
||||
<Set name="schemaName">
|
||||
<Property name="jetty.session.jdbc.schema.schemaName" />
|
||||
</Set>
|
||||
<Set name="catalogName">
|
||||
<Property name="jetty.session.jdbc.schema.catalogName" />
|
||||
</Set>
|
||||
<Set name="tableName">
|
||||
<Property name="jetty.session.jdbc.schema.table" default="JettySessions" />
|
||||
</Set>
|
||||
</New>
|
||||
</Set>
|
||||
<Set name="tableName">
|
||||
<Property name="jetty.session.jdbc.schema.table" default="JettySessions" />
|
||||
</Set>
|
||||
</New>
|
||||
</Set>
|
||||
</New>
|
||||
</Arg>
|
||||
</Call>
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
<Configure id="Server" class="org.eclipse.jetty.server.Server">
|
||||
|
||||
|
||||
<!-- ===================================================================== -->
|
||||
<!-- Configure a factory for DefaultSessionCache -->
|
||||
<!-- ===================================================================== -->
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
<Configure id="Server" class="org.eclipse.jetty.server.Server">
|
||||
|
||||
|
||||
<!-- ===================================================================== -->
|
||||
<!-- Configure a factory for NullSessionCache -->
|
||||
<!-- ===================================================================== -->
|
||||
|
|
|
@ -12,8 +12,6 @@
|
|||
</Arg>
|
||||
</Call>
|
||||
|
||||
|
||||
|
||||
<Call name="addBean">
|
||||
<Arg>
|
||||
<New class="org.eclipse.jetty.server.session.CachingSessionDataStoreFactory">
|
||||
|
|
|
@ -1,38 +1,46 @@
|
|||
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
|
||||
|
||||
<Configure id="Server" class="org.eclipse.jetty.server.Server">
|
||||
<Call name="insertHandler">
|
||||
<Arg>
|
||||
<New id="InetAccessHandler" class="org.eclipse.jetty.server.handler.InetAccessHandler">
|
||||
<Call name="include">
|
||||
<Arg>
|
||||
<Call class="org.eclipse.jetty.util.StringUtil" name="csvSplit">
|
||||
<Arg><Property name="jetty.inetaccess.include" default=""/></Arg>
|
||||
</Call>
|
||||
</Arg>
|
||||
</Call>
|
||||
<Call name="exclude">
|
||||
<Arg>
|
||||
<Call class="org.eclipse.jetty.util.StringUtil" name="csvSplit">
|
||||
<Arg><Property name="jetty.inetaccess.exclude" default=""/></Arg>
|
||||
</Call>
|
||||
</Arg>
|
||||
</Call>
|
||||
<Call name="includeConnectors">
|
||||
<Arg>
|
||||
<Call class="org.eclipse.jetty.util.StringUtil" name="csvSplit">
|
||||
<Arg><Property name="jetty.inetaccess.includeConnectors" default=""/></Arg>
|
||||
</Call>
|
||||
</Arg>
|
||||
</Call>
|
||||
<Call name="excludeConnectors">
|
||||
<Arg>
|
||||
<Call class="org.eclipse.jetty.util.StringUtil" name="csvSplit">
|
||||
<Arg><Property name="jetty.inetaccess.excludeConnectors" default=""/></Arg>
|
||||
</Call>
|
||||
</Arg>
|
||||
</Call>
|
||||
</New>
|
||||
</Arg>
|
||||
</Call>
|
||||
<Call name="insertHandler">
|
||||
<Arg>
|
||||
<New id="InetAccessHandler" class="org.eclipse.jetty.server.handler.InetAccessHandler">
|
||||
<Call name="include">
|
||||
<Arg>
|
||||
<Call class="org.eclipse.jetty.util.StringUtil" name="csvSplit">
|
||||
<Arg>
|
||||
<Property name="jetty.inetaccess.include" default="" />
|
||||
</Arg>
|
||||
</Call>
|
||||
</Arg>
|
||||
</Call>
|
||||
<Call name="exclude">
|
||||
<Arg>
|
||||
<Call class="org.eclipse.jetty.util.StringUtil" name="csvSplit">
|
||||
<Arg>
|
||||
<Property name="jetty.inetaccess.exclude" default="" />
|
||||
</Arg>
|
||||
</Call>
|
||||
</Arg>
|
||||
</Call>
|
||||
<Call name="includeConnectors">
|
||||
<Arg>
|
||||
<Call class="org.eclipse.jetty.util.StringUtil" name="csvSplit">
|
||||
<Arg>
|
||||
<Property name="jetty.inetaccess.includeConnectors" default="" />
|
||||
</Arg>
|
||||
</Call>
|
||||
</Arg>
|
||||
</Call>
|
||||
<Call name="excludeConnectors">
|
||||
<Arg>
|
||||
<Call class="org.eclipse.jetty.util.StringUtil" name="csvSplit">
|
||||
<Arg>
|
||||
<Property name="jetty.inetaccess.excludeConnectors" default="" />
|
||||
</Arg>
|
||||
</Call>
|
||||
</Arg>
|
||||
</Call>
|
||||
</New>
|
||||
</Arg>
|
||||
</Call>
|
||||
</Configure>
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<?xml version="1.0"?><!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
|
||||
|
||||
<!-- =============================================================== --><!-- Configure the Logback Request Log --><!-- =============================================================== -->
|
||||
<!-- =============================================================== -->
|
||||
<!-- Configure the Logback Request Log -->
|
||||
<!-- =============================================================== -->
|
||||
<Configure id="Server" class="org.eclipse.jetty.server.Server">
|
||||
<Set name="RequestLog">
|
||||
<New id="RequestLog" class="ch.qos.logback.access.jetty.RequestLogImpl">
|
||||
|
|
Loading…
Reference in New Issue