Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 79838 invoked from network); 10 Aug 2005 14:02:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Aug 2005 14:02:02 -0000 Received: (qmail 56001 invoked by uid 500); 10 Aug 2005 14:02:01 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 55298 invoked by uid 500); 10 Aug 2005 14:01:59 -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 55280 invoked by uid 99); 10 Aug 2005 14:01:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2005 07:01:58 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jgenender@savoirtech.com designates 209.181.65.237 as permitted sender) Received: from [209.181.65.237] (HELO sun.savoirtech.com) (209.181.65.237) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 10 Aug 2005 07:02:19 -0700 Received: from [206.197.197.10] ([206.197.197.10]) by sun.savoirtech.com (8.12.11/8.12.11) with ESMTP id j7AE1oCw016879 for ; Wed, 10 Aug 2005 08:01:52 -0600 Message-ID: <42FA08CF.6080200@savoirtech.com> Date: Wed, 10 Aug 2005 08:01:51 -0600 From: Jeff Genender User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Console dies in Tomcat Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on sun.savoirtech.com X-Virus-Scanned: clamd / ClamAV version 0.74, clamav-milter version 0.74a on sun.savoirtech.com X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-105.6 required=5.6 tests=ALL_TRUSTED,BAYES_00, MY_bw_Generic,USER_IN_WHITELIST autolearn=ham version=3.0.3 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 2 issues here... The first error is: 07:50:02,076 ERROR [ContextConfig] Parse error in application web.xml java.lang.IllegalArgumentException: Servlet mapping specifies an unknown servlet name DerbyUsers The second error is: 07:50:02,083 ERROR [StandardContext] Context [/console-standard] startup failed due to previous errors [******> ] 88% 37s Starting org/apache/geronimo/Console 07:50:02,499 WARN [TomcatContainer] security-realm-name was specified but no RealmGBean was configured for this context. Ignoring security-realm-name. I have no idea about the first error...possibly a web.xml issue? Ideas on this? The second error is about an issue we discussed about a week ago. It has to do with how we name realms. Tomcat is saying I don't see any geronimo realms that are named like the Host or Engine...so it wants a TomcatRealm GBean set at the context level so it can change the name to what the states it is. 3 options here on this second issue... 1) I can change the default engine name to match the geronimo realmName. 2) We can change the realmName for the geronimo realm to something generic...like "Geronimo"...and I can be sure it matches the Engine (which it would at that point). 3) I can dynamically create a TomcatJAASRealm GBean if one does not exist when this condition arises...which IMHO is quite extreme. Thoughts? Jeff