dain 2003/10/24 15:54:52
Modified: modules/web/src/deploy/jetty jetty-config.xml
Log:
Moved jmx console to /console
Revision Changes Path
1.6 +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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- jetty-config.xml 12 Oct 2003 04:36:15 -0000 1.5
+++ jetty-config.xml 24 Oct 2003 22:54:52 -0000 1.6
@@ -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>
<Call name="setDefaultsDescriptor">
<Arg><SystemProperty name="jetty.home.dir"/>/webdefault.xml</Arg>