----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hi,

        Correct me if i'm wrong, In JServ, it is posible to create multiple zones in 
different directory, so that would mean i can configure the session time out for each 
zone directory, Now is there a way so that i can distribute my servlets into different 
zone directory and they all have a global servlet directory which contains servlets 
that are needed by the other servlets in other zones?

        The application i'm trying to do is let say for servlet A in zone A with 
session time out of 5 min, then there is another servlet B in Zone B with session time 
out to be 30 min. now servlet A and B need servlet C, but servlet C does not need any 
session timeout, what i want to do is have servlet C in a global zone that servlet A 
and B can share. I want to do this so that i don't have to put a copies of servlet C 
in zone A and B.

        Thanks in advance.
Jack



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to