janb 2003/11/07 20:25:27
Modified: modules/web/src/deploy/jetty jetty-service.xml
Log:
Changed port to match old jetty hack port number (8080)
Revision Changes Path
1.5 +1 -1
incubator-geronimo/modules/web/src/deploy/jetty/jetty-service.xml
Index: jetty-service.xml
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/web/src/deploy/jetty/jetty-service.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- jetty-service.xml 6 Nov 2003 13:13:11 -0000 1.4
+++ jetty-service.xml 8 Nov 2003 04:25:27 -0000 1.5
@@ -29,7 +29,7 @@
<!-- ================================================================ -->
<mbean code="org.apache.geronimo.web.jetty.JettyWebConnector"
name="jetty:role=WebConnector, port=8080">
- <attribute name="Port">8088</attribute>
+ <attribute name="Port">8080</attribute>
<attribute name="Contexts">/abc, /def, /geh</attribute>
<depends name="jetty:role=WebContainer"/>
</mbean>