Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 12075 invoked from network); 8 Feb 2009 16:32:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2009 16:32:13 -0000 Received: (qmail 16031 invoked by uid 500); 8 Feb 2009 16:32:02 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 15930 invoked by uid 500); 8 Feb 2009 16:32:02 -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 15919 invoked by uid 99); 8 Feb 2009 16:32:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Feb 2009 08:32:02 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dave.pawson@gmail.com designates 72.14.220.155 as permitted sender) Received: from [72.14.220.155] (HELO fg-out-1718.google.com) (72.14.220.155) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Feb 2009 16:31:53 +0000 Received: by fg-out-1718.google.com with SMTP id l27so993008fgb.40 for ; Sun, 08 Feb 2009 08:31:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=yIfX7K44u2DqTvGESf/ySE05b2hlAB/OF74NtezVUuA=; b=NyML7EEUBoYANGez2ZCQm1Q2LkioXADd+MHn0Np5FVAZJGK0gYVbraQHA/MsUPhxbf 9wQ5YPzj6fW+WEnN03jtQW+Efk10Chxs29ztMLKVjJzVvdJu4HBDEND4X+aDE3vny/Q7 lnq1SbWwMObCs6DPwelj3I1yiY0TaZE/KDdUw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=FncE96ihymQWPAY2MEg/0CMMf+yoY9yCaYvV0FssOrWcQNDoNl0+NcLCd8zksk3UNc HSLU8KQHOuSvgH9S/kQMeSkQHUd2Ias/naPNUf7qYQ0cthpc9uMV4MVEYanQpFPp3iTL rY6WQPCuNlaDuRbi2lCf+LiT0egBLffR26o3A= MIME-Version: 1.0 Received: by 10.86.95.20 with SMTP id s20mr2206599fgb.40.1234110693128; Sun, 08 Feb 2009 08:31:33 -0800 (PST) In-Reply-To: <0A44923402AD4E2C909CB51A5CC84028@michel> References: <4EB274C5D73C48DABF5127B7F6A3CFD7@michel> <845186640902080758y644e0eeeg9e7e7be3c2afde7c@mail.gmail.com> <0A44923402AD4E2C909CB51A5CC84028@michel> Date: Sun, 8 Feb 2009 16:31:33 +0000 Message-ID: <711a73df0902080831k63143ca6s30186f91cd33156d@mail.gmail.com> Subject: Re: Still trying to get Tomcat 6 to work From: Dave Pawson To: Tomcat Users List Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 2009/2/8 michel : > Much thanks, and now I learned one place to look for finding errors! > > > Seems that the default port 8080 is somehow used (Protocol handler start > failed: java.net.BindException: Address already in use:8080), so I > just change it in server.xml (from what I have been reading). But I am > wondering about why port 8080 is used because I don't have any other server > going that I know about, so I would expect that it might be a better idea to > figure out what is going on with port 8080. Many servers use port 80, so using 8080 is convenient. Nothing more complicated? I have Apache running on port 80, so 8080 lets me run both. HTH -- Dave Pawson XSLT XSL-FO FAQ. Docbook FAQ. http://www.dpawson.co.uk --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org