Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 26984 invoked from network); 11 Dec 2005 00:16:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Dec 2005 00:16:39 -0000 Received: (qmail 73791 invoked by uid 500); 11 Dec 2005 00:16:36 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 73607 invoked by uid 500); 11 Dec 2005 00:16:35 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 73595 invoked by uid 99); 11 Dec 2005 00:16:35 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 10 Dec 2005 16:16:32 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 4E368224 for ; Sun, 11 Dec 2005 01:16:11 +0100 (CET) Message-ID: <598838535.1134260171318.JavaMail.jira@ajax.apache.org> Date: Sun, 11 Dec 2005 01:16:11 +0100 (CET) From: "Aaron Mulder (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMO-1040) Tomcat and Jetty config files are missing CORBA GBeans In-Reply-To: <349670750.1128615767512.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMO-1040?page=all ] Aaron Mulder closed GERONIMO-1040: ---------------------------------- Fix Version: 1.0 Resolution: Invalid Assign To: Aaron Mulder The structure of the assembly has been changed. Currently, the ORB configuraiton is in the "j2ee-corba" config module. > Tomcat and Jetty config files are missing CORBA GBeans > ------------------------------------------------------ > > Key: GERONIMO-1040 > URL: http://issues.apache.org/jira/browse/GERONIMO-1040 > Project: Geronimo > Type: Bug > Components: CORBA > Versions: 1.0 > Environment: 1.0-M5 and 1.0 > Reporter: Donald Woods > Assignee: Aaron Mulder > Fix For: 1.0 > Attachments: Geronimo-1040.patch > > The default config.xml file which includes both the Tomcat and Jetty containers loads the CORBA related GBeans, but the Tomcat and Jetty specific versions do not. The following needs to be added to the config.tomcat.xml and config.jetty.xml files, so they more closely resemble the config.xml file being used today in M5 and trunk - > > > var/cosnaming.db > ${PlanCOSNamingPort} > > > -ORBInitRef, NameService=corbaloc::${PlanCOSNamingHost}:${PlanCOSNamingPort}/NameService > > > -ORBInitRef, NameService=corbaloc::${PlanCOSNamingHost}:${PlanCOSNamingPort}/NameService > > -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira