| manuboss1 2004-03-31, 8:33 am |
| Sorry I forgot my plugin-cfg.xml file.
Thanks to all who will consider my problem.
Here is plugin-cfg.xml :
<?xml version="1.0" encoding="ISO-8859-1"?>
<Config ASDisableNagle="false" AcceptAllContent="false" IISDisableNagle="false" IgnoreDNSFailures="false" RefreshInterval="60" ResponseChunkSize="64">
<Log LogLevel="Trace" Name="D:\IBM\Websphere51/logs/http_plugin.log"/>
<Property Name="ESIEnable" Value="true"/>
<Property Name="ESIMaxCacheSize" Value="1024"/>
<Property Name="ESIInvalidationMonitor" Value="false"/>
<VirtualHostGroup Name="default_host">
<VirtualHost Name="*:9085"/>
<VirtualHost Name="*:81"/>
<VirtualHost Name="*:9444"/>
<VirtualHost Name="*:9080"/>
<VirtualHost Name="*:80"/>
</VirtualHostGroup>
<VirtualHostGroup Name="gw_caext_host">
<VirtualHost Name="*:8383"/>
<VirtualHost Name="*:9443"/>
</VirtualHostGroup>
<ServerCluster CloneSeparatorChange="false" LoadBalance="Round Robin" Name="server1_elmem1_Cluster" PostSizeLimit="-1" RemoveSpecialHeaders="true" RetryInterval="60">
<Server ConnectTimeout="0" ExtendedHandshake="false" MaxConnections="-1" Name="elmem1_server1" WaitForContinue="false">
<Transport Hostname="elmem" Port="9085" Protocol="https">
<Property Name="keyring" Value="D:\IBM\Websphere51\etc\plugin-key.kdb"/>
<Property Name="stashfile" Value="D:\IBM\Websphere51\etc\plugin-key.sth"/>
</Transport>
<Transport Hostname="elmem" Port="9444" Protocol="https">
<Property Name="keyring" Value="D:\IBM\Websphere51\etc\plugin-key.kdb"/>
<Property Name="stashfile" Value="D:\IBM\Websphere51\etc\plugin-key.sth"/>
</Transport>
<Transport Hostname="elmem" Port="9080" Protocol="http"/>
</Server>
<PrimaryServers>
<Server Name="elmem1_server1"/>
</PrimaryServers>
</ServerCluster>
<ServerCluster CloneSeparatorChange="false" LoadBalance="Round Robin" Name="gw_caext_elmem1_Cluster" PostSizeLimit="-1" RemoveSpecialHeaders="true" RetryInterval="60">
<Server ConnectTimeout="0" ExtendedHandshake="false" MaxConnections="-1" Name="elmem1_gw_caext" WaitForContinue="false">
<Transport Hostname="elmem" Port="8383" Protocol="http"/>
<Transport Hostname="elmem" Port="9443" Protocol="https">
<Property Name="keyring" Value="D:\IBM\Websphere51\etc\plugin-key.kdb"/>
<Property Name="stashfile" Value="D:\IBM\Websphere51\etc\plugin-key.sth"/>
</Transport>
</Server>
<PrimaryServers>
<Server Name="elmem1_gw_caext"/>
</PrimaryServers>
</ServerCluster>
<UriGroup Name=" gw_caext_host_gw_caext_elmem1_Cluster_UR
Is">
<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/msh/*"/>
<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/planete/*"/>
</UriGroup>
<Route ServerCluster="gw_caext_elmem1_Cluster" UriGroup=" gw_caext_host_gw_caext_elmem1_Cluster_UR
Is" VirtualHostGroup="gw_caext_host"/>
<UriGroup Name=" default_host_server1_elmem1_Cluster_URIs
">
<Uri AffinityCookie="JSESSIONID" AffinityURLIdentifier="jsessionid" Name="/helloWorld/*"/>
</UriGroup>
<Route ServerCluster="server1_elmem1_Cluster" UriGroup=" default_host_server1_elmem1_Cluster_URIs
" VirtualHostGroup="default_host"/>
<RequestMetrics armEnabled="false" newBehavior="false" rmEnabled="false" traceLevel="HOPS">
<filters enable="false" type="URI">
<filterValues enable="false" value="/servlet/snoop"/>
<filterValues enable="false" value="/webapp/examples/HitCount"/>
</filters>
<filters enable="false" type="SOURCE_IP">
<filterValues enable="false" value="255.255.255.255"/>
<filterValues enable="false" value="254.254.254.254"/>
</filters>
</RequestMetrics>
</Config>
|