User: vincent 
  Date: 00/08/24 19:50:34

  Modified:    src/etc/conf jboss.conf
  Log:
  Added commented out MLET's for SpyderMQ and Tomcat.
  
  Revision  Changes    Path
  1.11      +16 -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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- jboss.conf        2000/08/21 07:51:37     1.10
  +++ jboss.conf        2000/08/25 02:50:33     1.11
  @@ -78,3 +78,19 @@
   
   <MLET CODE = "org.jboss.configuration.ConfigurationService" 
ARCHIVE="jboss.jar,xml.jar" CODEBASE="../lib/ext/">
   </MLET>
  +
  +<!-- 
  +  --  Uncomment this to add Tomcat support.  Be sure to set your 'TOMCAT_HOME' 
  +  -- environment variable before starting JBoss.
  +  -- MLET CODE = "org.jboss.tomcat.TomcatService" ARCHIVE="jboss.jar" 
CODEBASE="../lib/ext/">
  +  -- /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 
  +  -- installation conf dir.
  +  -- MLET CODE = "org.jboss.spydermq.SpyderMQService" ARCHIVE="jboss.jar" 
CODEBASE="../lib/ext/">
  +  -- /MLET>
  +  -->
  
  
  

Reply via email to