jboynes     2004/02/13 10:14:03

  Added:       assembly/src/plan debug-tool.xml
  Log:
  Hack to get make debug tool runnable
  
  Revision  Changes    Path
  1.1                  incubator-geronimo/assembly/src/plan/debug-tool.xml
  
  Index: debug-tool.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  <!--
  THIS FILE IS A SERIOUS HACK UNTIL THE WAR DEPLOYER IS AVAILABLE
  IT IS AN EXAMPLE OF HOW TO DO IT THE HARD WAY AND SHOULD NOT BE
  TAKEN AS REPRESENTATIVE OF HOW THIS SHOULD WORK
  -->
  <configuration
      xmlns="http://geronimo.apache.org/xml/ns/deployment";
      configId="org/apache/geronimo/DebugConsole"
      parentId="org/apache/geronimo/Server"
      >
  
      <gbean name="geronimo.server:type=WebApp,container=Jetty,app=test" 
class="org.apache.geronimo.jetty.JettyWebApplicationContext">
          <attribute name="URI" 
type="java.net.URI">file:/D:/apache/incubator-geronimo/modules/console-web/target/geronimo-web-console/</attribute>
          <attribute name="ContextPath" 
type="java.lang.String">/debug-tool</attribute>
          <reference 
name="JettyContainer">geronimo.server:type=WebContainer,container=Jetty</reference>
      </gbean>
  </configuration>
  
  

Reply via email to