I need to capture all requests to a web server (from the doc root on down), including the very first request, give the client a session cookie if it doesn't already exist, then deliver the page to the client. The problem is that most pages are in a proprietary system, so the only way to retrieve it is with another http request to the server. This eliminates the use of the requestDispatcher (because I can't forward or include files under the same directory structure--gives IllegalStateException) or retrieve the file directly with a FileReader (because the file is in the proprietary system--no file mapping). I thought of using a proxy server to handle all requests and session management, then forward the request on to the web server. Not sure how this might work... Can anyone suggest a methodology of doing this. The requirement is from marketing, so that they can get the most accurate tracking data possible for analysis. Thanks, -ernie
begin:vcard n:Varitimos;Ernie tel;home:781-784-1997 x-mozilla-html:TRUE url:http://www.skyserver.com org:Skyserver Consulting adr:;;144 Upland Rd;Sharon;MA;02067;USA version:2.1 email;internet:[EMAIL PROTECTED] title:President fn:Ernie Varitimos end:vcard
