This content has been marked as final.
Show 1 reply
-
1. Re: JBoss 3.2.3/Catalina 4.1.29 issue with multiple web cont
camel Mar 12, 2004 2:37 AM (in response to tysmeister)This is happening because JBoss, by default, uses a shared repository for all classes loaded. You probably want to separate your webapps into their own classloaders. See this thread: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=43462. You can search the forums for "UseJBossWebLoader" and find tons of postings discussing this issue.
btw this is the development forum; the user forums (http://www.jboss.org/index.html?module=bb&op=main&c=5) are the right place for this topic