User: dmaplesden
Date: 01/09/11 14:46:11
Modified: src/etc/conf/default jetty-service.xml
j2eedeployment-service.xml
Log:
Remove jetty from default config as it is not working for many people
Revision Changes Path
1.2 +1 -1 jboss/src/etc/conf/default/jetty-service.xml
Index: jetty-service.xml
===================================================================
RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jetty-service.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jetty-service.xml 2001/09/11 02:48:05 1.1
+++ jetty-service.xml 2001/09/11 21:46:11 1.2
@@ -17,7 +17,7 @@
-->
<mbean code="org.jboss.jetty.JettyService"
name=":service=Jetty">
- <attribute name="JettyHome">W:/Jetty-3.1.RC8</attribute>
+ <attribute name="JettyHome">your-Jetty-3.1.RC9-home</attribute>
<attribute name="Configuration">../conf/default/jetty.xml</attribute>
<attribute name="WebDefault">../conf/default/webdefault.xml</attribute>
<attribute name="UnpackWars">true</attribute>
1.2 +1 -1 jboss/src/etc/conf/default/j2eedeployment-service.xml
Index: j2eedeployment-service.xml
===================================================================
RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/j2eedeployment-service.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- j2eedeployment-service.xml 2001/09/11 02:48:05 1.1
+++ j2eedeployment-service.xml 2001/09/11 21:46:11 1.2
@@ -3,7 +3,7 @@
<server>
<depends>JBOSS-SYSTEM:service=Naming</depends>
- <depends>:service=Jetty</depends>
+ <!--<depends>:service=Jetty</depends>-->
<!-- ==================================================================== -->
<!-- J2EE deployment -->
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development