Hello,

I've just downloaded the tomcat 2.2.2 and tomcat 3.2.2.  Following the
instructions in the documentation I've tried to start jboss and embedded
tomcat (on NT).  I uncommented the sections in jboss.conf

<!-- 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="h:\jboss\jboss222\tomcat\lib\">
    ARG TYPE="java.lang.String" VALUE="Tomcat">
  /MLET>

(tried slashes in both directions) but I get an exception 

[EmbeddedTomcatSX] Starting EmbeddedTomcatSX....
[Service Control] Could not start DefaultDomain:service=EmbeddedTomcat
[Service Control] java.lang.NoClassDefFoundError:
org/apache/tomcat/util/xml/XmlAction

XmlAction is in tomcat's webserver.jar so it seems the tomcat classes
are not being added to the classpath.  

If I add them manually to the JBOSS_CLASSPATH in run.bat I get further. 
What am I doing wrong?

Any ideas?
Antony

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to