Sha256: 30431291a95c9a6f98170503d5f58269a63ccf65e939c795e2299960bffebe67
Contents?: true
Size: 1.07 KB
Versions: 8
Compression:
Stored size: 1.07 KB
Contents
<?xml version="1.0"?> <!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://jetty.mortbay.org/configure.dtd"> <!-- =============================================================== --> <!-- Configure the Jetty Server --> <!-- --> <!-- Documentation of this file format can be found at: --> <!-- http://docs.codehaus.org/display/JETTY/jetty.xml --> <!-- --> <!-- =============================================================== --> <Configure id="Server" class="org.mortbay.jetty.Server"> <Call name="addLifeCycle"> <Arg> <New class="org.mortbay.jetty.win32service.Win32Service"> <Set name="server"><Ref id="Server"/></Set> </New> </Arg> </Call> <Set name="stopAtShutdown">true</Set> <!-- ensure/prevent Server: header being sent to browsers --> <Set name="sendServerVersion">true</Set> </Configure>
Version data entries
8 entries across 4 versions & 1 rubygems