We have a requirement where we must support per webapp class loading because multiple applications use different versions of the same class. The way to accomplish that seems to be changing the following configuration setting :
file = jboss\server\default\deploy\jbossweb-tomcat55.sar\META-INF\jboss-service.xml
setting =
<!-- A flag indicating if the JBoss Loader should be used. This loader
uses a unified class loader as the class loader rather than the tomcat
specific class loader.
-->
false
When this change is made portal-forums app does not come up cleanly complaining that an exception was thrown in the init().
In addition, our JAAS module which works fine with the default setting
(true) is never invoked in the portal environment.
Are there any configuration and/or code changes need to be made to behave the portal correctly without using the JBossWebLoader.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877354#3877354
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877354
|