EAR: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * JEE =Organizatorium= * Maven ear Plugin") |
|||
Line 6: | Line 6: | ||
* [[Maven ear Plugin]] | * [[Maven ear Plugin]] | ||
=Overview= | |||
A web application that is deployed within an EAR is available by default at: | |||
http://<host>:<port>/<ear-name>/<context-root> | |||
where |
Revision as of 17:09, 7 April 2017
Internal
Organizatorium
Overview
A web application that is deployed within an EAR is available by default at:
http://<host>:<port>/<ear-name>/<context-root>
where