ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzatz_5.4.0.1/51/admin/admpluginsamp.htm

95 lines
5.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
<title>Sample plugin-cfg.xml file</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h4><a name="admpluginsam"></a>Sample plugin-cfg.xml file</h4>
<p>This code is an example of the contents of the plugin-cfg.xml configuration file after it has been updated by the application server. Depending on your application server configuration, the contents of your plugin-cfg.xml file may differ from this example.</p>
<p>In this example, MYSYSTEM is the name of the machine that hosts the application server and the Web server.</p>
<pre>
&lt;?xml version=&quot;1.0&quot; encoding=&quot;ISO-8859-1&quot;?&gt;
&lt;Config ASDisableNagle=&quot;false&quot; AcceptAllContent=&quot;false&quot;
IISDisableNagle=&quot;false&quot; IgnoreDNSFailures=&quot;false&quot;
RefreshInterval=&quot;60&quot; ResponseChunkSize=&quot;64&quot;&gt;
&lt;Log LogLevel=&quot;Error&quot; Name=&quot;/QIBM/UserData/WebASE51/ASE/
default/logs/http_plugin.log&quot;/&gt;
&lt;Property Name=&quot;ESIEnable&quot; Value=&quot;true&quot;/&gt;
&lt;Property Name=&quot;ESIMaxCacheSize&quot; Value=&quot;1024&quot;/&gt;
&lt;Property Name=&quot;ESIInvalidationMonitor&quot; Value=&quot;false&quot;/&gt;
&lt;VirtualHostGroup Name=&quot;default_host&quot;&gt;
&lt;VirtualHost Name=&quot;*:13341&quot;/&gt;
&lt;VirtualHost Name=&quot;*:80&quot;/&gt;
&lt;/VirtualHostGroup&gt;
&lt;ServerCluster CloneSeparatorChange=&quot;false&quot; LoadBalance=&quot;Round Robin&quot;
Name=&quot;server1_MYSYSTEM_default_Cluster&quot; PostSizeLimit=&quot;-1&quot;
RemoveSpecialHeaders=&quot;true&quot; RetryInterval=&quot;60&quot;&gt;
&lt;Server ConnectTimeout=&quot;0&quot; ExtendedHandshake=&quot;false&quot;
MaxConnections=&quot;-1&quot; Name=&quot;MYSYSTEM_default_server1&quot;
WaitForContinue=&quot;false&quot;&gt;
&lt;Transport Hostname=&quot;MYSYSTEM.RCHLAND.IBM.COM&quot; Port=&quot;13341&quot;
Protocol=&quot;http&quot;/&gt;
&lt;Transport Hostname=&quot;MYSYSTEM.RCHLAND.IBM.COM&quot; Port=&quot;13353&quot;
Protocol=&quot;https&quot;&gt;
&lt;Property Name=&quot;keyring&quot; Value=&quot;/QIBM/UserData/WebASE51/ASE/
default/etc/plugin-key.kdb&quot;/&gt;
&lt;Property Name=&quot;stashfile&quot; Value=&quot;/QIBM/UserData/WebASE51/ASE/
default/etc/plugin-key.sth&quot;/&gt;
&lt;/Transport&gt;
&lt;/Server&gt;
&lt;PrimaryServers&gt;
&lt;Server Name=&quot;MYSYSTEM_default_server1&quot;/&gt;
&lt;/PrimaryServers&gt;
&lt;/ServerCluster&gt;
&lt;UriGroup Name=&quot;default_host_server1_MYSYSTEM_default_Cluster_URIs&quot;&gt;
&lt;Uri AffinityCookie=&quot;JSESSIONID&quot; AffinityURLIdentifier=&quot;jsessionid&quot;
Name=&quot;/snoop/*&quot;/&gt;
&lt;Uri AffinityCookie=&quot;JSESSIONID&quot; AffinityURLIdentifier=&quot;jsessionid&quot;
Name=&quot;/hello&quot;/&gt;
&lt;Uri AffinityCookie=&quot;JSESSIONID&quot; AffinityURLIdentifier=&quot;jsessionid&quot;
Name=&quot;/hitcount&quot;/&gt;
&lt;Uri AffinityCookie=&quot;JSESSIONID&quot; AffinityURLIdentifier=&quot;jsessionid&quot;
Name=&quot;*.jsp&quot;/&gt;
&lt;Uri AffinityCookie=&quot;JSESSIONID&quot; AffinityURLIdentifier=&quot;jsessionid&quot;
Name=&quot;*.jsv&quot;/&gt;
&lt;Uri AffinityCookie=&quot;JSESSIONID&quot; AffinityURLIdentifier=&quot;jsessionid&quot;
Name=&quot;*.jsw&quot;/&gt;
&lt;Uri AffinityCookie=&quot;JSESSIONID&quot; AffinityURLIdentifier=&quot;jsessionid&quot;
Name=&quot;/j_security_check&quot;/&gt;
&lt;Uri AffinityCookie=&quot;JSESSIONID&quot; AffinityURLIdentifier=&quot;jsessionid&quot;
Name=&quot;/ibm_security_logout&quot;/&gt;
&lt;Uri AffinityCookie=&quot;JSESSIONID&quot; AffinityURLIdentifier=&quot;jsessionid&quot;
Name=&quot;/servlet/*&quot;/&gt;
&lt;Uri AffinityCookie=&quot;JSESSIONID&quot; AffinityURLIdentifier=&quot;jsessionid&quot;
Name=&quot;/ivt/*&quot;/&gt;
&lt;/UriGroup&gt;
&lt;Route ServerCluster=&quot;server1_MYSYSTEM_default_Cluster&quot;
UriGroup=&quot;default_host_server1_MYSYSTEM_default_Cluster_URIs&quot;
VirtualHostGroup=&quot;default_host&quot;/&gt;
&lt;RequestMetrics armEnabled=&quot;false&quot; newBehavior=&quot;false&quot;
rmEnabled=&quot;false&quot; traceLevel=&quot;HOPS&quot;&gt;
&lt;filters enable=&quot;false&quot; type=&quot;URI&quot;&gt;
&lt;filterValues enable=&quot;false&quot; value=&quot;/servlet/snoop&quot;/&gt;
&lt;filterValues enable=&quot;false&quot; value=&quot;/webapp/examples/HitCount&quot;/&gt;
&lt;/filters&gt;
&lt;filters enable=&quot;false&quot; type=&quot;SOURCE_IP&quot;&gt;
&lt;filterValues enable=&quot;false&quot; value=&quot;255.255.255.255&quot;/&gt;
&lt;filterValues enable=&quot;false&quot; value=&quot;254.254.254.254&quot;/&gt;
&lt;/filters&gt;
&lt;/RequestMetrics&gt;
&lt;/Config&gt;
</pre>
</body>
</html>