Deployment Descriptors
Listings C.40–C.47 are the deployment descriptors used in the application. Next to the heading of each of these files, the location where the file is to be placed appears in parentheses.
Listing C.40. application.xml (META-INF of deployable_components Directory)
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN" "http://java.sun.com/dtd/application_1_3.dtd"> <application> <display-name>Airline Ticket Booking Application</display-name> <description>Airline Ticket Booking Application</description> <module> <ejb>AirlinesEJBApp.jar</ejb> </module> <module> <web> <web-uri>AirlinesWebApp.war</web-uri> <context-root>AirlinesApp</context-root> </web> </module> ... |
Get Sams Teach Yourself BEA WebLogic Server 7.0™ in 21 Days now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.