-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathweb.xml
26 lines (26 loc) · 1.02 KB
/
web.xml
1
<server><webApplication id="resources-location" name="resources" location="${server.config.dir}/resources/zosconnect"> <web-ext context-root="resources/zosConnect" enable-file-serving="true" enable-directory-browsing="true"> <file-serving-attribute name="extendedDocumentRoot" value="${server.config.dir}/resources/zosconnect" /> </web-ext></webApplication> ><webApplication id="serverConfig-location" name="serverConfig" location="${server.config.dir}"> <web-ext context-root="/server/config" enable-file-serving="true" enable-directory-browsing="true"> <file-serving-attribute name="extendedDocumentRoot" value="${server.config.dir}" /> </web-ext></webApplication> ><webApplication id="serverLogs" name="serverLogs" location="${server.config.dir}/logs"> <web-ext context-root="/server/logs" enable-file-serving="true" enable-directory-browsing="true"> <file-serving-attribute name="extendedDocumentRoot" value="${server.config.dir}/logs" /> </web-ext></webApplication> ></server>