What do you mean by saying "but the content is the same" ? Are is this identical war files ? Why do you put them together in one ear ? To support two nearly identical wep-apps at the same time in one jboss instance you'll have to use a separate classloader for each. This can be done by using this as you jboss-web.xml: <!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 2.4//EN" "http://www.jboss.org/j2ee/dtd/jboss-web_4_0.dtd"> | <jboss-web> | <class-loading java2ClassLoadingCompliance='false'> | <loader-repository> | domain.biz:[EMAIL PROTECTED]@.war | <loader-repository-config>java2ParentDelegation=false</loader-repository-config> | </loader-repository> | </class-loading> | </jboss-web> |
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3895885#3895885 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3895885 ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
