Sha256: 3520ce578f26743bb94a707b64b193b3fc1bcede75849297f378a2de636f63ca
Contents?: true
Size: 836 Bytes
Versions: 4
Compression:
Stored size: 836 Bytes
Contents
<?xml version="1.0"?> <!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_0.dtd"> <Configure id="Server" class="org.eclipse.jetty.server.Server"> <!-- =========================================================== --> <!-- Add annotation Configuring classes to all webapps for this Server --> <!-- =========================================================== --> <Call class="org.eclipse.jetty.webapp.Configuration$ClassList" name="setServerDefault"> <Arg><Ref refid="Server" /></Arg> <Call name="addBefore"> <Arg name="beforeClass">org.eclipse.jetty.webapp.JettyWebXmlConfiguration</Arg> <Arg> <Array type="String"> <Item>org.eclipse.jetty.annotations.AnnotationConfiguration</Item> </Array> </Arg> </Call> </Call> </Configure>
Version data entries
4 entries across 4 versions & 1 rubygems