User: oberg
Date: 00/11/15 09:11:39
Modified: src/etc/conf/default jboss.conf
Log:
Added commented Tomcat library CPE. Uncomment MLET to add Tomcat libraries to jBoss
Revision Changes Path
1.6 +11 -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.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- jboss.conf 2000/11/10 21:14:21 1.5
+++ jboss.conf 2000/11/15 17:11:39 1.6
@@ -104,6 +104,17 @@
<!--
+ -- Uncomment this to add Tomcat classes to jBoss' classpath. This is necessary
for both
+ -- integration modes below to work.
+ --
+ -- Set the argument to the directory where the Tomcat libraries reside (i.e.
Tomcat's lib/ directory).
+ --
+ -- MLET CODE = "org.jboss.util.ClassPathExtension" ARCHIVE="jboss.jar"
CODEBASE="../../lib/ext/">
+ -- ARG TYPE="java.lang.String" VALUE="file:/usr/tomcat/lib/">
+ -- /MLET>
+ -->
+
+<!--
-- Uncomment this to add "Stand-alone Stack Tomcat support".
-- This means that JSP and Servlets will work with EJB in different stacks and
-- communicate through network invocation. If you benchmark j2ee please use
"integrated stack".