>     I am trying to use external cascading style sheets in 
> Tomcat, by using the
> <link rel="stylesheet" type="text/css" name="style1" 
> href="style1.css"> tag in
> the <head> of the document.  I keep getting a 404 (not found) 
> error when i try
> to load.  The css file is located in the same directory, but 
> Tomcat can't see
> it for some reason.  Any suggestions?

try href="./style1.css"
We used relative references to solve this problem in our app
(i.e. "../style1.css" for parent folder).

---
Michael Wentzel
Software Developer
Software As We Think - http://www.aswethink.com

Reply via email to