Created
April 1, 2012 18:16
-
-
Save rhusar/2277478 to your computer and use it in GitHub Desktop.
clustering bug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>clusterbench-ee6-ear</display-name> | |
<module> | |
<ejb>clusterbench-ee6-ejb-1.0.0-SNAPSHOT.jar</ejb> | |
</module> | |
<module> | |
<web> | |
<web-uri>clusterbench-ee6-web-1.0.0-SNAPSHOT.war</web-uri> | |
<context-root>/clusterbench-ee6-web</context-root> | |
</web> | |
</module> | |
<module> | |
<web> | |
<web-uri>clusterbench-ee6-web-granular-1.0.0-SNAPSHOT.war</web-uri> | |
<context-root>/clusterbench-ee6-web-granular</context-root> | |
</web> | |
</module> | |
</application> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment