• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

EAR blues

 
Ranch Hand
Posts: 84
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Could you hold this kitten for a sec? I need to adjust this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic