-
Bug
-
Resolution: Done
-
Major
-
7.4.0.Beta
-
3
-
-
-
-
-
-
+
-
https://gitlab.cee.redhat.com/red-hat-jboss-enterprise-application-platform-documentation/eap-documentation/-/merge_requests/5147, https://gitlab.cee.redhat.com/red-hat-jboss-enterprise-application-platform-documentation/eap-documentation/-/merge_requests/5201, https://gitlab.cee.redhat.com/red-hat-jboss-enterprise-application-platform-documentation/eap-documentation/-/merge_requests/5262#d2079dcd3ec7a749cb2f05584cba75bafbf70561
-
Jan 18 - Jan 29, EAP DOC Sprint 5:March 1- 12
A web application (war) can specify the <overlay> configuration to link in an external directory containing static content such as html, images, videos that will be served via the war without having to package the content in the war.
<jboss-web xmlns="http://www.jboss.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee http://www.jboss.org/j2ee/schema/jboss-web_10_0.xsd" version="10.0"> <context-root>/</context-root> <overlay>/home/web/content</overlay> </jboss-web>
- clones
-
JBEAP-19206 Document jboss-web.xml overlay option
- Closed