123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!-- Licensed Materials - Property of IBM
- IBM Cognos Products: QueryService
- (C) Copyright IBM Corp. 2017, 2018
- US Government Users Restricted Rights - Use, duplication
- or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. -->
- <server description="Dataset Service ver_11.1.2.0">
- <featureManager>
- <feature>localConnector-1.0</feature>
- <feature>servlet-3.1</feature>
- <feature>jaxrs-2.0</feature>
- <feature>cdi-1.2</feature>
- <feature>monitor-1.0</feature>
- <feature>jndi-1.0</feature>
- <feature>concurrent-1.0</feature>
- <feature>jaxb-2.2</feature>
- <feature>usr:com.ibm.bi.logging4j2-1.0</feature>
- <feature>usr:com.ibm.bi.health-1.0</feature>
- </featureManager>
- <mimeTypes>
- <type>json=application/json</type>
- </mimeTypes>
- <library id="bi-library" apiTypeVisibility="spec,ibm-api,third-party">
- <fileset dir="${install.dir}/drivers" includes="*.jar"/>
- <fileset dir="${install.dir}/v5dataserver/lib" includes="*.jar"/>
- <folder dir="${user.dir}"/>
- </library>
- <library id="udf-library" apiTypeVisibility="spec,ibm-api,third-party">
- <fileset dir="${install.dir}/v5dataserver/lib/ext" includes="*.jar"/>
- </library>
- <managedExecutorService jndiName="concurrent/biExecSvc"/>
- <logging consoleLogLevel="ERROR" logDirectory="${install.dir}/logs" messageFileName="dq_messages.log"/>
- <httpDispatcher enableWelcomePage="false"/>
- <!--NOTE: The port definition is auto-generated by the Cognos Configuration.
- Modifying it manually in this file will cause product to fail.
- Please modify the port number using the Cognos Configuration tool.-->
- <httpEndpoint id="defaultHttpEndpoint" httpPort="${http.port}" host="*">
- <httpOptions CookiesConfigureNoCache="false" AutoDecompression="false" removeServerHeader="true"/>
- <tcpOptions soReuseAddr="true"/>
- <!--NOTE: The port definition is auto-generated by the Cognos Configuration.
- Modifying it manually in this file will cause product to fail.
- Please modify the port number using the Cognos Configuration tool.-->
- </httpEndpoint>
- <config updateTrigger="mbean"/>
- <applicationMonitor updateTrigger="mbean" pollingRate="10s"/>
- <executor coreThreads="100" maxThreads="1500"/>
- <application type="war" location="${install.dir}/webapps/query-service.war" context-root="/dataset-service">
- <classloader apiTypeVisibility="spec, ibm-api, third-party" commonLibraryRef="bi-library" privateLibraryRef="udf-library"/>
- </application>
- <webContainer deferServletLoad="false" skipMetaInfResourcesProcessing="true" disableXPoweredBy="true"/>
- <!--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.-->
- <classloading useJarUrls="true">
- <!--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.-->
- </classloading>
- <cdi12 enableImplicitBeanArchives="false"/>
- </server>
|