jboynes 2004/02/20 15:29:01
Added: modules/console-web/src/webapp/WEB-INF geronimo-jetty.xml
Log:
Deployment plan for debug tool
Revision Changes Path
1.1
incubator-geronimo/modules/console-web/src/webapp/WEB-INF/geronimo-jetty.xml
Index: geronimo-jetty.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<web-app
xmlns="http://geronimo.apache.org/xml/ns/web/jetty"
configId="org/apache/geronimo/DebugConsole"
parentId="org/apache/geronimo/Server"
>
<context-root>/debug-tool</context-root>
<context-priority-classloader>false</context-priority-classloader>
</web-app>