Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 72621 invoked from network); 9 Aug 2004 17:05:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 9 Aug 2004 17:05:48 -0000 Received: (qmail 5917 invoked by uid 500); 9 Aug 2004 17:05:04 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 5894 invoked by uid 500); 9 Aug 2004 17:05:04 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 5876 invoked by uid 99); 9 Aug 2004 17:05:03 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=HTML_40_50,HTML_MESSAGE X-Spam-Check-By: apache.org Received: from [66.150.174.16] (HELO cosmail01.connectos.net) (66.150.174.16) by apache.org (qpsmtpd/0.27.1) with ESMTP; Mon, 09 Aug 2004 10:05:00 -0700 Received: from Kronos ([207.115.74.86]) by cosmail01.connectos.net (ConnectOS Mail Server 7.0) with SMTP id BHA74029 for ; Mon, 09 Aug 2004 10:04:59 -0700 Message-ID: <005e01c47e32$ff615550$6a00a8c0@Kronos> From: "Bill Hughey" To: Subject: Multiple instances of Tomcat. Date: Mon, 9 Aug 2004 10:04:56 -0700 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_005B_01C47DF8.52CB8ED0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------=_NextPart_000_005B_01C47DF8.52CB8ED0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am working on converting a standalone content management system that = has embedded Tomcat and an admin servlet as one of its components. My = intent is to turn this application into a servlet itself running under a = standalone Tomcat5. My question: is it possible to run embedded Tomcat5 within a servlet = that is itself running under Tomcat5? Second question: would it be possible if this works for the inner = servlet to access memory (objects) instanciated by the outer servlet? Note: I have noticed that servlets within the same context have access = to each others memory, while servlets of different contexts do not. = Anyone care to confirm, elaborate, explain, contradict? Thanks for any help. ------=_NextPart_000_005B_01C47DF8.52CB8ED0--