Re: Directory listing

2005-04-18 Thread Darryl Wilburn
For Tomcat... Change the listings parameter in the DefaultServlet to false. Don't know for Apache. Darryl --- Richard Reyes [EMAIL PROTECTED] wrote: What I do is put an access denied index.jsp on every subdirectories inside the specific webapp folder. heres my acc. deny index.jsp...

Re: Directory listing

2005-04-18 Thread t.n.a.
Darryl Wilburn wrote: For Tomcat... Change the listings parameter in the DefaultServlet to false. Don't know for Apache. Just wrapped up both problems myself: the listings parameter takes care of tomcat, and a .htaccess file takes care of apache: $ cat .htaccess Options -Indexes $ Just place

RE: Directory listing

2005-04-15 Thread Raghupathy,Gurumoorthy
For tomcat : http://www.jroller.com/page/coreteam/?anchor=disable_directory_listing_in_to mcat For Apache : Directory YourdocumentRoot Options -Indexes /Directory Hope this helps Guru

Re: Directory listing

2005-04-14 Thread Richard Reyes
What I do is put an access denied index.jsp on every subdirectories inside the specific webapp folder. heres my acc. deny index.jsp... html head titleAccess Denied/title /head bodyh1Access Denied/h1/body /html hth. richard On 4/15/05, dummy [EMAIL PROTECTED] wrote: How can I disable both

RE: Directory Listing

2003-09-26 Thread Shapira, Yoav
http://jakarta.apache.org/tomcat/faq/misc.html#listing Yoav Shapira Millennium ChemInformatics -Original Message- From: Scott Purcell [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 12:24 PM To: [EMAIL PROTECTED] Subject: Directory Listing Hello, I am running Tomcat 4.0.6

RE: Directory Listing

2003-09-26 Thread Scott Purcell
Thank you very much, That has a ton of information I can use down the road. Sincerely Scott -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2003 11:25 AM To: Tomcat Users List Subject: RE: Directory Listing http://jakarta.apache.org/tomcat

Re: Directory Listing in Tomcat 4.1.24

2003-06-13 Thread John Turner
Subject: Re: Directory Listing in Tomcat 4.1.24 There is no way to change directory listing layout. -Tim Philipp Gasser wrote: Hi all, I use the tomcat 4.1.24. Is there a way to change the directorylayout? _Instead of showing GMT based timestamps for files, I would like to display them in my

Re: Directory Listing in Tomcat 4.1.24

2003-06-13 Thread Bill Barker
, 2003 7:23 AM To: Tomcat Users List Subject: Re: Directory Listing in Tomcat 4.1.24 There is no way to change directory listing layout. -Tim Philipp Gasser wrote: Hi all, I use the tomcat 4.1.24. Is there a way to change the directorylayout? _Instead of showing GMT based

Re: Directory Listing in Tomcat 4.1.24

2003-06-12 Thread Tim Funk
There is no way to change directory listing layout. -Tim Philipp Gasser wrote: Hi all, I use the tomcat 4.1.24. Is there a way to change the directorylayout? _Instead of showing GMT based timestamps for files, I would like to display them in my own timestamp format? _I would like to change

RE: Directory Listing in Tomcat 4.1.24

2003-06-12 Thread Angus Mezick
Well, if he got REALLY ambitious he could go edit tomcat itself couldn't he? -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 7:23 AM To: Tomcat Users List Subject: Re: Directory Listing in Tomcat 4.1.24 There is no way to change

RE: Directory Listing in Tomcat 4.1.24

