hi is it possible to access jar files in one ear from the other ear? Let's say I have App1.ear inside, which is webapp1.war, and inside, that is app1jar.jar, and it contains Foo.class. Now say that I have App2.ear inside, that there is Webapp2.war. Is it possible to access Foo.class from webapp2.war?
if possible, what configuration change do I need to make? I do not get what I need to search to find this, so I posted here.
source share