Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 26963 invoked from network); 2 Sep 2008 10:56:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Sep 2008 10:56:30 -0000 Received: (qmail 72426 invoked by uid 500); 2 Sep 2008 10:56:16 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 72398 invoked by uid 500); 2 Sep 2008 10:56:16 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 72387 invoked by uid 99); 2 Sep 2008 10:56:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2008 03:56:16 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bhooshanpandit@aol.com designates 205.188.157.38 as permitted sender) Received: from [205.188.157.38] (HELO imo-d06.mx.aol.com) (205.188.157.38) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2008 10:55:15 +0000 Received: from bhooshanpandit@aol.com by imo-d06.mx.aol.com (mail_out_v38_r10.8.) id w.d3a.26f7b1c8 (34983) for ; Tue, 2 Sep 2008 06:55:41 -0400 (EDT) Received: from mta-cen-v05.sim.aol.com (mta-cen-v05.sim.aol.com [10.64.224.93]) by cia-da08.mx.aol.com (v121_r2.11) with ESMTP id MAILCIADA088-88a748bd1bab12; Tue, 02 Sep 2008 06:55:40 -0400 Received: from CEN2-L08 (cen2-l08.sis.aol.com [10.64.224.72]) by mta-cen-v05.sim.aol.com (Postfix) with ESMTP id 120F05FDAF for ; Tue, 2 Sep 2008 06:55:09 -0400 (EDT) References: <19267576.post@talk.nabble.com> <8CADAFDBAEBA544-880-107A6@CEN2-L08.sis.aol.com> <19267834.post@talk.nabble.com> To: users@tomcat.apache.org Content-Transfer-Encoding: 7bit Subject: Re: Installing Multiple Instances on Windows Server 2003 Date: Tue, 02 Sep 2008 06:58:26 -0400 X-AOL-IP: 220.225.42.205 In-Reply-To: <19267834.post@talk.nabble.com> X-MB-Message-Source: WebUI MIME-Version: 1.0 From: bhooshanpandit@aol.com X-MB-Message-Type: User Content-Type: text/plain; charset="us-ascii"; format=flowed X-Mailer: AOL Webmail 38575-STANDARD Received: from 220.225.42.205 by CEN2-L08.sis.aol.com (10.64.224.72) with HTTP (WebMailUI); Tue, 02 Sep 2008 06:58:24 -0400 Message-Id: <8CADB01F4830FFA-880-109C5@CEN2-L08.sis.aol.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Flag: NO The error clearly indicates that something is running on port 8080. It's not the other tomcat but probably some other process...... if you have oracle it's app server runs on 8080 by default.... Try changing the connector and redirector ports to non default values (say 18080 and 18443) and see if it works..... -----Original Message----- From: Steve G.B. To: users@tomcat.apache.org Sent: Tue, 2 Sep 2008 4:10 pm Subject: Re: Installing Multiple Instances on Windows Server 2003 in catalina.log I have this: Sep 2, 2008 12:34:44 PM org.apache.catalina.core.StandardServer await SEVERE: StandardServer.await: create[8005]: java.net.BindException: Address already in use: JVM_Bind at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.PlainSocketImpl.bind(Unknown Source) at java.net.ServerSocket.bind(Unknown Source) at java.net.ServerSocket.(Unknown Source) at org.apache.catalina.core.StandardServer.await(StandardServer.java:373) at org.apache.catalina.startup.Catalina.await(Catalina.java:642) at org.apache.catalina.startup.Catalina.start(Catalina.java:602) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) Sep 2, 2008 12:34:44 PM org.apache.coyote.http11.Http11AprProtocol pause INFO: Pausing Coyote HTTP/1.1 on http-8080 Sep 2, 2008 12:34:44 PM org.apache.coyote.ajp.AjpAprProtocol pause INFO: Pausing Coyote AJP/1.3 on ajp-8009 Sep 2, 2008 12:34:45 PM org.apache.catalina.core.StandardService stop INFO: Stopping service Catalina the problem is: I have Tomcat 6.0 on Connection port 8080 and redirect port 8443. AJP port is 8009 (standard installation ports) I then have Tomcat 4.1 on Connection port 8083 and redirect port 8447. AJP is 8011. Still it logs me there's an address already in use. bhooshanpandit wrote: > > Can you post the error that it spits out while starting up? > > > -----Original Message----- > From: Steve G.B. > To: users@tomcat.apache.org > Sent: Tue, 2 Sep 2008 3:49 pm > Subject: Installing Multiple Instances on Windows Server 2003 > > > > > > > > > > > > Hi, > > I need to install multiple instances of Tomcat on my server. > > I changed all the connection and redirect ports, but the second Tomcat > still > doesn't start. > > What should I do? > > Thank you, > > Steve > -- > View this message in context: > http://www.nabble.com/Installing-Multiple-Instances-on-Windows-Server-2003-tp19267576p19267576.html > Sent from the Tomcat - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > > > > > > > ________________________________________________________________________ > You are invited to Get a Free AOL Email ID. - http://webmail.aol.in > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > > -- View this message in context: http://www.nabble.com/Installing-Multiple-Instances-on-Windows-Server-2003-tp19267576p19267834.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org ________________________________________________________________________ You are invited to Get a Free AOL Email ID. - http://webmail.aol.in --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org