Hierarchy: WEB-INF/jsp WEB-INF/styles
I link stylesheet in my JSP file, which is located in WEB-INF/jsp:
By default Tomcat will not serve static files from WEB-INF/, move your css up a level so the css is "./styles/some.css". Since you have your JSPs in WEB-INF/jsp I assume you are using JSF or some other facading framework?