I have a ear file by the name mbilaApps.ear file which contains the following :
1) dmsSpec.jar
2) mbilaServer.war
3) mbilaSpecs.jar
4) sdSpec.jar
5) ueLib.jar
The application.xml file however has the following entry:
<display-name>OutageWeb Application (Internal)</display-name>
<module>
<web>
<web-uri>mbilaUi.war</web-uri>
<context-root>/mbilaUi</context-root>
</web>
</module>
<module>
<
ejb>mbilaServer.jar</ejb>
</module>
</application>
It's including only mbilaServer and mbilaUi.war files into the J2EE application.
1) What happens to the others ?
2) Are all the classes contained in the other jar files placed in the container classpath ?
Thanks