Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 34662 invoked from network); 27 Jul 2009 20:50:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Jul 2009 20:50:19 -0000 Received: (qmail 87073 invoked by uid 500); 27 Jul 2009 20:51:20 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 87019 invoked by uid 500); 27 Jul 2009 20:51:20 -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 87008 invoked by uid 99); 27 Jul 2009 20:51:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jul 2009 20:51:20 +0000 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 aw@ice-sa.com designates 212.85.38.228 as permitted sender) Received: from [212.85.38.228] (HELO tor.combios.es) (212.85.38.228) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Jul 2009 20:51:08 +0000 Received: from localhost (localhost [127.0.0.1]) by tor.combios.es (Postfix) with ESMTP id EAE58226075 for ; Mon, 27 Jul 2009 22:50:47 +0200 (CEST) Received: from tor.combios.es ([127.0.0.1]) by localhost (tor.combios.es [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id V4YBU+PeBVn4 for ; Mon, 27 Jul 2009 22:50:47 +0200 (CEST) Received: from [192.168.245.129] (p549EB2B6.dip0.t-ipconnect.de [84.158.178.182]) by tor.combios.es (Postfix) with ESMTPA id 85E0B226073 for ; Mon, 27 Jul 2009 22:50:47 +0200 (CEST) Message-ID: <4A6E1302.1020209@ice-sa.com> Date: Mon, 27 Jul 2009 22:50:10 +0200 From: =?ISO-8859-1?Q?Andr=E9_Warnier?= Reply-To: aw@ice-sa.com User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Trouble setting up virtual host References: <4eedb92a0907221241p1c3e8166o6c9bf733874f5d6@mail.gmail.com> <4A67974E.9080808@ice-sa.com> <4A687681.2010205@ice-sa.com> <4A689326.5090608@ice-sa.com> <4A68C927.2030403@ice-sa.com> <4A6E018D.4010702@ice-sa.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Of course, now that you have used "A:" for your answers, I can no longer do the same. So I'll use "B:".. Lisa D Beggs/AC/VCU wrote: ... > > A) on the server itself : > > - close the browser and re-open it. > - in the browser, find the place where you can "clear the cache". > Ask someone around you where that is for this kind of browser. > - do it (clear the cache, everything) > - request the URL : > http://adm138/InfoViewApp > > - indicate the result here : > > A: This is with having the port changed to 80 for all of these answers. I > get redirected to the http://adm138/InfoViewApp/logon.jsp which is the > logon page for the application. > B: Excellent. That is the normal behaviour, if the in server.xml is set for port="80". > > B) still on the server itself : > > - close the browser and re-open it. > - in the browser, find the place where you can "clear the cache". > - do it (clear the cache) > - request the URL : > http://adm138:8080/InfoViewApp > > - indicate the result here : > > > A: Internet Explorer cannot display the webpage > B: Excellent also, now it makes sense. > > > C) on another workstation : > > - close the browser and re-open it. > - in the browser, find the place where you can "clear the cache". > - do it (clear the cache) > - request the URL : > http://adm138/InfoViewApp > > - indicate the result here : > > > A: Internet Explorer cannot display the webpage > B: This is /not/ normal. It means either : - that something in-between is blocking the accesses to your server through port 80 OR - that this workstation cannot find the server named "adm138". > > > > D) on that same workstation : > > - close the browser and re-open it. > - in the browser, find the place where you can "clear the cache". > - do it (clear the cache) > - request the URL : > http://adm138:8080/InfoViewApp > > - indicate the result here : > > > A: Internet Explorer cannot display the webpage > > B: That is normal. The server is not listening on the port 8080.so browsers, from anywhere, should not be able to contact it on that port. Ok, another test : Re-do all the same steps as above, but this time using the other server name (alias). In other words, if above there was http://adm138 (followed by whatever) then use http://www.fmdreports.vcu.edu (followed by the same whatever) and report the results here, as A1,B1,C1 and D1. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org