The jmx-console starts up fine. Only the web-console is failing
due to the fact that is it using a singleton that breaks when
the class is reloaded in a different class loader due to these
settings because of using Java2ClassLoadingCompliance=false. It
works fine with Java2ClassLoadingCompliance=true and
UseJBossWebLoader=false.
You can set the parent delegation false on a war basis using
a jboss-web.xml:
<jboss-web>
<class-loading java2ClassLoadingCompliance='false'/>
</jboss-web>
xxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
Chief Technology Officer
JBoss Group, LLC
xxxxxxxxxxxxxxxxxxxxxxxx
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mike
Moulton
Sent: Monday, January 05, 2004 5:03 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Tomcat and Java2ClassLoadingCompliance
attribute
Scott,
I have tried all combinations of UseJBossWebLoader and
Jave2ClassLoadingCompliance without any luck. When I set both attributes
to false all web applications break, including web-console and
jmx-console. I have included some a log showing the exceptions received
when both attributes are set to false.
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user