You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2004/02/21 00:29:01 UTC

cvs commit: incubator-geronimo/modules/console-web/src/webapp/WEB-INF geronimo-jetty.xml

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>