Hi,
I have read various posts on this - and have fixed some issues - but still I’m not getting this thing working.
I have a domino box assigned a static IP. I have a separate IIS box. I followed the WRONG instructions from help files and then, thanks to a guy called Todd on this forum, corrected things like the Registry key entry and the plugin-cfg.xml file.
So the plugin loads but when I do something like http://localhost/log.nsf I get “Server Not Found” error. (Actually - real error is “No Permission to Access” - this is revealed when using Netscape)
Here’s relevent section from the native.log file the plugin creates:
TRACE: iis_plugin: HttpFilterProc: In HttpFilterProc for SF_NOTIFY_PREPROC_HEADERS
TRACE: iis_plugin: checkRequest: In checkRequest
TRACE: lib_util: decodeURI: Decoding ‘/log.nsf’
TRACE: lib_util: decodeURI: Decoded to ‘/log.nsf’
TRACE: ws_common: websphereCheckConfig: Current time is 1051202644, next stat time is 1051202638
TRACE: ws_common: websphereCheckConfig: Latest config time is 1051202550, lastModTime is 1051202550
TRACE: ws_common: websphereShouldHandleRequest: trying to match a route for: vhost=‘localhost’; uri=‘/log.nsf’
TRACE: ws_common: websphereUriMatch: Comparing ‘*/icons’ to ‘/log.nsf’ in UriGroup: default_host_URIs
TRACE: ws_common: websphereUriMatch: Comparing ‘*/domjava’ to ‘/log.nsf’ in UriGroup: default_host_URIs
TRACE: ws_common: websphereUriMatch: Comparing ‘/domjava/’ to ‘/log.nsf’ in UriGroup: default_host_URIs
TRACE: ws_common: websphereUriMatch: Comparing ‘/icons/’ to ‘/log.nsf’ in UriGroup: default_host_URIs
TRACE: ws_common: websphereUriMatch: Comparing ‘.nsf’ to ‘/log.nsf’ in UriGroup: default_host_URIs
TRACE: ws_common: websphereUriMatch: Found a match ‘.nsf’ to ‘/log.nsf’ in UriGroup: default_host_URIs
TRACE: ws_common: websphereVhostMatch: Comparing ‘*:-1’ to ‘localhost:80’ in VhostGroup: default_host
TRACE: ws_common: websphereVhostMatch: Found a match ‘*:-1’ to ‘localhost:80’ in VhostGroup: default_host
TRACE: iis_plugin: checkRequest: WebSphere will handle: /log.nsf
TRACE: iis_plugin: checkRequest: Adding header: x-ibm-incoming-enc-url: /log.nsf
TRACE: iis_plugin: checkRequest: Adding header x-ibm-incoming-url: /log.nsf
TRACE: iis_plugin: GetExtensionVersion: In GetExtensionVersion
It does not appear to insert the IP address I supply in plugin-cfg.xml:
Is IP address okay to use here? Port 80 IS what Domino HTTP task is listening on.
I can ping the IP and http://111.1.111.11/log.nsf works
While I’m at it…we want to encrypt the connection between the two boxes but if I enter 443 as the port and https as the protocol the plugin just seems to plain old fail. Nothing gets written in the log and I instantly get a 404. HTTPS has to be supported, right?
Thanks in advance.
Terrence