[jboss-user] [JBoss Seam] - Re: Issue deploying multiple Seam webapps
davidwoolley
do-not-reply at jboss.com
Fri Mar 2 23:03:24 EST 2007
You need to place each application in it's own class loader space
This can be done with the jboss-app.xml in the META-INF directory of your ear
<jboss-app>
<loader-repository>
seam.jboss.org:loader=<your unique identifier>
</loader-repository>
</jboss-app>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024805#4024805
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4024805
More information about the jboss-user
mailing list