User: roberto 
  Date: 00/12/02 16:51:35

  Modified:    src/etc/conf/default jboss.conf
  Log:
  support for tomcat contexts
  
  Revision  Changes    Path
  1.11      +5 -3      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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- jboss.conf        2000/11/16 01:41:11     1.10
  +++ jboss.conf        2000/12/03 00:51:35     1.11
  @@ -134,13 +134,15 @@
     -- This service allows you to integrate the stack of Tomcat 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 Tomcat contexts 
dynamically
  -  -- through JMX for you and in effect deploy EARs. Note that tomcat's server.xml 
file will not be processed: 
  -  -- you can only use JMX to add contexts.  Use the J2EE deployer to deploy full 
EARs on this stack
  +  -- through JMX for you and in effect deploy EARs. Note that tomcat's server.xml 
file will be partially
  +  -- processed for context support: you can also use JMX to add contexts. 
  +  -- Use the J2EE deployer to deploy full EARs on this stack
     -- Be sure to set your 'TOMCAT_HOME' environment variable before starting JBoss.
     -- 
  -  -- The ARG tag is the port to run tomcat on.
  +  -- The ARG tags are the config file and the port to run tomcat on.
     -- 
     -- MLET CODE = "org.jboss.tomcat.EmbeddedTomcatService" ARCHIVE="jboss.jar" 
CODEBASE="../../lib/ext/">
  +  -- ARG TYPE="java.lang.String" VALUE="full path to tomcat config file">
     -- ARG TYPE="int" VALUE=8080>
     -- /MLET>
     -->
  
  
  

Reply via email to