From users-return-222704-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Thu Mar 10 17:41:36 2011 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 69120 invoked from network); 10 Mar 2011 17:41:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Mar 2011 17:41:36 -0000 Received: (qmail 23355 invoked by uid 500); 10 Mar 2011 17:41:32 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 23179 invoked by uid 500); 10 Mar 2011 17:41:32 -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 23170 invoked by uid 99); 10 Mar 2011 17:41:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Mar 2011 17:41:32 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shmoldie@gmail.com designates 74.125.82.43 as permitted sender) Received: from [74.125.82.43] (HELO mail-ww0-f43.google.com) (74.125.82.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Mar 2011 17:41:27 +0000 Received: by wwb17 with SMTP id 17so1978024wwb.0 for ; Thu, 10 Mar 2011 09:41:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Ipc47YrzwmkgvaB7VU9N5NsygSbQY4vSXFaBJn4dACM=; b=RQjEOh33PZyAwc+PpFlEyhlIK9A4teb/hre3sYR8BOeJ4kpx6FstpA5VgLYKeIKUFm +9/6gcpHfxUvCt50Fkt2soBJVGjrhhuHCcE3814/3ahFCeyHGjcPTi4QSIGfi2KEGnqR F6l7xIuKSczMy193MFshOT4AA6d/mNo/34ngY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=XWcRjC5WLMA4U5/VOhYQEfAwzUAlrZcov4d+RZov4/gRLvuTBq8AbsG27v/hYq9+wy EZQDyQA4YJTNq/5xDQtsVujucokGMhEbGh58Race4tSuDC9YGN/tXS5m30EB1ElJG5q5 OKPx+CdIZWS9ht4Vrp1OTINJL8GxlB7S8TX6Q= MIME-Version: 1.0 Received: by 10.227.37.28 with SMTP id v28mr641629wbd.75.1299778866144; Thu, 10 Mar 2011 09:41:06 -0800 (PST) Sender: shmoldie@gmail.com Received: by 10.227.198.144 with HTTP; Thu, 10 Mar 2011 09:41:06 -0800 (PST) In-Reply-To: References: <4D65291C.80900@christopherschultz.net> <4D652C1F.8080700@christopherschultz.net> <4D6531AC.2050602@christopherschultz.net> <7215BA462D00D343B2837F9113F0131F0702C7@POSTOFFICE02.polydyne.com> <4D66281C.7010603@ice-sa.com> <7215BA462D00D343B2837F9113F0131F0704E3@POSTOFFICE02.polydyne.com> <4D66D7BC.9000003@ice-sa.com> <4D67CEFA.1060806@ice-sa.com> <4D67F2EC.1030900@christopherschultz.net> <4D6BC70C.4000502@christopherschultz.net> <4D743B5B.2050406@christopherschultz.net> <99C8B2929B39C24493377AC7A121E21FACD86B7866@USEA-EXCH8.na.uis.unisys.com> Date: Thu, 10 Mar 2011 12:41:06 -0500 X-Google-Sender-Auth: G6tPiy5N_ZPzBpTHaMaYFIw1Ez4 Message-ID: Subject: Re: tomcat server From: Jonathan Rosenberg To: Tomcat Users List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable When you enter localhost:8080 the browser treis to speak to a server on port 8080, where Tomcat runs by default. When you just enter localhost, the browser uses the default HTTP port of 80. Presumably, you do not have a server listening to that port. Make sense? -- Jonathan Rosenberg Founder & Executive Director Tabby's Place, a Cat Sanctuary http://www.tabbysplace.org/ On Thu, Mar 10, 2011 at 12:36 PM, ken dias wrote: > > Questions:1. how to get response (not error) =A0when i type localhost2. w= hy does it work in one case and not the other > please don't try to be funny, answer the question or don't reply > >> From: Chuck.Caldarale@unisys.com >> To: users@tomcat.apache.org >> Date: Thu, 10 Mar 2011 11:16:38 -0600 >> Subject: RE: tomcat server >> >> > From: ken dias [mailto:kendias@hotmail.com] >> > Subject: tomcat server >> >> > I started the Tomcat webserver. When I keyin "localhost:8080", >> > I get the apache-tomcat webpage and can run the examples. >> > however, when i keyin "localhost" =A0only, i get error. >> >> As you should. =A0Do you have a question? >> >> =A0- Chuck >> >> >> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY= MATERIAL and is thus for use only by the intended recipient. If you receiv= ed this in error, please contact the sender and delete the e-mail and its a= ttachments 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