User: salborini
  Date: 00/09/29 15:16:42

  Modified:    src/etc/conf jboss.conf
  Log:
  Added commented out configuration for the new tomcat service.
  
  Revision  Changes    Path
  1.19      +14 -0     jboss/src/etc/conf/jboss.conf
  
  Index: jboss.conf
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/etc/conf/jboss.conf,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- jboss.conf        2000/09/29 18:54:35     1.18
  +++ jboss.conf        2000/09/29 22:16:41     1.19
  @@ -90,6 +90,20 @@
     -->
   
   <!-- 
  +  --  Uncomment this to add Tomcat support. 
  +  -- This service allows you to add and remove Tomcat contexts dynamically
  +  -- through JMX. Note that tomcat's server.xml file will not be processed: 
  +  -- you can only use JMX to add contexts.
  +  -- Be sure to set your 'TOMCAT_HOME' environment variable before starting 
  +  -- JBoss.
  +  -- The ARG tag is the port to run tomcat on.
  +  --
  +  -- MLET CODE = "org.jboss.tomcat.EmbededTomcatService" ARCHIVE="jboss.jar" 
CODEBASE="../lib/ext/">
  +  --         ARG TYPE="int" VALUE=8080>
  +  -- /MLET>
  +  -->
  +
  +<!-- 
     -- Uncomment this to add SpyderMQ support.  Be sure to set your 'SPYDERMQ_HOME' 
     -- environment variable before starting JBoss.  You'll also need to copy the 
     -- spyderMQ.properties file from your SpyderMQ installation to you JBoss 
  
  
  

Reply via email to