I thought I would post to the list what I did to get embedded tomcat to work
with jboss 2.1 binary distribution.
I spent a lot of time checking documentation and reading threads on the user
archive until a stumbled upon a solution that works.

This is the MLET tag  (windows environment) :

<!-- Uncomment to add Tomcat classes to classpath -->
<MLET CODE = "org.jboss.util.ClassPathExtension" ARCHIVE="jboss.jar"
CODEBASE="../../lib/ext/">
  <ARG TYPE="java.lang.String"
VALUE="../../../../../jakarta-tomcat-3.2.1/lib/">
  <ARG TYPE="java.lang.String" VALUE="Tomcat">
</MLET>

The relative path seems too deep, but it works for some reason.

I hope this will be helpful...






--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]

Reply via email to