You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by da...@apache.org on 2003/09/18 06:46:59 UTC

cvs commit: incubator-geronimo/modules/web/src/deploy/jetty jetty-config.xml

dain        2003/09/17 21:46:59

  Modified:    modules/web/src/deploy/jetty jetty-config.xml
  Log:
  Added directive to deploy web console war.
  
  Revision  Changes    Path
  1.2       +4 -5      incubator-geronimo/modules/web/src/deploy/jetty/jetty-config.xml
  
  Index: jetty-config.xml
  ===================================================================
  RCS file: /home/cvs/incubator-geronimo/modules/web/src/deploy/jetty/jetty-config.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- jetty-config.xml	5 Sep 2003 21:21:00 -0000	1.1
  +++ jetty-config.xml	18 Sep 2003 04:46:59 -0000	1.2
  @@ -80,12 +80,11 @@
           </New>
       </Set>
   
  -<!--
       <Call name="addWebApplication">
  -        <Arg>/</Arg>
  -        <Arg><SystemProperty name="jetty.home.dir"/>/elba-jmx-console/</Arg>
  +        <Arg></Arg>
  +        <Arg>jmx-console</Arg>
  +        <Arg><SystemProperty name="jetty.home.dir"/>/geronimo-web-console.war</Arg>
           <Arg><SystemProperty name="jetty.home.dir"/>/webdefault.xml</Arg>
  -        <Arg type="boolean">false</Arg>
  +        <Arg type="boolean">true</Arg>
       </Call>
  --->
   </Configure>