Scott Cytacki <[EMAIL PROTECTED]> on Thursday, January 18, 2007 at 12:00
+0000 wrote:
Do any of you know how to turn on directory listing in tomcat?  For
example, I want this url to give me a list of the files in the
directory.

http://tels-develop.soe.berkeley.edu:8080/maven-jnlp-snapshot/

In Apache this is done by the Indexing module (in a .htaccess you add
Options +Indexes to enable it).

It doesn't look like there are any similar modules that come with Tomcat. You could probably re-write the 404 page handler to do a directory listing
if the directory exists, but I'm not sure.

Here's some guy looking for the same thing but wasn't able to find it:

http://www.mail-archive.com/[email protected]/msg21442.html

Sincerely,

Paul Burney

----------------------------------
Paul Burney
Manager of Technology Integration
Webmaster and Senior Web Developer
The Concord Consortium
(978) 405-3208
<http://www.concord.org/>

-- All that glitters has a high refractive index.



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SAIL-Dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/SAIL-Dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to