----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Stou Sandalski wrote:
> footnote refers to... Does this exist in JServ 1.0 ? Can anyone suggest a
> better method for sharing the pool across all the servlets?
3 ways:
1) Use a servlet wich proides pol methods and call itīs methods
might not any longer work with jsdk2.1
2) use a static pool in a servlet and inherit your servlets from this
one
3) maybe you would prefere to build a kind of server application, which
answers the requests an provides commmon resources for your
RequestHandlers.
I would prefer 3 over 2 over 1, but it depends on the kind of
application and
the amount of work you would like to put into it.
--
--------------------------------------------------------------
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]