portal-sincoar/ear/target/application.xml

14 lines
553 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<application xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_6.xsd" version="6">
<display-name>portal-ear</display-name>
<module>
<web>
<web-uri>portal-web.war</web-uri>
<context-root>/portal-web</context-root>
</web>
</module>
<module>
<ejb>portal-ejb.jar</ejb>
</module>
<library-directory>lib</library-directory>
</application>