Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@apache.org Received: (qmail 74536 invoked from network); 23 Apr 2003 23:46:41 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 23 Apr 2003 23:46:41 -0000 Received: (qmail 25141 invoked by uid 97); 23 Apr 2003 23:48:45 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-dev@nagoya.betaversion.org Received: (qmail 25133 invoked from network); 23 Apr 2003 23:48:44 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 23 Apr 2003 23:48:44 -0000 Received: (qmail 73688 invoked by uid 500); 23 Apr 2003 23:46:34 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 73677 invoked from network); 23 Apr 2003 23:46:33 -0000 Received: from pheriche.sun.com (192.18.98.34) by daedalus.apache.org with SMTP; 23 Apr 2003 23:46:33 -0000 Received: from ha2sca-mail1.SFBay.Sun.COM ([129.145.155.61]) by pheriche.sun.com (8.9.3p2+Sun/8.9.3) with ESMTP id RAA20419 for ; Wed, 23 Apr 2003 17:46:41 -0600 (MDT) Received: from apache.org (d-usca14-133-182 [129.145.133.182]) by ha2sca-mail1.SFBay.Sun.COM (8.11.6+Sun/8.10.2/ENSMAIL,v2.1p1) with ESMTP id h3NNkfX13687 for ; Wed, 23 Apr 2003 16:46:41 -0700 (PDT) Message-ID: <3EA72665.7080405@apache.org> Date: Wed, 23 Apr 2003 16:48:53 -0700 From: Amy Roh User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: TC5 JMX domain engine issue References: <20030422014556.36981.qmail@web9403.mail.yahoo.com> <3EA4D6D2.9050302@apache.org> <3EA58FA6.6090306@apache.org> <3EA59FD6.2000904@sun.com> <3EA5AEA3.5020404@apache.org> <3EA5C5EC.4040201@apache.org> <3EA5D08A.9090602@apache.org> <3EA5E728.540A05C2@apache.org> <000901c309b8$8c171020$8f1cea0c@apache.org> <3EA6C920.6010706@apache.org> <3EA6F964.9090000@apache.org> <3EA70469.6050802@sun.com> <3EA71128.4090606@apache.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Costin Manolache wrote: > Amy Roh wrote: > > >>I don't know about having _all_ names in the same domain. However, >>webmodules and servlets should be under the same domain as the >>J2EEServer who's responsible for its deployment. > > > Ok. As long as they are not _required_ to be in the same domain with > the servlet engine internal components. > > It makes sense - if we consider that in this case the j2ee server is > actually responsible for the webapps ( deployment, lifecycle ). > > > >>>If this is the case - the only option is to treat tomcat as a separate >>>entity, in a separate domain from the webapps. >>> >>>We have 3 options: >>>- Webapps registered once, in the jsr77Domain. Tomcat will listen for >>>events and register them, but nothing else ( i.e. no contexts in the >>>tomcat domain) >> >>+1. We can keep context mbeans under tomcat domain in tomcat standalone >>case - keep it the way it is? > > > Ok. > > Are you already working on this ? I can try a quick fix, it shouldn't be > very difficult. ( probably this evening or tommorow night ). OK. So we'll add get/setDomain for StandardContext to set j2eeDomain if it's in j2ee container and add "engineName" so it knows which engine, correct? Since servlets use context's domain, I don't think we need domain change code there. I can revert the admin changes so it's working once again ;-). Thanks, Amy > > Costin > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org