plugin-cfg.xml 2.6 KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0" encoding="UTF-8"?><!--HTTP server plugin config file for dataset-service generated on 2022.09.16 at 09:31:31 MESZ-->
  2. <Config ASDisableNagle="false" AcceptAllContent="false" AppServerPortPreference="HostHeader" ChunkedResponse="false" ConfigHash="1365307252" FIPSEnable="false" IISDisableNagle="false" IISPluginPriority="High" IgnoreDNSFailures="false" RefreshInterval="60" ResponseChunkSize="64" SSLConsolidate="false" TrustedProxyEnable="false" VHostMatchingCompat="false">
  3. <Log LogLevel="Error" Name="/opt/IBM/WebSphere/Plugins/logs/webserver1/http_plugin.log"/>
  4. <Property Name="ESIEnable" Value="true"/>
  5. <Property Name="ESIMaxCacheSize" Value="1024"/>
  6. <Property Name="ESIInvalidationMonitor" Value="false"/>
  7. <Property Name="ESIEnableToPassCookies" Value="false"/>
  8. <Property Name="PluginInstallRoot" Value="/opt/IBM/WebSphere/Plugins"/>
  9. <!-- Configuration generated using httpEndpointRef=defaultHttpEndpoint-->
  10. <!-- The default_host contained only aliases for endpoint defaultHttpEndpoint.
  11. The generated VirtualHostGroup will contain only configured web server ports:
  12. webserverPort=80
  13. webserverSecurePort=443 -->
  14. <VirtualHostGroup Name="default_host">
  15. <VirtualHost Name="*:80"/>
  16. <VirtualHost Name="*:443"/>
  17. </VirtualHostGroup>
  18. <ServerCluster CloneSeparatorChange="false" GetDWLMTable="false" IgnoreAffinityRequests="true" LoadBalance="Round Robin" Name="dataset-service_default_node_Cluster" PostBufferSize="0" PostSizeLimit="-1" RemoveSpecialHeaders="true" RetryInterval="60" ServerIOTimeoutRetry="-1">
  19. <Server CloneID="cf66cca3-e7f8-4d42-9eb1-00901cf78829" ConnectTimeout="5" ExtendedHandshake="false" LoadBalanceWeight="20" MaxConnections="-1" Name="default_node_dataset-service" ServerIOTimeout="900" WaitForContinue="false">
  20. <Transport Hostname="global-cube3" Port="9301" Protocol="http"/>
  21. <Transport Hostname="global-cube3" Port="9443" Protocol="https">
  22. <Property Name="keyring" Value="/opt/IBM/WebSphere/Plugins/config/webserver1/plugin-key.kdb"/>
  23. <Property Name="stashfile" Value="/opt/IBM/WebSphere/Plugins/config/webserver1/plugin-key.sth"/>
  24. </Transport>
  25. </Server>
  26. <PrimaryServers>
  27. <Server Name="default_node_dataset-service"/>
  28. </PrimaryServers>
  29. </ServerCluster>
  30. <UriGroup Name="default_host_dataset-service_default_node_Cluster_URIs">
  31. <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/dataset-service/*"/>
  32. </UriGroup>
  33. <Route ServerCluster="dataset-service_default_node_Cluster" UriGroup="default_host_dataset-service_default_node_Cluster_URIs" VirtualHostGroup="default_host"/>
  34. </Config>