Re: how to unwrap a Request from RequestFacade

2009-09-09 Thread Muthu . Chandir
. On 5.5 this will be painful, since you have to use introspection everywhere (none of the classes will be in your ClassLoader hierachy) 5) change your catalina.properties file to have the same hierachy as TC 6 (but will get over-written on upgrades). > Thanks, > --

Re: how to unwrap a Request from RequestFacade

2009-09-04 Thread Muthu . Chandir
't know how to access it. Any thoughts from fresh pair eyes? Thanks, ---------- Muthu Chandir Sectra North America, Inc. Phone: (800)307-4425 ext 222 Email: mu-...@sectra.com From: Christopher Schultz To: Tomcat Users List Date: 09/04/2009 10:28 AM Subjec

how to unwrap a Request from RequestFacade

2009-09-03 Thread Muthu . Chandir
Hi, I am using tomcat 5.5 and just wanted to write a simple servlet to get some information using StandardManager such as activeSessions, expriedSessions, sessionCounter etc.. I am not that familiar with these classes. I noticed when the request comes into my servlet it comes as RequestFacade