From molloyda@eeng.dcu.ie Thu Nov 16 10:13:30 2000 Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 91979 invoked from network); 16 Nov 2000 10:13:30 -0000 Received: from khumbu.eeng.dcu.ie (136.206.35.10) by locus.apache.org with SMTP; 16 Nov 2000 10:13:30 -0000 Received: from (VELOCE) [136.206.37.29] by khumbu.eeng.dcu.ie with smtp (Exim 1.82 #1) id 13wM2s-000015-00; Thu, 16 Nov 2000 10:13:30 +0000 From: "David Molloy" To: Subject: RE: Netscape can't find css Date: Thu, 16 Nov 2000 10:15:14 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.5600 In-reply-to: <3A13AABE.97B47A85@tanner.de> Importance: Normal X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Apologies if a blank reply went before this one - bloody machine is acting bitchy. Two things I can think of, either of which might be useful or not. 1. I seem to recall there being a problem with Netscape and CSS file locations. IE and Netscape handle relative pathing to CSS files differently so this can cause a problem similar to this. However you use absolute paths so it's not likely this. 2. Try putting the css file into /examples, as opposed to the classes directly. It should be directly readable from the pages and it's not a class so it shouldn't be in there, as far as I can tell. Dave -----Original Message----- From: Philipp Zuderell [mailto:philipp.zuderell@tanner.de] Sent: Thursday, November 16, 2000 9:37 AM To: tomcat-user@jakarta.apache.org Subject: Netscape can't find css Hi all! I have written a servlet that uses a StyleSheet to produce an HTML Page. While the app works fine in IE5, NS4.75 returns the following error Message: Error: 404 Location: /examples/servlet/D:/jakarta-tomcat/webapps/examples/Web-inf/classes/spc.css I use absolute paths everywhere in the program, and they all work (with NS, too) except this one. Any help will be appreciated. Thanks Philipp