| Ken Hygh 2005-02-15, 6:03 pm |
| Frank Jackson wrote:
>No, that's one of the reasons I'm a bit perplexed.
>
>The only thing that I have been able to log out is this from the AccessLog
>file for the HTTP Transports
>[Tue Feb 15, 2005 11:49:00 AM] 10.10.58.239 "POST / HTTP/1.0" 200 -
>
>Note, the IP address is that of my app server.
>
>Which it tells me that the request was accepted and responded to, I think?.
>This is where I'm struggling. Have I miss configured the HTTP server or the
>App server or both? Note, I have check the <http-web-server/logs/error.log
>and no error messages. Also, I'm using IBM HTTP server v1.3.28
>
>C:\IBMHttpServer>apache -version
>Server version: IBM_HTTP_SERVER/1.3.28.1 Apache/1.3.28 (Win32)
>Server built: Apr 13 2004 14:25:16
>
>
Best thing to do is to turn on tracing in the plugin, and you should be
able to see what's going on. Communication from IHS to WAS is done via
the plugin, so it'll be the component handling the SSL downstream to the
App Server.
Ken
|