Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 52C2370A2 for ; Mon, 21 Nov 2011 09:49:19 +0000 (UTC) Received: (qmail 51871 invoked by uid 500); 21 Nov 2011 09:49:15 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 51825 invoked by uid 500); 21 Nov 2011 09:49:15 -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 51816 invoked by uid 99); 21 Nov 2011 09:49:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2011 09:49:15 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of pid@pidster.com designates 209.85.220.173 as permitted sender) Received: from [209.85.220.173] (HELO mail-vx0-f173.google.com) (209.85.220.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2011 09:49:11 +0000 Received: by vcbfl11 with SMTP id fl11so1206523vcb.18 for ; Mon, 21 Nov 2011 01:48:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pidster.com; s=google; h=references:from:in-reply-to:mime-version:date:message-id:subject:to :content-type; bh=/fyKhmie0DmP2Cui4U8vRhUW48xiSvv8velf7NiE5g0=; b=bEaIDxhp5hwnWc6nKVxcaiMJU1cz2jmSZqCM/kr1I4mVOTZHsAUA9kjktxihC0tMGZ MXY4KEekXHVdbzlBctmFXzIh2bW9HyOF0EmwWr0n3yHkgogNhUFJM/HeVplPP1qFDkLl bzmwxzYJqgpz1zx8ne+6SunPrkqdxdXpx5V+Y= Received: by 10.52.33.237 with SMTP id u13mr11340079vdi.25.1321868930222; Mon, 21 Nov 2011 01:48:50 -0800 (PST) References: <-2661384434272542521@unknownmsgid> <99C8B2929B39C24493377AC7A121E21FB00AE7C46C@USEA-EXCH8.na.uis.unisys.com> From: "Pid *" In-Reply-To: Mime-Version: 1.0 (1.0) Date: Mon, 21 Nov 2011 09:48:48 +0000 Message-ID: <7124510343095921742@unknownmsgid> Subject: Re: APR SSL error: "Socket bind failed: [98] Address already in use" To: Tomcat Users List Content-Type: text/plain; charset=UTF-8 On 21 Nov 2011, at 02:44, Eric Kemp wrote: > Below is my entire server.xml (minus commented lines) > > > > > className="org.apache.catalina.core.AprLifecycleListener" > SSLEngine="on" /> > > className="org.apache.catalina.core.JasperListener" /> > > className="org.apache.catalina.core.JreMemoryLeakPreventionListener" /> > > className="org.apache.catalina.mbeans.ServerLifecycleListener" /> > > className="org.apache.catalina.mbeans.GlobalResourcesLifecycleListener" /> > > > > type="org.apache.catalina.UserDatabase" > description="User database that can be updated and saved" > factory="org.apache.catalina.users.MemoryUserDatabaseFactory" > pathname="conf/tomcat-users.xml" /> > > > > > > port="8080" > protocol="HTTP/1.1" > connectionTimeout="20000" > URIEncoding="UTF-8" > redirectPort="8443" /> > > What happens if you use 8444 instead? p > port="8443" > protocol="org.apache.coyote.http11.Http11AprProtocol" > maxThreads="150" > scheme="https" > secure="true" > clientAuth="false" > sslProtocol="TLS" > SSLEnabled="true" > SSLCertificateKeyFile="/etc/apache2/ssl/myDomain.com.key" > SSLCACertificateFile="/etc/apache2/ssl/myDomain.com.ca.crt" /> > > > > className="org.apache.catalina.realm.UserDatabaseRealm" > resourceName="UserDatabase"/> > > name="localhost" > appBase="webapps" > unpackWARs="true" > autoDeploy="true" > xmlValidation="false" > xmlNamespaceAware="false"> > > > > > > > > Thanks > > > > On Sun, Nov 20, 2011 at 4:18 PM, Caldarale, Charles R > wrote: >>> From: Eric Kemp [mailto:cruisingat90mph@gmail.com] >>> Subject: Re: APR SSL error: "Socket bind failed: [98] Address already in use" >> >>> Any other ideas would still be appreciated. >> >> As others have noted, the conflict is likely on some port other than 8443. Post your entire server.xml, preferably with comments removed, so we can see all of the ports declared there. >> >> - Chuck >> >> >> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org >> For additional commands, e-mail: users-help@tomcat.apache.org >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org