server.xml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Licensed Materials - Property of IBM
  3. IBM Cognos Products: QueryService
  4. (C) Copyright IBM Corp. 2017, 2018
  5. US Government Users Restricted Rights - Use, duplication
  6. or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. -->
  7. <server description="Dataset Service ver_11.1.2.0">
  8. <featureManager>
  9. <feature>localConnector-1.0</feature>
  10. <feature>servlet-3.1</feature>
  11. <feature>jaxrs-2.0</feature>
  12. <feature>cdi-1.2</feature>
  13. <feature>monitor-1.0</feature>
  14. <feature>jndi-1.0</feature>
  15. <feature>concurrent-1.0</feature>
  16. <feature>jaxb-2.2</feature>
  17. <feature>usr:com.ibm.bi.logging4j2-1.0</feature>
  18. <feature>usr:com.ibm.bi.health-1.0</feature>
  19. </featureManager>
  20. <mimeTypes>
  21. <type>json=application/json</type>
  22. </mimeTypes>
  23. <library id="bi-library" apiTypeVisibility="spec,ibm-api,third-party">
  24. <fileset dir="${install.dir}/drivers" includes="*.jar"/>
  25. <fileset dir="${install.dir}/v5dataserver/lib" includes="*.jar"/>
  26. <folder dir="${user.dir}"/>
  27. </library>
  28. <library id="udf-library" apiTypeVisibility="spec,ibm-api,third-party">
  29. <fileset dir="${install.dir}/v5dataserver/lib/ext" includes="*.jar"/>
  30. </library>
  31. <managedExecutorService jndiName="concurrent/biExecSvc"/>
  32. <logging consoleLogLevel="ERROR" logDirectory="${install.dir}/logs" messageFileName="dq_messages.log"/>
  33. <httpDispatcher enableWelcomePage="false"/>
  34. <!--NOTE: The port definition is auto-generated by the Cognos Configuration.
  35. Modifying it manually in this file will cause product to fail.
  36. Please modify the port number using the Cognos Configuration tool.-->
  37. <httpEndpoint id="defaultHttpEndpoint" httpPort="${http.port}" host="*">
  38. <httpOptions CookiesConfigureNoCache="false" AutoDecompression="false" removeServerHeader="true"/>
  39. <tcpOptions soReuseAddr="true"/>
  40. <!--NOTE: The port definition is auto-generated by the Cognos Configuration.
  41. Modifying it manually in this file will cause product to fail.
  42. Please modify the port number using the Cognos Configuration tool.-->
  43. </httpEndpoint>
  44. <config updateTrigger="mbean"/>
  45. <applicationMonitor updateTrigger="mbean" pollingRate="10s"/>
  46. <executor coreThreads="100" maxThreads="1500"/>
  47. <application type="war" location="${install.dir}/webapps/query-service.war" context-root="/dataset-service">
  48. <classloader apiTypeVisibility="spec, ibm-api, third-party" commonLibraryRef="bi-library" privateLibraryRef="udf-library"/>
  49. </application>
  50. <webContainer deferServletLoad="false" skipMetaInfResourcesProcessing="true" disableXPoweredBy="true"/>
  51. <!--The setting below will ensure that URL's use the "jar" protocol rather than "wsjar", which is the default in WLP. Some 3rd party libraries rely on this.-->
  52. <classloading useJarUrls="true">
  53. <!--This setting will ensure that URL's use the "jar" protocol rather than "wsjar", which is the default in WLP. Some 3rd party libraries rely on this.-->
  54. </classloading>
  55. <cdi12 enableImplicitBeanArchives="false"/>
  56. </server>