----------------------------------------------------------------
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,
please let me explain my situation in detail. We are now using a
ConnectionServlet for establishing a connectionPool. Whenever we need to
connect to the database, we will use the following codes.
ServletConfig config = getServletConfig();
ServletContext context = config.getServletContext();
Servlet servlet = context.getServlet("ConnectionServlet");
We want a JServ containing ConnectionServlet will be running behind
the firewall. As a result, I want to combine the servlets zone of two JServ
(one infront and one behind of firewall) logically. Load Balancing and
mod_rewrite seem do not work for me.
regards,
Kenny
--
--------------------------------------------------------------
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]