Skip to content

Instantly share code, notes, and snippets.

@rhusar
Created April 1, 2012 18:16
Show Gist options
  • Save rhusar/2277478 to your computer and use it in GitHub Desktop.
Save rhusar/2277478 to your computer and use it in GitHub Desktop.
clustering bug
<?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