dain        2003/09/17 22:06:05

  Modified:    modules/web/src/deploy/jetty jetty-config.xml
  Log:
  Changed default context for the web console to just "console"
  
  Revision  Changes    Path
  1.3       +1 -1      
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.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jetty-config.xml  18 Sep 2003 04:46:59 -0000      1.2
  +++ jetty-config.xml  18 Sep 2003 05:06:05 -0000      1.3
  @@ -82,7 +82,7 @@
   
       <Call name="addWebApplication">
           <Arg></Arg>
  -        <Arg>jmx-console</Arg>
  +        <Arg>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">true</Arg>
  
  
  

Reply via email to