we are trying to setup a web server in WebSphere. we installed the plugins and can brows out to port 8080. we can telnet but when trying to run snoop (http://localhost:8080/snoop) it downloads the snoop or snoop servlet file but wont display the snoop result. The snoop works when I run it on port 9080 but will not work on newly created server with port 8080. we enabled trace in websphere thinking it would give us little more details but that's not helping.
below is the log from debug.
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - DEBUG: iis_plugin: GetFilterVersion: get error when load error location.
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - DEBUG: iis_plugin: GetFilterVersion: Filter priority set to HIGH
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - DEBUG: iis_plugin: HttpFilterProc: In HttpFilterProc for SF_NOTIFY_PREPROC_HEADERS
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - DEBUG: iis_plugin: checkRequest: In checkRequest
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - DEBUG: lib_util: parseHostHeader: Host: 'server', port 8080
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - DEBUG: iis_plugin: get_host_and_port: Host 'server', port '8080'
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - DEBUG: lib_util: decodeURI: Decoding '/snoop'
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - DEBUG: lib_util: decodeURI: Decoded to '/snoop'
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - DEBUG: ws_common: websphereCheckConfig: Current time is 1521654256, next stat time is 1521654316
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - DETAIL: ws_common: websphereShouldHandleRequest: trying to match a route for: vhost='server'; uri='/snoop'
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - TRACE: ws_common: webspherePortNumberForMatching: Using logical.
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - TRACE: ws_common: websphereVhostMatch: Comparing '*:8080' to 'server:8080' in VhostGroup: default_host
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - TRACE: ws_common: websphereVhostMatch: Found a match '*:8080' to 'server:8080' in VhostGroup: default_host with score 1, exact match 0
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - TRACE: ws_common: websphereVhostMatch: Comparing '*:443' to 'server:8080' in VhostGroup: default_host
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - TRACE: ws_common: websphereVhostMatch: Comparing '*:5061' to 'server:8080' in VhostGroup: default_host
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - TRACE: ws_common: websphereVhostMatch: Comparing '*:5060' to 'server:8080' in VhostGroup: default_host
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - TRACE: ws_common: websphereVhostMatch: Comparing '*:9443' to 'server:8080' in VhostGroup: default_host
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - TRACE: ws_common: websphereVhostMatch: Comparing '*:80' to 'server:8080' in VhostGroup: default_host
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - TRACE: ws_common: websphereVhostMatch: Comparing '*:9080' to 'server:8080' in VhostGroup: default_host
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - TRACE: ws_common: websphereUriMatch: Found a match '/snoop' to '/snoop' in UriGroup: default_host_server1_dsmlawsapvt31Node01_Cluster_URIs with score 6, exact match 6
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - TRACE: ws_common: websphereUriMatch: uri length smaller than uri defs so skipping the rest
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - DEBUG: iis_plugin: checkRequest: WebSphere will handle: /snoop
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - DEBUG: iis: checkRequest: IISReqBlock = e38d8d30
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - DEBUG: iis_plugin: checkRequest: Adding header x-ibm-incoming-enc-url: /snoop
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - DEBUG: iis_plugin: checkRequest: Adding header x-ibm-incoming-url: /snoop
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - DEBUG: iis_plugin: checkRequest: Adding header x-ibm-incoming-host: server
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - DEBUG: iis_plugin: checkRequest: Adding header x-ibm-incoming-port: 8080
[Wed Mar 21 12:44:16 2018] 000015a4 000015ac - DEBUG: iis_plugin: HttpFilterProc: In HttpFilterProc for SF_NOTIFY_LOG