| manuboss1 2004-03-31, 8:37 am |
| Hi,
I'm trying to run IHS 2.0.47 with IAS 5.1 (evaluation) on Windows 2000 but I meet problems.
Any help is welcome.
Here is my problem :
I have a running IAS 5.1, i.e. I can access to any webapp with the IAS internal http ports.
I put a IHS running on port 80 and try to access a application on IAS through this port.
In httpd.conf I added :
LoadModule was_ap20_module D:\IBM\Websphere51\bin\mod_was_ap20_http
.dll
WebSpherePluginConfig D:\IBM\Websphere51\config\cells\plugin-cfg.xml
But when I try to access a jsp of a simple application (helloWorld) running on IAS (it works fine if I used the internal IAS port 9080) I get a 404 error. Though my request is well passed to the websphere plugin.
Does someone has an idea why my IAS seems to send to IHS a 404 error whereas i can access the page calling directly IAS with IE ?
I have activated the plugin logs and here is what the plugin tells (sorry for the length):
[Wed Mar 31 11:19:47 2004] 00000850 00000cac - PLUGIN: --------------------System Information-----------------------
[Wed Mar 31 11:19:47 2004] 00000850 00000cac - PLUGIN: Bld version: 5.1.0
[Wed Mar 31 11:19:47 2004] 00000850 00000cac - PLUGIN: Bld date: Nov 4 2003, 22:35:21
[Wed Mar 31 11:19:47 2004] 00000850 00000cac - PLUGIN: Webserver: IBM_HTTP_Server/2.0.47 Apache/2.0.47 (Win32)
[Wed Mar 31 11:19:47 2004] 00000850 00000cac - PLUGIN: Hostname = ELMEM
[Wed Mar 31 11:19:47 2004] 00000850 00000cac - PLUGIN: OS version 5.0, build 2195, 'Service Pack 2'
[Wed Mar 31 11:19:47 2004] 00000850 00000cac - PLUGIN: --------------------------------------------------------------
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_util: parseHostHeader: Defaulting port for scheme 'http'
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_util: parseHostHeader: Host: 'elmem', port 80
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereCheckConfig: Current time is 1080724966, next stat time is 1080724846
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereCheckConfig: Latest config time is 1080724773, lastModTime is 1080724773
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereShouldHandleRequest: trying to match a route for: vhost='elmem'; uri='/helloWorld/hello.jsp'
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereVhostMatch: Comparing '*:80' to 'elmem:80' in VhostGroup: default_host
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereVhostMatch: Found a match '*:80' to 'elmem:80' in VhostGroup: default_host with score 1
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereVhostMatch: Comparing '*:9080' to 'elmem:80' in VhostGroup: default_host
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereVhostMatch: Comparing '*:9444' to 'elmem:80' in VhostGroup: default_host
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereVhostMatch: Comparing '*:81' to 'elmem:80' in VhostGroup: default_host
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereVhostMatch: Comparing '*:9085' to 'elmem:80' in VhostGroup: default_host
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereUriMatch: Comparing '/helloWorld' to '/helloWorld/hello.jsp' in UriGroup: default_host_server1_elmem1_Cluster_URIs
score is 11
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereUriMatch: Comparing '/helloWorld/*' to '/helloWorld/hello.jsp' in UriGroup: default_host_server1_elmem1_Cluster_URIs
score is 12
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereUriMatch: Found a match '/helloWorld/*' to '/helloWorld/hello.jsp' in UriGroup: default_host_server1_elmem1_Cluster_URIs
with score 12
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: mod_was_ap20_http: as_map: WebSphere will handle: /helloWorld/hello.jsp
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: mod_was_ap20_http: as_handler: In the app server handler
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_util: parseHostHeader: Defaulting port for scheme 'http'
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_util: parseHostHeader: Host: 'elmem', port 80
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_util: uriTrimQuery: No query in '/helloWorld/hello.jsp' to be trimmed.
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: ws_handle_request: Handling WebSphere request
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereBeginRequest: Beginning a client request
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereCheckConfig: Current time is 1080724966, next stat time is 1080725026
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereHandleRequest: Request is: host='elmem'; uri='/helloWorld/hello.jsp'
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereHandleRequest: Using default plugin WLM
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereFindServerGroup: trying to match a route for: vhost='elmem'; uri='/helloWorld/hello.jsp'
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereVhostMatch: Comparing '*:80' to 'elmem:80' in VhostGroup: default_host
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereVhostMatch: Found a match '*:80' to 'elmem:80' in VhostGroup: default_host with score 1
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereVhostMatch: Comparing '*:9080' to 'elmem:80' in VhostGroup: default_host
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereVhostMatch: Comparing '*:9444' to 'elmem:80' in VhostGroup: default_host
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereVhostMatch: Comparing '*:81' to 'elmem:80' in VhostGroup: default_host
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereVhostMatch: Comparing '*:9085' to 'elmem:80' in VhostGroup: default_host
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereUriMatch: Comparing '/helloWorld' to '/helloWorld/hello.jsp' in UriGroup: default_host_server1_elmem1_Cluster_URIs
score is 11
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereUriMatch: Comparing '/helloWorld/*' to '/helloWorld/hello.jsp' in UriGroup: default_host_server1_elmem1_Cluster_URIs
score is 12
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereUriMatch: Found a match '/helloWorld/*' to '/helloWorld/hello.jsp' in UriGroup: default_host_server1_elmem1_Cluster_URIs
with score 12
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereFindServerGroup: Setting the server group: server1_elmem1_Cluster; curScore of 13 greater than high of 0
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereVhostMatch: Comparing '*:9443' to 'elmem:80' in VhostGroup: gw_caext_host
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereVhostMatch: Comparing '*:8383' to 'elmem:80' in VhostGroup: gw_caext_host
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereVhostMatch: Failed to match: elmem:80
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereFindServerGroup: Setting the server group: server1_elmem1_Cluster; highScore: 13; affinityCookie: JSESSIONID; affinityURL: jsessionid
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereCreateClient: Creating the client
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_htclient: htclientCreate: Creating the client with no stream
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_htrequest: htrequestCreate: Creating the request object
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_htresponse: htresponseCreate: Creating the response object
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_htresponse: htresponseInit: initializing the response object
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_htresponse: htresponseInit: done initializing the response object
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_htrequest: htrequestSetMethod: Setting the method |GET|
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_htrequest: htrequestSetURL: Setting the url |/helloWorld/hello.jsp|
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: mod_was_ap20_http: cb_get_headers: In the get headers callback
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_htrequest: htrequestSetHeader: Setting the header name |Accept| to value |image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*|
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_htrequest: htrequestSetHeader: Setting the header name |Accept-Language| to value |fr|
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_htrequest: htrequestSetHeader: Setting the header name |Accept-Encoding| to value |gzip, deflate|
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_htrequest: htrequestSetHeader: Setting the header name |User-Agent| to value |Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)|
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_htrequest: htrequestSetHeader: Setting the header name |Host| to value |elmem|
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_htrequest: htrequestSetHeader: Setting the header name |Connection| to value |Keep-Alive|
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_htrequest: htrequestSetHeader: Setting the header name |Cookie| to value |JSESSIONID=0000HtJFsPPATULlOYfUdzUbD58:
-1|
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_htrequest: htrequestSetHeader: Setting the header name |$WSIS| to value |false|
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_htrequest: htrequestSetHeader: Setting the header name |$WSSC| to value |http|
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_htrequest: htrequestSetHeader: Setting the header name |$WSPR| to value |HTTP/1.1|
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_htrequest: htrequestSetHeader: Setting the header name |$WSRA| to value |127.0.0.1|
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_htrequest: htrequestSetHeader: Setting the header name |$WSRH| to value |127.0.0.1|
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_htrequest: htrequestSetHeader: Setting the header name |$WSSN| to value |elmem|
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_htrequest: htrequestSetHeader: Setting the header name |$WSSP| to value |80|
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ESI: esiHandleRequest
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ESI: esiRequestCreate
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ESI: esiUrlCreate: URL='/helloWorld/hello.jsp'; query string='null'
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ESI: esiUrlCreate: success
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ESI: esiRequestPushUrl: '/helloWorld/hello.jsp'
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ESI: esiRequestCreate: success
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ESI: esiResponseGet
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ESI: esiRulesGetCacheId: getting cache id for '/helloWorld/hello.jsp'
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ESI: esiFindEntry: key = '/helloWorld/hello.jsp'; hash = 510209e9
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ESI: esiRulesGetCacheId: cache miss; no rule for '/helloWorld/hello.jsp'
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ESI: esiResponseCreate: creating new response
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ESI: esiResponseCreate: adding Surrogate-Capability header
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_htrequest: htrequestSetHeader: Setting the header name |Surrogate-Capability| to value |WS-ESI="ESI/1.0+"|
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ESI: esiResponseCreate: sending request and awaiting response
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereWriteRequestReadResponse: Enter
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_server_group: serverGroupNextRoundRobinServer: Round Robin load balancing
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_server_group: serverGroupNextRoundRobinServer: numPrimaryServers is 1
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_server_group: assureWeightsValid: group server1_elmem1_Cluster
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_server_group: serverGroupGetFirstPrimaryServer: getting the first primary server
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_server_group: weights_need_reset: elmem1_server1: 1 max, 0 cur.
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_server_group: serverGroupGetNextPrimaryServer: getting the next primary server
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_server_group: weights_need_reset: Time to reset the weights
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_server_group: serverGroupGetFirstServer: getting the first server
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_server_group: serverGroupGetNextServer: getting the next server
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_server_group: assureWeightsValid: max multiplication factor 1.
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_server_group: serverGroupGetFirstServer: getting the first server
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_server_group: assureWeightsValid: Server elmem1_server1: 1 max, 1 cur.
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_server_group: serverGroupGetNextServer: getting the next server
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_server_group: serverGroupNextRoundRobinServer: Initializing Round Robin Iterator
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_server_group: serverGroupGetServerIterator: Getting the round robin iterator starting point 0
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_server_group: serverGroupGetFirstPrimaryServer: getting the first primary server
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_server_group: serverGroupGetNextPrimaryServer: getting the next primary server
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_server_group: serverGroupGetFirstPrimaryServer: getting the first primary server
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_server: serverHasReachedMaxConnections: currentConnectionsCount 0, maxConnectionsCount -1.
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - STATS: ws_server_group: serverGroupCheckServerStatus: Checking status of elmem1_server1, ignoreWeights 0, markedDown 0, retryNow 0, wlbAllows 1 reachedMaxConnectionsLimit 0
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_server: serverHasReachedMaxConnections: currentConnectionsCount 0, maxConnectionsCount -1.
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_server_group: lockedServerGroupUseServer: Server elmem1_server1 picked, weight 0.
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_server_group: serverGroupIncrementConnectionCount: Server elmem1_server1 picked, pendingConnectionCount 1 totalConnectionsCount 1.
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereFindTransport: Finding the transport
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereFindTransport: Setting the transport(case 2): elmem on port 9080
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereExecute: Executing the transaction with the app server
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereGetStream: Getting the stream to the app server
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_transport: transportStreamDequeue: Checking for existing stream from the queue
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_stream: openStream: Opening the stream
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereGetStream: Created a new stream; queue was empty
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_htrequest: htrequestWrite: Writing the request:
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: GET /helloWorld/hello.jsp HTTP/1.1
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */*
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: Accept-Language: fr
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: Accept-Encoding: gzip, deflate
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: Host: elmem
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: Connection: Keep-Alive
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: Cookie: JSESSIONID=0000HtJFsPPATULlOYfUdzUbD58:-1
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: $WSIS: false
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: $WSSC: http
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: $WSPR: HTTP/1.1
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: $WSRA: 127.0.0.1
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: $WSRH: 127.0.0.1
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: $WSSN: elmem
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: $WSSP: 80
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: Surrogate-Capability: WS-ESI="ESI/1.0+"
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_htrequest: htrequestWrite: Writing the request content
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: ws_common: websphereExecute: Wrote the request; reading the response
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_htresponse: htresponseRead: Reading the response: 8397c4
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: HTTP/1.1 404 Not Found
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: Server: WebSphere Application Server/5.1
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: Content-Type: text/html
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: Content-Length: 178
[Wed Mar 31 11:22:46 2004] 00000850 00000548 - TRACE: lib_htresponse: htresponseSetContentLength: Setting the content length |178|
Here is the plugin-cfg.xml file :
<?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>
|