Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 14105 invoked from network); 30 Sep 2005 01:48:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Sep 2005 01:48:44 -0000 Received: (qmail 10691 invoked by uid 500); 30 Sep 2005 01:48:42 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 9990 invoked by uid 500); 30 Sep 2005 01:48:40 -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 9977 invoked by uid 99); 30 Sep 2005 01:48:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2005 18:48:40 -0700 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [216.136.174.115] (HELO smtp018.mail.yahoo.com) (216.136.174.115) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 29 Sep 2005 18:48:45 -0700 Received: (qmail 15153 invoked from network); 30 Sep 2005 01:48:18 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:Mime-Version:In-Reply-To:References:Content-Type:Message-Id:Content-Transfer-Encoding:From:Subject:Date:To:X-Mailer; b=nY9P7JDrXFdskK9oCDPj9d5vc8osaxdnUPXrSvTOb71kVU8KvM4eU/kMhaFlSE6N6WE8xLOJL5WPNhljD7HFRvSFRZhRYWKJfPH6Z3dAuQOEhWDz25nTybLiASZ1oKFTilFcm/k2GqFF3iepbplaNGpR5FCC5nTaw4TeTFOAdmU= ; Received: from unknown (HELO ?192.168.1.5?) (david?jencks@66.93.38.137 with plain) by smtp018.mail.yahoo.com with SMTP; 30 Sep 2005 01:48:17 -0000 Mime-Version: 1.0 (Apple Message framework v622) In-Reply-To: <20050930011658.13551.qmail@web31712.mail.mud.yahoo.com> References: <20050930011658.13551.qmail@web31712.mail.mud.yahoo.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <0bf37215c4d24cd1a21a94881c4f72e1@yahoo.com> Content-Transfer-Encoding: 7bit From: David Jencks Subject: Re: Geronimo with Tomcat Date: Thu, 29 Sep 2005 18:48:16 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.622) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I think you ran maven tomcat? I think a better way for most people (who don't want to run both containers at once :-) to choose their web container is to copy the config.tomcat.* files over the config.* files in var/config (or the equivalent for jetty). For me, this gets a server running only one web container. thanks david jencks On Sep 29, 2005, at 6:16 PM, anita kulshreshtha wrote: > I built rev. 292497 without itests successfully. The > Jetty version works fine. I get the following message > during server startup. Everything works fine except : > 1. Jetty Connectors are still running. > 2. The applications are deployed correctly but the > port no. in the message should be 8080. It is using > Jetty port no. instead of the port no. of the server > the app is deployed to. > 3. The Network Listener in the WebServer page lists > Jetty*Connectors deployed on Jetty port. It should > display Tomcat*Connectors. This might also be related > to 2. > G-1032 might also be related to this. > > Thanks > Anita > > Booting Geronimo Kernel (in Java 1.4.2_09)... > Starting Geronimo Application Server > [*************] 100% 40s Startup complete > Listening on Ports: > 1099 0.0.0.0 RMI Naming > 1527 0.0.0.0 Derby Connector > 4201 0.0.0.0 ActiveIO Connector EJB > 4242 0.0.0.0 Remote Login Listener > 8009 0.0.0.0 Tomcat Connector AJP > 8080 0.0.0.0 Tomcat Connector HTTP > 8090 0.0.0.0 Jetty Connector HTTP > 8443 0.0.0.0 Tomcat Connector HTTPS > 8453 0.0.0.0 Jetty Connector HTTPS > 61616 0.0.0.0 ActiveMQ Message Broker Connector > Started Application Modules: > EAR: org/apache/geronimo/Console/Tomcat > WAR: > org/apache/geronimo/applications/Welcome/Tomcat > Web Applications: > http://a-680de82293e44:8090/ > http://a-680de82293e44:8090/console > http://a-680de82293e44:8090/console-standard > Geronimo Application Server started > 20:23:07,781 WARN [Servlet] > org.apache.pluto.portalImpl.Servlet#init(): Couldn't > read property "pluto.allowSetBufferSize" from config > file ConfigService.properties > 20:23:27,328 WARN [BasicProxyManager] Could not load > interface org.apache.geronimo.jetty.JettyContainer in > provided ClassLoader for JettyWebContainer > 20:23:28,250 WARN [BasicProxyManager] Could not load > interface org.apache.geronimo.jetty.JettyContainer in > provided ClassLoader for JettyWebContainer > 20:23:28,281 WARN [BasicProxyManager] Could not load > interface org.apache.geronimo.jetty.JettyWebConnector > in provided ClassLoader for JettyWebConnector > ...... > ....... > > > > __________________________________ > Yahoo! Mail - PC Magazine Editors' Choice 2005 > http://mail.yahoo.com >