----------------------------------------------------------------
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, I was wondering if I create a connection pool class.. and make a small
RPC server to keep the connection pool... can I get Connection objects from
through RPCs? Would the objects be valid?

I want to be able to share the Connection Pool across all the different
servlets my project uses... I read in a book about something called the
Global Servlet Context... but they say this is avaiable only in JSDK 2.1...
but this book is kind of wack so I am not sure what exactly the little
footnote refers to... Does this exist in JServ 1.0 ?  Can anyone suggest a
better method for sharing the pool across all the servlets?


Thanx

Stou



--
--------------------------------------------------------------
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