From users-return-189709-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Fri Jan 02 13:05:25 2009 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 84372 invoked from network); 2 Jan 2009 13:05:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jan 2009 13:05:24 -0000 Received: (qmail 40335 invoked by uid 500); 2 Jan 2009 13:05:13 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 40308 invoked by uid 500); 2 Jan 2009 13:05:13 -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 40297 invoked by uid 99); 2 Jan 2009 13:05:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jan 2009 05:05:13 -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: local policy) Received: from [212.85.38.174] (HELO popeye.combios.es) (212.85.38.174) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jan 2009 13:05:03 +0000 Received: from [192.168.245.129] (p549EA52F.dip0.t-ipconnect.de [84.158.165.47]) (authenticated bits=0) by popeye.combios.es (8.13.8/8.13.8/Debian-3) with ESMTP id n02D4fHH006123 for ; Fri, 2 Jan 2009 14:04:41 +0100 Message-ID: <495E1002.9000000@ice-sa.com> Date: Fri, 02 Jan 2009 14:00:50 +0100 From: =?ISO-8859-1?Q?Andr=E9_Warnier?= User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Servlets works fine, JSP's don't References: <21250058.post@talk.nabble.com> In-Reply-To: <21250058.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.92.1/8826/Fri Jan 2 02:53:32 2009 on popeye.combios.es X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org davefury wrote: [...] There seems to be something preventing Tomcat from running your JSP pages. I can't help you directly there, but before digging further, the following are some general tips, also usable for other problems with Apache and Tomcat. 1) Are you accessing Tomcat through Apache, or directly ? (Assuming you really are totally new to this : Usually Tomcat itself has a HTTP connector listening on port 8080 or so, while Apache listens on the standard port 80. So if you access Tomcat directly, you use a URL like http://myhost.mycompany.com:8080/examples/.. while if you go through Apache and mod_jk, you would use http://myhost.mycompany.com/examples/.. ) 2) is the error page you receive an Apache page, or a Tomcat page, or an internal page from IE ? (they are usually easy to distinguish by style) 3) what do the logfiles say ? In your environment, the logfiles - of Apache would be in /var/log/apache2/* - of Tomcat would be in /var/log/tomcat5 (or 5.5) (That is, by the way, always a good place to start looking) ;-) It would also help a bit if you were a little more precise with the versions, like Apache 2.x.y? and Tomcat 5.x.y? 4) If you were accessing Tomcat through Apache, how about trying the same, but accessing Tomcat directly (see above, add :tomcat-port to your URL). If not 8080, you can find out which port Tomcat is using by looking at /etc/tomcat5(.5?)/server.xml --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org