A recent question on servlets made me wonder how hard it would be to implement a servlet that forwarded requests via PCGI? That is, a servlet that packaged up request input, made a PCGI request to a long-running app, and sent the response back to the browser. This would provide an alternative to the PCGI wrapper, perhaps providing better performance and avoiding stuffing authentication info in a Unix environment. Do servlets have access to the HTTP Authorization header? Does anyone on this list have experience writing servlets and feel inclined to try wrining this thing? I think it could be pretty useful, since I think that a number of web servers support servlets. Jim -- Jim Fulton mailto:jim@digicool.com Technical Director (540) 371-6909 Python Powered! Digital Creations http://www.digicool.com http://www.python.org Under US Code Title 47, Sec.227(b)(1)(C), Sec.227(a)(2)(B) This email address may not be added to any commercial mail list with out my permission. Violation of my privacy with advertising or SPAM will result in a suit for a MINIMUM of $500 damages/incident, $1500 for repeats.