EAR: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 14: | Line 14: | ||
http://<host>:<port>/<context-root> | http://<host>:<port>/<context-root> | ||
where <tt>context-root</tt> is the value specified in <tt>[[application.xml|application.xml]]</tt>. | where <tt>[[Application.xml#.3Ccontext-root.3E|context-root]]</tt> is the value specified in <tt>[[application.xml|application.xml]]</tt>. |
Revision as of 17:29, 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.