When adding a listener in TCPMon specifying port and selectiong the 'Proxy' radio button and clicking 'Add' I'm noticing that the first request made to the web server appears to be fine, but all subsequent requests have the scheme, host and port prepended to the URI in the request. The access_log entries show:
GET http://host:port/URI... which is causing misbehavior and requests not being properly passed down to the servlet container. Static documents appear to work fine, however, it seems that the first request goes through properly and all subsequent requests in the persistent connection have the issue.
Also, is it intentional that all requests over a persistent connection be appended to the request that initiated the connection? I'm of the mindset that they should all be broken out into seperate entries so one doesn't need to scroll through a long litany of requests, especially having to sift through AJAX entries from pages open in other tabs.
--
A. Scott Mikolaitis
There is no training without exercise.
There is no exercise without effort.
