ibm-web-ext.xml 1.1 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: wlpconf
  5. (C) Copyright IBM Corp. 2014
  6. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  7. -->
  8. <web-ext
  9. xmlns="http://websphere.ibm.com/xml/ns/javaee"
  10. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  11. xsi:schemaLocation="http://websphere.ibm.com/xml/ns/javaee http://websphere.ibm.com/xml/ns/javaee/ibm-web-ext_1_0.xsd"
  12. version="1.0">
  13. <file-serving-attribute name="extendedDocumentRoot" value="${install.dir}/webcontent" />
  14. <jsp-attribute name="fileServingEnabled" value="true" />
  15. <jsp-attribute name="serveServletsByClassnameEnabled" value="false" />
  16. <auto-encode-requests value="false"/>
  17. <auto-encode-responses value="false"/>
  18. <enable-directory-browsing value="false"/>
  19. <enable-file-serving value="true"/>
  20. <pre-compile-jsps value="false"/>
  21. <enable-reloading value="false"/>
  22. <enable-serving-servlets-by-class-name value="false" />
  23. </web-ext>