12345678910111213141516171819202122232425262728293031323334 |
- <?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-->
- <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">
- <Log LogLevel="Error" Name="/opt/IBM/WebSphere/Plugins/logs/webserver1/http_plugin.log"/>
- <Property Name="ESIEnable" Value="true"/>
- <Property Name="ESIMaxCacheSize" Value="1024"/>
- <Property Name="ESIInvalidationMonitor" Value="false"/>
- <Property Name="ESIEnableToPassCookies" Value="false"/>
- <Property Name="PluginInstallRoot" Value="/opt/IBM/WebSphere/Plugins"/>
- <!-- Configuration generated using httpEndpointRef=defaultHttpEndpoint-->
- <!-- The default_host contained only aliases for endpoint defaultHttpEndpoint.
- The generated VirtualHostGroup will contain only configured web server ports:
- webserverPort=80
- webserverSecurePort=443 -->
- <VirtualHostGroup Name="default_host">
- <VirtualHost Name="*:80"/>
- <VirtualHost Name="*:443"/>
- </VirtualHostGroup>
- <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">
- <Server CloneID="cf66cca3-e7f8-4d42-9eb1-00901cf78829" ConnectTimeout="5" ExtendedHandshake="false" LoadBalanceWeight="20" MaxConnections="-1" Name="default_node_dataset-service" ServerIOTimeout="900" WaitForContinue="false">
- <Transport Hostname="global-cube3" Port="9301" Protocol="http"/>
- <Transport Hostname="global-cube3" Port="9443" Protocol="https">
- <Property Name="keyring" Value="/opt/IBM/WebSphere/Plugins/config/webserver1/plugin-key.kdb"/>
- <Property Name="stashfile" Value="/opt/IBM/WebSphere/Plugins/config/webserver1/plugin-key.sth"/>
- </Transport>
- </Server>
- <PrimaryServers>
- <Server Name="default_node_dataset-service"/>
- </PrimaryServers>
- </ServerCluster>
- <UriGroup Name="default_host_dataset-service_default_node_Cluster_URIs">
- <Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/dataset-service/*"/>
- </UriGroup>
- <Route ServerCluster="dataset-service_default_node_Cluster" UriGroup="default_host_dataset-service_default_node_Cluster_URIs" VirtualHostGroup="default_host"/>
- </Config>
|