Sha256: 02a586016d07da0c98de3756965cd9b43eec33ff8e3cc3a9492dbc9dd55b7240
Contents?: true
Size: 695 Bytes
Versions: 10
Compression:
Stored size: 695 Bytes
Contents
<?xml version="1.0"?> <!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd"> <Configure id="Contexts" class="org.eclipse.jetty.server.handler.ContextHandlerCollection"> <Call name="addHandler"> <Arg> <New class="org.eclipse.jetty.webapp.WebAppContext"> <Set name="contextPath">/jolokia</Set> <Set name="war"><Property name="jetty.base" default="."/>/lib/jolokia/jolokia.war</Set> <Set name="extractWAR">true</Set> <Set name="copyWebDir">false</Set> <Set name="defaultsDescriptor"><Property name="jetty.home" default="."/>/etc/webdefault.xml</Set> </New> </Arg> </Call> </Configure>
Version data entries
10 entries across 10 versions & 1 rubygems