User: jules
Date: 00/11/15 15:23:56
Modified: src/etc/conf/default jboss.conf
Log:
explain a bit more about Jetty's configuration and capabilities
Revision Changes Path
1.9 +12 -6 jboss/src/etc/conf/default/jboss.conf
Index: jboss.conf
===================================================================
RCS file: /products/cvs/ejboss/jboss/src/etc/conf/default/jboss.conf,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- jboss.conf 2000/11/15 18:54:29 1.8
+++ jboss.conf 2000/11/15 23:23:56 1.9
@@ -146,17 +146,23 @@
-->
<!--
- -- Uncomment this to add Jetty support.
- -- This service allows you to add and remove Jetty contexts dynamically
- -- through JMX.
+ -- Uncomment this to add Integrated Stack (fast) Jetty support.
+ -- This service allows you to integrate the stack of Jetty and JBoss
+ -- Invocations are not going through network but pass native pointers resulting
in dramatic speed increases.
+ -- This service allows the J2EE deployer to add and remove WebApplication
contexts dynamically
+ -- through JMX for you and in effect deploy EARs. Note that Jetty's
+ -- XML config file WILL be processed, allowing you to add a number of other
servlets that you may require
+ -- (e.g. admin, CGI etc) and listeners on as many ports as you require.
+ -- Use the J2EE deployer to dynamically deploy full EARs on this stack.
-- Be sure to set your 'JETTY_HOME' environment variable before starting
- -- JBoss.
- -- Replace the ARG tag to give Jetty's XML configuration file.
- -- You can use JBOSS_HOME/conf/default/jetty.xml
+ --
+ -- The ARG tag is Jetty's XML configuration file.
+ -- You can use JBOSS_HOME/conf/default/jetty.xml. The default value is probably
invalid.
--
-- MLET CODE = "org.jboss.jetty.JettyService" ARCHIVE="jetty-service.jar"
CODEBASE="../../lib/ext/">
-- ARG TYPE="java.lang.String" VALUE="file:/usr/jboss/conf/default/jetty.xml">
-- /MLET>
+ -->
<MLET CODE = "org.jboss.spydermq.SpyderMQService" ARCHIVE="jboss.jar"
CODEBASE="../../lib/ext/">
</MLET>