Websphere not forwarding to Domino

I’ve got domino on 8080 it’s fine, iis on 80 it’s fine. The websphere “sees” the request for *.nsf and matches it to all the items in the file but domino never gets the request. Here’s the last few entries from my websphere log file.

[Tue Jun 15 00:38:38 2004] 00000a60 000001a0 - TRACE: iis_plugin: checkRequest: WebSphere will handle: /mainmenu.nsf

[Tue Jun 15 00:38:38 2004] 00000a60 000001a0 - TRACE: iis_plugin: checkRequest: Adding header: x-ibm-incoming-enc-url: /mainmenu.nsf

[Tue Jun 15 00:38:38 2004] 00000a60 000001a0 - TRACE: iis_plugin: checkRequest: Adding header x-ibm-incoming-url: /mainmenu.nsf

[Tue Jun 15 00:38:38 2004] 00000a60 00000b3c - TRACE: iis_plugin: HttpFilterProc: In HttpFilterProc for SF_NOTIFY_LOG

The notes log file never shows an access request and iis returns a 404 error. The sePlugins ISAPI filter is green and running, it’s definitely reading my config file cause I can change it and make it crash, but somehow it’s not going to “FQDN:8080” as it should be.

My entries in the plugin-cfg.xml are “iis.emeralddata.net” “8080” but the native.log file show port 80 as does the iis log file for the request. Any ideas greatly appreciated.