User: salborini
  Date: 00/11/15 17:41:12

  Modified:    src/etc/conf/default jboss.conf
  Log:
  Added ClasspathExtension service to find jetty classes.  They are no longer
  needed in the system classpath.
  
  Revision  Changes    Path
  1.10      +14 -0     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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- jboss.conf        2000/11/15 23:23:56     1.9
  +++ jboss.conf        2000/11/16 01:41:11     1.10
  @@ -145,6 +145,20 @@
     -- /MLET>
     -->
   
  +
  +<!--
  +  -- Uncomment this to add Jetty classes to jBoss' classpath.
  +  --
  +  -- Set the argument to the directory where the jetty libraries reside
  +  -- (i.e. jetty's lib/ directory).
  +  --
  +  -- MLET CODE = "org.jboss.util.ClassPathExtension" ARCHIVE="jboss.jar" 
CODEBASE="../../lib/ext/">
  +  -- ARG TYPE="java.lang.String" VALUE="/usr/lib/jetty/lib/">
  +  -- ARG TYPE="java.lang.String" VALUE="Jetty">
  +  -- /MLET>
  +  -->
  +
  +
   <!-- 
     -- Uncomment this to add Integrated Stack (fast) Jetty support.
     -- This service allows you to integrate the stack of Jetty and JBoss
  
  
  

Reply via email to