I have a directory on a linux box that I want to make publicly readable using Tomcat (5.5). I think this is easy to set up but can’t find the appropriate documentation. Is there a simple way to accomplish this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Although Tomcat is a good web server, it’s not particularly made to list directories.
You might want to look at a web server like the Apache web server instead, it’s more designed for this type of thing.