I noticed a problem I created for myself when trying to get the Jboss/Embedded Tomcat running. I added the following to jboss.conf to load the Tomcat libraries: <MLET CODE = "org.jboss.util.ClassPathExtension" ARCHIVE="jboss.jar" CODEBASE="../../lib/ext/"> <ARG TYPE="java.lang.String" VALUE="/usr/local/tomcat/lib/"> <ARG TYPE="java.lang.String" VALUE="Tomcat"> </MLET> Only the first 25 times I tried it I left the slash (/) off the end of the tomcat/lib string and no libraries were loaded. Just thought I would mention it in case anyone else has this problem. Ken -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED]
