Last active
December 28, 2024 15:39
-
-
Save 64lines/2af228f1392fe7ec2b94a89606d735f8 to your computer and use it in GitHub Desktop.
[JAVA] - Example Application.xml file to create .Ear files.
This file contains hidden or 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
| <application id="Application_ID" > | |
| <display-name>Application Name</display-name> | |
| <description>This is the application description</<description> | |
| <module id="WebModule_1" > | |
| <web> | |
| <web-uri>pandorabe.war</web-uri> | |
| <context-root>/</context-root> | |
| </web> | |
| </module> | |
| </application> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment