I have a java dynamic web application being developed in eclipse. My project root is VT.  Under WebContent I place a file called cat.jsp.  In chrome I can access the file with http://localhost:8080/VT/cat.jsp and the file displays correctly.
eclipse provides 2 subfolders under WebContent.  One of them is WEB-INF.  In that folder I create a subfolder jspStatic and in there I place a copy of cat.jsp
When I try to access the file in chrome with http://localhost:8080/VT/WEB-INF/jspStatic/cat.jsp I'm getting a file not found 404 error
