Post your jboss.conf ClassPathExtension setup for the tomcat libs. I would guess
that either the path is wrong or does not include the trailing / on the path.
<!-- 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="/tmp/tomcat/jakarta-tomcat-3.2.1/lib/">
  <ARG TYPE="java.lang.String" VALUE="Tomcat">
</MLET>

----- Original Message ----- 
From: "jBoss Monkey" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 23, 2001 6:46 PM
Subject: Re: [jBoss-User] Tomcat 3.2.1 + JBoss Pre 2.1 example setup


> >From: "Scott M Stark" <[EMAIL PROTECTED]>
> >
> >Here is a pretty much step by step test of the current tomcat
> >embeded server. This is run on windows 2000 using the Cygnus
> >toolkit so most commands look like linux execept for the
> >occasional bat file. If you follow these steps you should be
> >able to configure JBoss to run the EmbeddedTomcatService and
> >use the tomcat-test.ear application as well as the bundled tomcat
> >examples.
> 
> ============================================================
> I tried the instruction two times step by step,  total fresh builds,
> It gives the following error:
> 
> Somehow classpath extentions does not work.
> 
> ~jm
> 
> ---------------------------Error----------------------------
> [Container factory] Started
> [EmbeddedTomcat] Starting
> [EmbeddedTomcat] Starting EmbeddedTomcat....
> [Service Control] Could not start DefaultDomain:service=EmbeddedTomcat
> [Service Control] java.lang.NoClassDefFoundError: 
> org/apache/tomcat/util/xml/Xml
> Action
> [Service Control]       at 
> org.jboss.tomcat.EmbeddedTomcatService.startService(E
> mbeddedTomcatService.java:69)
> [Service Control]       at 
> org.jboss.util.ServiceMBeanSupport.start(ServiceMBean
> Support.java:93)
> [Service Control]       at java.lang.reflect.Method.invoke(Native Method)
> [Service Control]       at 
> com.sun.management.jmx.MBeanServerImpl.invoke(MBeanSe
> rverImpl.java:1628)
> [Service Control]       at 
> com.sun.management.jmx.MBeanServerImpl.invoke(MBeanSe
> rverImpl.java:1523)
> [Service Control]       at 
> org.jboss.util.ServiceControl.start(ServiceControl.ja
> va:97)
> [Service Control]       at java.lang.reflect.Method.invoke(Native Method)
> [Service Control]       at 
> com.sun.management.jmx.MBeanServerImpl.invoke(MBeanSe
> rverImpl.java:1628)
> [Service Control]       at 
> com.sun.management.jmx.MBeanServerImpl.invoke(MBeanSe
> rverImpl.java:1523)
> [Service Control]       at org.jboss.Main.<init>(Main.java:190)
> [Service Control]       at org.jboss.Main$1.run(Main.java:94)
> [Service Control]       at 
> java.security.AccessController.doPrivileged(Native Me
> thod)
> [Service Control]       at org.jboss.Main.main(Main.java:90)
> [JBossMQ] Starting
> [JBossMQ] Server Version 0.8 Started
> [JBossMQ] Started
> [DefaultJMSProvider] Starting
> [DefaultJMSProvider] JMS provider Adapter DefaultJMSProvider bound to 
> java:/Defa
> ultJMSProvider
> [DefaultJMSProvider] Started
> ----------------------------------------------------
> 
> 
> 
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
> 
> 
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> List Help?:          [EMAIL PROTECTED]
> 
> 



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to