server.xml 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Licensed Materials - Property of IBM IBM Cognos Products: disp (C) Copyright
  3. IBM Corp. 2013 2016 US Government Users Restricted Rights - Use, duplication
  4. or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. -->
  5. <server description="Cognos Analytics ver_11.1.2.0">
  6. <featureManager>
  7. <feature>jsp-2.3</feature>
  8. <feature>localConnector-1.0</feature>
  9. <feature>servlet-3.1</feature>
  10. <feature>jaxrs-2.0</feature>
  11. <feature>cdi-1.2</feature>
  12. <feature>monitor-1.0</feature>
  13. <feature>jndi-1.0</feature>
  14. <feature>ssl-1.0</feature>
  15. </featureManager>
  16. <logging consoleLogLevel="ERROR" logDirectory="${install.dir}/logs" messageFileName="p2pd_messages.log"/>
  17. <application autoStart="true" id="p2pd" location="${install.dir}/webapps/p2pd" name="p2pd" type="war">
  18. <classloader apiTypeVisibility="spec, ibm-api, third-party" commonLibraryRef="bi-library"/>
  19. </application>
  20. <httpEndpoint id="defaultHttpEndpoint" httpPort="9300" host="*">
  21. <httpOptions CookiesConfigureNoCache="false" AutoDecompression="false" removeServerHeader="true"/>
  22. </httpEndpoint>
  23. <config updateTrigger="mbean"/>
  24. <applicationMonitor dropins="${install.dir}/wlpdropins" updateTrigger="mbean" pollingRate="10s"/>
  25. <webContainer skipMetaInfResourcesProcessing="true" deferServletLoad="false" com.ibm.ws.webcontainer.servewelcomefilefromextendeddocumentroot="true" invokeFilterInitAtStartup="false" disableXPoweredBy="true" displaytextwhennoerrorpagedefined="error, see logs"/>
  26. <executor coreThreads="100" maxThreads="1500"/>
  27. <include location="${install.dir}/configuration/bi-services.xml"/>
  28. <!-- 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. -->
  29. <classloading useJarUrls="true"/>
  30. <cdi12 enableImplicitBeanArchives="false"/>
  31. <httpEndpoint id="MutualAuthSSLHttpEndpoint" sslOptionsRef="MutualAuthSSL" httpsPort="4300" httpPort="-1" host="*">
  32. <httpOptions CookiesConfigureNoCache="false" AutoDecompression="false" keepAliveEnabled="false"/>
  33. <sslOptions sslRef="MutualAuthSSL"/>
  34. </httpEndpoint>
  35. <ssl id="MutualAuthSSL" keyStoreRef="CAMEncKeyStore" serverKeyAlias="encryption" enabledCiphers="SSL_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 SSL_ECDHE_RSA_WITH_AES_256_GCM_SHA384 SSL_RSA_WITH_AES_256_GCM_SHA384 SSL_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 SSL_ECDHE_RSA_WITH_AES_128_GCM_SHA256 SSL_RSA_WITH_AES_128_GCM_SHA256 SSL_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 SSL_ECDHE_RSA_WITH_AES_256_CBC_SHA384 SSL_RSA_WITH_AES_256_CBC_SHA256 SSL_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 SSL_ECDHE_RSA_WITH_AES_128_CBC_SHA256 SSL_RSA_WITH_AES_128_CBC_SHA256 SSL_RSA_WITH_AES_128_CBC_SHA" sslProtocol="TLSv1.2" clientAuthentication="true"/>
  36. <keyStore id="CAMEncKeyStore" password="{aes}ADu4mz1aBtVuPPXURiVRvAgPCIyDxhKC8pEBStnTDucmJoaEB5zIHEEutwxZhdHnLQ==" location="C:/Program Files/ibm/cognos/analytics/configuration/certs/CAMKeystore.jks" pollingRate="60s" updateTrigger="polled"/>
  37. </server>