> From: Chris Gamache [mailto:cgama...@gmail.com] > Subject: Re: Tomcat can not locate the folders of CSS files inside a web app, > if the url-pattern of a servlet is set to / inside web.xml
> /mywebapp/css/style.css is where that file should be located if exists in > the spot indicated in the tree diagram. > I don't think the default servlet plays in to this... Clearly it does, as Violeta stated. Since the webapp is overriding the mapping for "/", Tomcat's DefaultServlet will never get used, so there is _nothing_ available to deliver static content. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org