Re: Using tomcat to serve up directory

2008-03-06 Thread Frank Demion
Thank you. That did it. - Original Message From: "Caldarale, Charles R" <[EMAIL PROTECTED]> To: Tomcat Users List Sent: Thursday, March 6, 2008 5:34:47 AM Subject: RE: Using tomcat to serve up directory > From: Frank Demion [mailto:[EMAIL PROTECTED] > Subject:

RE: Using tomcat to serve up directory

2008-03-05 Thread Caldarale, Charles R
> From: Frank Demion [mailto:[EMAIL PROTECTED] > Subject: Using tomcat to serve up directory > > What configuration files do I need to modify to achieve this? Look at conf/web.xml in the DefaultServlet section. Set the value of listings to true. - Chuck THIS COMMUNICATION

Using tomcat to serve up directory

2008-03-05 Thread Frank Demion
Apologies if this is a really simple question. I want to use Tomcat to serve up an simple directory of files on a server. Basically, I want to be able the see the files on the file system by typing http://localhost:8080/myfiles where myfiles is a directory somewhere on the file system. In essenc