Sha256: a760828b7c2ddf310049acfe35e7205e4263cae90a6c8cda16ac1e14436dd424
Contents?: true
Size: 844 Bytes
Versions: 10
Compression:
Stored size: 844 Bytes
Contents
<?xml version="1.0"?> <!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd"> <Configure id="Server" class="org.eclipse.jetty.server.Server"> <!-- ======================================================== --> <!-- java.security.auth.login.config System property --> <!-- This is usually a runtime parameter to the jvm, but --> <!-- it is placed here for convenience. --> <!-- ======================================================== --> <Call class="java.lang.System" name="setProperty"> <Arg>java.security.auth.login.config</Arg> <Arg><Property name="jetty.base" default="." />/<Property name="jetty.jaas.login.conf" deprecated="jaas.login.conf" default="etc/login.conf"/></Arg> </Call> </Configure>
Version data entries
10 entries across 10 versions & 1 rubygems