Yes. put a file called jboss-app.xml in the META-INF directory of
the ear file with contents something like this. It forces JBoss to
use a new class loader for the ear.
jboss.test.cts:loader=one.ear
Joost Kraaijeveld wrote:
I have these two ear file, one.ear and two.ear (different
n
I have these two ear file, one.ear and two.ear (different names).
They both contain:
1. A servlet with the same name but different functionality
2. An EJB with the same name but different functionality
Is it possible to deploy them both by rewriting the deployment files only?
Joost Kraaijeve