Andrius Juozapaitis wrote:
>
> hi all,
>
> I downloaded the latest jboss cvs, built it, set tomcat_home and modified
> jboss.conf to launch tomcat embedded (as another option I took the
> jboss.conf from jboss_final+tomcat), and got the following exception on
> startup, and tomcat doesn't start. needless to say, same jboss.conf works
> fine with jboss_final. any ideas?
Hi,
The way to tell jboss where to find tomcat has changed since final. We
no longer use the TOMCAT_HOME environment variable. Instead, you have
to use a classpathextension in jboss.conf. (it's already there, just
uncomment it and set the path of your tomcat installation).
Sebastien
>
> [snip]
> java.lang.NoClassDefFoundError: org/apache/tomcat/core/RequestInterceptor
> at java.lang.Class.getConstructors0(Native Method)
> at java.lang.Class.getConstructors(Unknown Source)
> at
> com.sun.management.jmx.Introspector.testCompliance(Introspector.java:95)
> at com.sun.management.jmx.MetaData.testCompliance(MetaData.java:132)
> at
> com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.java:759)
> at javax.management.loading.MLet.getMBeansFromURL(MLet.java:540)
> at javax.management.loading.MLet.getMBeansFromURL(MLet.java:369)
> at org.jboss.Main.<init>(Main.java:119)
> at org.jboss.Main$1.run(Main.java:87)
> at java.security.AccessController.doPrivileged(Native Method)
> at org.jboss.Main.main(Main.java:83)
> [snip]
>
> --andrius
>
> --
> --------------------------------------------------------------
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Problems?: [EMAIL PROTECTED]
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]