2003-06-12 Thread Phillip Qin
Edit render method in DefaultServlet class and rebuild Tomcat. -Original Message- From: Angus Mezick [mailto:[EMAIL PROTECTED] Sent: June 12, 2003 9:10 AM To: Tomcat Users List Subject: RE: Directory Listing in Tomcat 4.1.24 Well, if he got REALLY ambitious he could go edit tomcat

Re: Directory Listing in Tomcat 4.1.24

2003-06-12 Thread Tim Funk
: Edit render method in DefaultServlet class and rebuild Tomcat. -Original Message- From: Angus Mezick [mailto:[EMAIL PROTECTED] Sent: June 12, 2003 9:10 AM To: Tomcat Users List Subject: RE: Directory Listing in Tomcat 4.1.24 Well, if he got REALLY ambitious he could go edit tomcat itself

RE: Directory Listing in Tomcat 4.1.12

2002-12-16 Thread Turner, John
Yes. Symbolic linking is disabled by default in 4.1.12. Check the release notes, search the list archives for allowLinking. I believe it's broken in .12 and .13, you might need to go to .14 to get it working 100%, or down to 4.0.5/6. John -Original Message- From: Venkateshwar

Re: Directory Listing

2002-09-20 Thread Dan Lipofsky
In server.xml set suppress=true for StaticInterceptor like below RequestInterceptor className=org.apache.tomcat.request.StaticInterceptor debug=0 suppress=true / - Dan How do I avoid listing the directory files when users type the url in tomcat 3.2.4? Thanks -- To unsubscribe,

Re: Directory Listing

2002-09-20 Thread Ravindra K. Bhat
Hi Dan, Thanks. How do I avoid lisitng the directories via apache. I am still able to view the directory lisitng if I use apache access to get in.. thanks Ravi On Fri, 20 Sep 2002, Dan Lipofsky wrote: In server.xml set suppress=true for StaticInterceptor like below RequestInterceptor

RE: Directory Listing

2002-09-20 Thread Matt Raible
Can you use this on Tomcat 4.0.1+? If so, where do you put it in server.xml? Thanks, Matt -Original Message- From: Dan Lipofsky [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 10:16 AM To: Tomcat Users List Subject: Re: Directory Listing In server.xml set

RE: Directory Listing for 4.0.1

2002-09-20 Thread Ravindra K. Bhat
it in server.xml? Thanks, Matt -Original Message- From: Dan Lipofsky [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 10:16 AM To: Tomcat Users List Subject: Re: Directory Listing In server.xml set suppress=true for StaticInterceptor like below

Re: Directory Listing

2002-09-20 Thread rsequeira
PROTECTED] [EMAIL PROTECTED] .EDUcc: Subject: Re: Directory Listing

RE: Directory Listing per web-app

2002-04-19 Thread Carlos Martins
through the native web server's configuration? I have this done with IIS, that i use to serve static web pages. -Original Message- From: Chad Perry [mailto:[EMAIL PROTECTED]] Sent: quinta-feira, 18 de Abril de 2002 18:53 Subject: Directory Listing per web-app I know I can turn off

RE: Directory Listing per web-app

2002-04-19 Thread John Burgess
Adding a welcome file for the web-app should turn off directory listing Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Original Message- From: Chad Perry [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 18, 2002 6:53 PM Subject: Directory Listing per

Re: Directory Listing per web-app

2002-04-18 Thread August Detlefsen
Define the default servlet for each webapp in which you need a different setting (in WEBAPP_DIR/WEB-INF/web.xml). --- Chad Perry [EMAIL PROTECTED] wrote: I know I can turn off directory listing for the entire tomcat 4.0.3 server via the conf/web.xml: servlet . . .

Re: Directory listing vulnerability in Tomcat 3.2

2001-12-03 Thread Renato
I just downloaded and installed Tomcat 3.2.4 and the problem in on this version too. I think that if you a 404 error page defined, this problem doesn't happen. Anyway, I think it's a vulnerability. On Mon Dec 3 11:16:34 2001, Renato [EMAIL PROTECTED] escreveu : Hi all, Recently I saw

Re: Directory Listing

2001-07-19 Thread Denis
check your configuration file what port are u using ? 8080 ajpv12 ajpv13 if 8080 try http://localhot:8080 can u see tomcat app ? At 12:09 19/07/01 -0300, you wrote: Hi, I am configuring Tomcat and Apache. They seem to be integrated, but when I type for example:

Re: Directory Listing

2001-07-19 Thread Daniel de Almeida Alvares
: Denis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 19, 2001 12:20 PM Subject: Re: Directory Listing check your configuration file what port are u using ? 8080 ajpv12 ajpv13 if 8080 try http://localhot:8080 can u see tomcat app ? At 12:09 19/07/01 -0300, you wrote: Hi, I am

Re: Directory Listing

2001-07-19 Thread Denis
- From: Denis [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 19, 2001 12:20 PM Subject: Re: Directory Listing check your configuration file what port are u using ? 8080 ajpv12 ajpv13 if 8080 try http://localhot:8080 can u see tomcat app ? At 12:09 19/07/01 -0300, you

RE: Directory Listing

2001-07-19 Thread Isaac Arias
Alvares [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 11:20 AM To: [EMAIL PROTECTED] Subject: Re: Directory Listing yes i´m using 8080 but ´my app dir is mapped at Apache, and I don´t need to use :8080 but it´s allowing directory listing ! is it possible to avoid that ? regards

Re: directory listing

2000-12-06 Thread Jon Skeet
Please help me.. I currently have Apache 1.3.12 passing any .jsp to Tomcat. (I'm new at this). How do I turn off the Directory listing in Tomcat? I've tried editing every file I can think of. This is getting VERY frustrating. Thanks in advance, Greg Give your StaticInterceptor in