java/nekurak.net-ear/src/conf/application.xml
author František Kučera <franta-hg@frantovo.cz>
Tue Mar 23 00:50:39 2010 +0100 (2010-03-23)
changeset 75 18ed62105526
permissions -rw-r--r--
REST: přidán nový webový modul.
franta-hg@75
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@75
     2
<application version="6" 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">
franta-hg@75
     3
    <display-name>nekurak.net-ear</display-name>
franta-hg@75
     4
    <module>
franta-hg@75
     5
	<web>
franta-hg@75
     6
	    <web-uri>nekurak.net-web.war</web-uri>
franta-hg@75
     7
	    <context-root>/nekurak.net-web</context-root>
franta-hg@75
     8
	</web>
franta-hg@75
     9
    </module>
franta-hg@75
    10
    <module>
franta-hg@75
    11
	<web>
franta-hg@75
    12
	    <web-uri>nekurak.net-rest.war</web-uri>
franta-hg@75
    13
	    <context-root>/nekurak.net-rest</context-root>
franta-hg@75
    14
	</web>
franta-hg@75
    15
    </module>
franta-hg@75
    16
    <module>
franta-hg@75
    17
	<ejb>nekurak.net-ejb.jar</ejb>
franta-hg@75
    18
    </module>
franta-hg@75
    19
</application>