EAR: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 13: Line 13:
=Examples=
=Examples=


* {{External|https://github.com/NovaOrdis/playground/tree/master/jee/ear/war-and-lib}}
{{External|https://github.com/NovaOrdis/playground/tree/master/jee/ear/war-and-lib}}
* {{External|https://github.com/NovaOrdis/playground/tree/master/jee/ear/war-and-ejb}}
{{External|https://github.com/NovaOrdis/playground/tree/master/jee/ear/war-and-ejb}}

Revision as of 17:40, 7 April 2017

Internal

Organizatorium

Overview

A web application that is deployed within an EAR is available by default at http://<host>:<port>/<context-root> where context-root is the value specified in application.xml.

Examples

https://github.com/NovaOrdis/playground/tree/master/jee/ear/war-and-lib
https://github.com/NovaOrdis/playground/tree/master/jee/ear/war-and-ejb