User: roberto
Date: 00/12/02 18:57:32
Modified: src/etc/conf/default jboss.conf
Log:
reminder to add a '/' at the beginning of an absolute path when using tomcat
Revision Changes Path
1.12 +3 -1 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.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- jboss.conf 2000/12/03 00:51:35 1.11
+++ jboss.conf 2000/12/03 02:57:31 1.12
@@ -108,7 +108,9 @@
-- integration modes below to work.
--
-- Set the argument to the directory where the Tomcat libraries reside (i.e.
Tomcat's lib/ directory).
- --
+ -- If you�re using an absolute path don�t forget to add a slash at the
+ -- beginning of it (i.e. /c:/tomcat/lib/)
+ --
-- MLET CODE = "org.jboss.util.ClassPathExtension" ARCHIVE="jboss.jar"
CODEBASE="../../lib/ext/">
-- ARG TYPE="java.lang.String" VALUE="/usr/tomcat/lib/">
-- ARG TYPE="java.lang.String" VALUE="Tomcat">