01 <?xml version='1.0' encoding='UTF-8'?>
02 <application xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="5">
03 <description>Medical Records Physician Application</description>
04 <display-name>Medical Records Physician Application</display-name>
05 <module>
06 <ejb>physSessionEjbs</ejb>
07 </module>
08 <module>
09 <web>
10 <web-uri>physicianWebApp</web-uri>
11 <context-root>physician</context-root>
12 </web>
13 </module>
14 <module>
15 <web>
16 <web-uri>PhysicianWebServices</web-uri>
17 <context-root>ws_phys</context-root>
18 </web>
19 </module>
20 </application>
|