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 users@tomcat.apache.org
Sent: Thursday, March 6, 2008 5:34:47 AM
Subject: RE: Using tomcat to serve up directory

 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 MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


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 essence I want to use 
tomcat as a web server. I’ve tried adding a basic directory to the webapps dir 
but this doesn’t allow me to navigate the file system. What configuration files 
do I need to modify to achieve this? 
 
Thanks

F


  

Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile.  Try it now.  
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ 


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 MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]