Okay, I've solved the problem. A bad url mapping to the css file lead tomcat to try to look for it in the classes which it would not find. Fixing the bad url mappings resolved the problems.
Christopher ----- Original Message ----- From: "Christopher Chan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 17, 2002 10:58 PM Subject: Cannot find class name.css I have a name.css file in my webapps/name/ directory and in my jsp files I have a html tag <link href="name.css" ..> I always get this cannot find class exception in the log files in Windows but in Linux the error message is passed to the browser and that is not acceptable. I am running tomcat 4.0.1. Anybody know how I can tell tomcat not to treat a css file as a java class? Christopher -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
