Trapping connector HTTP errors in Apache

2002-10-28 Thread Hee Meng, Poh
Hi, Anyone knows how to configure Apache to trap HTTP responses/errors, etc, HTTP 500, HTTP 404 that were returned via connectors like webapp and jk? Any info is greatly appreciated. Thanks. Rgds

Filtering of cookies

2002-10-08 Thread Hee Meng, Poh
Hi, Does anyone have experience in making Tomcat ignore an incoming jsessionid (via cookies) programmatically using servlet filters? I created a request wrapper class which returns null for the methods, getCookies(), getHeader(), and getHeaders() and use it in a doFilter() call but apparently

Disabling cookies in Tomcat 4.1.10

2002-10-07 Thread Hee Meng, Poh
Hi, Does anyone know how to stop Tomcat from setting jsessionid as a cookie in a HTTP response? Rgds