root « Folder « JSP-Servlet Q&A





1. Showing image in jsp that's not in the root directory    stackoverflow.com

Using a Tomcat 6.0 server, I'm trying to reference an image file that's not in the root directory of the application, but I get a 404 message that says the requested ...

2. root directory of a web app    coderanch.com

3. Restrict Users Accessing Folders Under Root    coderanch.com

Hi , Recently I had developed website, which I would be hosting online on Tomcat Server soon. I don't want users to access my resources under Root Context for example "Images","CSS", "Java Script" extra. I know all resources under "/WEB-INF" are restricted but I don't want to keep them over there. I can implement filters and based on URL I can ...