----------------------------------------------------------------
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!!!
----------------------------------------------------------------
on 1/31/00 10:35 AM, Ola Samuelson <[EMAIL PROTECTED]> wrote:
> You need some methods in the connection
> servlet that handles
> the handing out and returning of the connections and these methods can be
> accessed by the other servlets
> by using
> "getServletConfig().getServletContext().getServlet("myconnservlet");" to
> retrieve the servlet object.
do NOT do this. it is deprecated and will not work with any newer servlet
engines.
-jon
--
Come to the first official Apache Software Foundation
Conference! <http://ApacheCon.Com/>
--
--------------------------------------------------------------
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]