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 85920 invoked from network); 16 Nov 2000 10:03:06 -0000 Received: from mail2.w-4.de (195.126.150.18) by locus.apache.org with SMTP; 16 Nov 2000 10:03:06 -0000 Received: from mail.tanner.de [212.184.23.186] by mail2.w-4.de [195.126.150.18] with SMTP (MDaemon.v2.8.7.2.R) for ; Thu, 16 Nov 2000 11:02:18 +0100 Received: from tanner.de (r2d2.tanner.de [172.16.1.118]) by mail.tanner.de (8.8.8/8.8.8) with ESMTP id KAA25872 for ; Thu, 16 Nov 2000 10:52:02 +0100 Message-ID: <3A13AABE.97B47A85@tanner.de> Date: Thu, 16 Nov 2000 10:37:02 +0100 From: Philipp Zuderell Organization: Tanner Dokuments GmbH & Co X-Mailer: Mozilla 4.75 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-user@jakarta.apache.org Subject: Netscape can't find css Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-MDaemon-Deliver-To: tomcat-user@jakarta.apache.org X-Return-Path: philipp.zuderell@tanner.de X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N 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