Sha256: 7e250b056d0b3919e73c2d11469e8ae3bc87f80b62825a14db3950876178e73b
Contents?: true
Size: 836 Bytes
Versions: 10
Compression:
Stored size: 836 Bytes
Contents
<?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"> <!-- =========================================================== --> <!-- 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
10 entries across 10 versions & 1 rubygems