Sha256: dbf553579c8929c80816105de9dbd1171cbf633b60df5dddc1e5d760c3a29cbe
Contents?: true
Size: 667 Bytes
Versions: 8
Compression:
Stored size: 667 Bytes
Contents
<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://jetty.mortbay.org/configure.dtd"> <!-- This is the jetty specific web application configuration file. When starting a Web Application, the WEB-INF/web-jetty.xml file is looked for and if found, treated as a org.mortbay.xml.XmlConfiguration file and is applied to the org.mortbay.jetty.servlet.WebApplicationContext objet --> <Configure class="org.mortbay.jetty.webapp.WebAppContext"> <Call class="org.mortbay.log.Log" name="debug"><Arg>executing jetty-web.xml</Arg></Call> <!-- <Set name="contextPath">/mycontext</Set> --> </Configure>
Version data entries
8 entries across 4 versions & 1 rubygems