Skip to content

Instantly share code, notes, and snippets.

@64lines
Last active December 28, 2024 15:39
Show Gist options
  • Select an option

  • Save 64lines/2af228f1392fe7ec2b94a89606d735f8 to your computer and use it in GitHub Desktop.

Select an option

Save 64lines/2af228f1392fe7ec2b94a89606d735f8 to your computer and use it in GitHub Desktop.
[JAVA] - Example Application.xml file to create .Ear files.
<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