passing args to intercpetor

2001-06-14 Thread Topher LaFata
Hello all. i am writing a RequestInterceptor on TOMCAT 3.2.2. I was wondering what is the standard way to pass initialization arguments from a conf file to the intercpetor. I have tried a variety of different things but to no avail. I also searched the archives and couldn't find anything. Please

RE: distributed session management

2001-06-05 Thread Topher LaFata
thanks a lot for the response. i've looked at the SessionINterceptor but i can't see how it exposes enough functionality to implement this paradigm. It seems more for messing with an existing session as opposed to instantiating and returning one. Maybe I am wrong though. topher > As far as where

distributed session management

2001-06-05 Thread Topher LaFata
Hi everybody. I hope this is the appropriate forum for this question. Currently I am doing distributed session management with a hacked up jserv that can persist serialized sessions in the DB if they are deemed "dirty". The session id encodes information regarding, among other things, which machi