Re: Question about directory listing sorting ..

2021-07-02 Thread Christopher Schultz
Konstantin, On 7/2/21 05:28, Konstantin Kolinko wrote: пт, 2 июл. 2021 г. в 04:04, John Dale (DB2DOM) : Doesn't seem to work for me on 9.0.41 (it's an older development box). I found these interesting: ow with patch v3: 1. "s=NA" name=asc 2. "s=ND" name=dsc 3. "s=SA" size=asc 4. "s=SD" size=d

Re: Question about directory listing sorting ..

2021-07-02 Thread Konstantin Kolinko
пт, 2 июл. 2021 г. в 04:04, John Dale (DB2DOM) : > > Doesn't seem to work for me on 9.0.41 (it's an older development box). > > I found these interesting: > ow with patch v3: > 1. "s=NA" name=asc > 2. "s=ND" name=dsc > 3. "s=SA" size=asc > 4. "s=SD" size=dsc > 5. "s=MA" modify=asc > 6. "s=MD" modif

Question about directory listing sorting ..

2021-07-01 Thread John Dale (DB2DOM)
Doesn't seem to work for me on 9.0.41 (it's an older development box). I found these interesting: ow with patch v3: 1. "s=NA" name=asc 2. "s=ND" name=dsc 3. "s=SA" size=asc 4. "s=SD" size=dsc 5. "s=MA" modify=asc 6. "s=MD" modify=dsc >From here: https://bz.apache.org/bugzilla/show_bug.cgi?id=5728

Re: Can Directory Listing and Welcome File List coexist?

2020-07-30 Thread Igal Sapir
On Thu, Jul 30, 2020 at 12:30 PM Igal Sapir wrote: > On Thu, Jul 30, 2020 at 12:25 PM Igal Sapir wrote: > >> Mark, >> >> On Thu, Jul 30, 2020 at 12:21 PM Igal Sapir wrote: >> >>> Mark, >>> >>> On Thu, Jul 30, 2020 at 12:14 PM Mark Thomas wrote: >>> On July 30, 2020 5:49:41 PM UTC, Igal Sa

Re: Can Directory Listing and Welcome File List coexist?

2020-07-30 Thread Igal Sapir
Mark, On Thu, Jul 30, 2020 at 12:21 PM Igal Sapir wrote: > Mark, > > On Thu, Jul 30, 2020 at 12:14 PM Mark Thomas wrote: > >> On July 30, 2020 5:49:41 PM UTC, Igal Sapir wrote: >> >Hello, >> > >> >I have the following in web.xml: >> > >> > - A servlet named Lucee, mapped to by URI pattern "*.

Re: Can Directory Listing and Welcome File List coexist?

2020-07-30 Thread Igal Sapir
On Thu, Jul 30, 2020 at 12:25 PM Igal Sapir wrote: > Mark, > > On Thu, Jul 30, 2020 at 12:21 PM Igal Sapir wrote: > >> Mark, >> >> On Thu, Jul 30, 2020 at 12:14 PM Mark Thomas wrote: >> >>> On July 30, 2020 5:49:41 PM UTC, Igal Sapir wrote: >>> >Hello, >>> > >>> >I have the following in web.xm

Re: Can Directory Listing and Welcome File List coexist?

2020-07-30 Thread Igal Sapir
Mark, On Thu, Jul 30, 2020 at 12:14 PM Mark Thomas wrote: > On July 30, 2020 5:49:41 PM UTC, Igal Sapir wrote: > >Hello, > > > >I have the following in web.xml: > > > > - A servlet named Lucee, mapped to by URI pattern "*.cfm" > > - A default servlet from Tomcat, with init-param listings=true

Re: Can Directory Listing and Welcome File List coexist?

2020-07-30 Thread Igal Sapir
├── dir │ └── hello.txt ├── index.cfm The dir subdirectory does not have a welcome page, so I'm using Google Chrome to go to http://localhost:48080/dir/ and expecting to see a directory listing with hello.txt. Instead I get a 404 from Lucee, and in the error message the statement: Pag

Re: Can Directory Listing and Welcome File List coexist?

2020-07-30 Thread Mark Thomas
On July 30, 2020 5:49:41 PM UTC, Igal Sapir wrote: >Hello, > >I have the following in web.xml: > > - A servlet named Lucee, mapped to by URI pattern "*.cfm" > - A default servlet from Tomcat, with init-param listings=true > - A welcome-file of "index.cfm" > >My expectation is that for a request

Re: Can Directory Listing and Welcome File List coexist?

2020-07-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Igal, On 7/30/20 13:49, Igal Sapir wrote: > Hello, > > I have the following in web.xml: > > - A servlet named Lucee, mapped to by URI pattern "*.cfm" - A > default servlet from Tomcat, with init-param listings=true - A > welcome-file of "index.cfm"

Can Directory Listing and Welcome File List coexist?

2020-07-30 Thread Igal Sapir
Hello, I have the following in web.xml: - A servlet named Lucee, mapped to by URI pattern "*.cfm" - A default servlet from Tomcat, with init-param listings=true - A welcome-file of "index.cfm" My expectation is that for a request to a given directory, if a file named index.cfm exists then

RE: Directory listing

2011-07-12 Thread Caldarale, Charles R
> From: David kerber [mailto:dcker...@verizon.net] > Subject: Directory listing > Can that be done simply with TC (any version), or do I > need to fake it with a java.io.File object and create > the listing display in code? Look at the element for the DefaultServlet config

Re: Directory listing

2011-07-12 Thread Jesse Farinacci
Greetings, On Tue, Jul 12, 2011 at 8:27 AM, David kerber wrote: > You know how IIS and httpd can be configured to let you simply get a > directory listing in your browser?  Can that be done simply with TC (any > version), or do I need to fake it with a java.io.File object and c

Directory listing

2011-07-12 Thread David kerber
You know how IIS and httpd can be configured to let you simply get a directory listing in your browser? Can that be done simply with TC (any version), or do I need to fake it with a java.io.File object and create the listing display in code? D

Re: Securing A Directory Listing

2010-10-25 Thread Keith Masten
Great observations Chuck, I will take a look these items. On Mon, Oct 25, 2010 at 11:22 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Keith Masten [mailto:spmdt...@gmail.com] > > Subject: Re: Securing A Directory Listing > > > when I attemp

RE: Securing A Directory Listing

2010-10-25 Thread Caldarale, Charles R
> From: Keith Masten [mailto:spmdt...@gmail.com] > Subject: Re: Securing A Directory Listing > when I attempt to access the application with the > fictitious 'bob' user account, the standard login > dialog is presented to me over and over. Is your webapp discarding t

Re: Securing A Directory Listing

2010-10-25 Thread Keith Masten
sndev-offshore > > > > When prompted for username/password, I use what has been defined in the > tomcat-users.xml file and that does not work. It would appear that it is > not even referencing the > list. > > > > > > > On Thu, Oct 21, 2010 at 3:23 PM

Re: Securing A Directory Listing

2010-10-22 Thread Keith Masten
On Thu, Oct 21, 2010 at 3:23 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Keith Masten [mailto:spmdt...@gmail.com] > > Subject: Re: Securing A Directory Listing > > > The realm definition for this tomcat instance is in > > the serv

RE: Securing A Directory Listing

2010-10-21 Thread Caldarale, Charles R
> From: Keith Masten [mailto:spmdt...@gmail.com] > Subject: Re: Securing A Directory Listing > The realm definition for this tomcat instance is in > the server.xml. That partially answers the question. As the doc says: "You may nest a Realm inside any Catalina container

Re: Securing A Directory Listing

2010-10-21 Thread Keith Masten
prompted, I should enter id - bob, pw - bob according to my tomcat-users.xml, correct??? On Thu, Oct 21, 2010 at 2:18 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Keith Masten [mailto:spmdt...@gmail.com] > > Subject: Re: Securing A Directory Listing >

RE: Securing A Directory Listing

2010-10-21 Thread Caldarale, Charles R
> From: Keith Masten [mailto:spmdt...@gmail.com] > Subject: Re: Securing A Directory Listing > login dialog is presented, but no matter what Id/pw I > provide I cannot login. For initial testing purposes, try BASIC for the and put unencrypted passwords in the list. Once th

Re: Securing A Directory Listing

2010-10-21 Thread Keith Masten
>> >> >> On Thu, Oct 21, 2010 at 9:16 AM, Caldarale, Charles R < >> chuck.caldar...@unisys.com> wrote: >> >>> > From: Keith Masten [mailto:spmdt...@gmail.com] >>> > Subject: Re: Securing A Directory Listing >>> >>> > This d

Re: Securing A Directory Listing

2010-10-21 Thread Keith Masten
21, 2010 at 9:16 AM, Caldarale, Charles R < > chuck.caldar...@unisys.com> wrote: > >> > From: Keith Masten [mailto:spmdt...@gmail.com] >> > Subject: Re: Securing A Directory Listing >> >> > This does not work. >> >> Be more specific. >&g

Re: Securing A Directory Listing

2010-10-21 Thread Keith Masten
Thank you for pointing that out Chuck, I will make that adjustment. On Thu, Oct 21, 2010 at 9:16 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Keith Masten [mailto:spmdt...@gmail.com] > > Subject: Re: Securing A Directory Listing > > > This

Re: Securing A Directory Listing

2010-10-21 Thread Keith Masten
source-collection, >>> the default behavior is that all methods are protected. >>> If you specify one or more http-methods, the behavior is that those >>> specified are protected, and any that are not specified are not >>> protected. >>> >>> Rebecca

RE: Securing A Directory Listing

2010-10-21 Thread Caldarale, Charles R
> From: Keith Masten [mailto:spmdt...@gmail.com] > Subject: Re: Securing A Directory Listing > This does not work. Be more specific. > /applogs/* I suspect you erroneously included the path to the webapp in the above. I you specify just "/*", the entire webapp w

Re: Securing A Directory Listing

2010-10-21 Thread Edson Carlos Ericksson Richter
sage- From: Edson Carlos Ericksson Richter [mailto:edsonrich...@hotmail.com] Sent: Wednesday, October 20, 2010 2:15 PM To: users@tomcat.apache.org Subject: Re: Securing A Directory Listing Sure, there are more HTTP methods that someone would want to protect from. Thanks for pointing out. Reg

Re: Securing A Directory Listing

2010-10-21 Thread Keith Masten
ah > > > > -Original Message- > From: Edson Carlos Ericksson Richter [mailto:edsonrich...@hotmail.com] > Sent: Wednesday, October 20, 2010 2:15 PM > To: users@tomcat.apache.org > Subject: Re: Securing A Directory Listing > > Sure, there are more HTTP methods th

RE: Securing A Directory Listing

2010-10-20 Thread Prastein, Rebeccah H
d are not protected. Rebeccah -Original Message- From: Edson Carlos Ericksson Richter [mailto:edsonrich...@hotmail.com] Sent: Wednesday, October 20, 2010 2:15 PM To: users@tomcat.apache.org Subject: Re: Securing A Directory Listing Sure, there are more HTTP methods that someone would wa

Re: Securing A Directory Listing

2010-10-20 Thread Edson Carlos Ericksson Richter
Sure, there are more HTTP methods that someone would want to protect from. Thanks for pointing out. Regards, Edson. Em 20/10/2010 18:51, Mark Thomas escreveu: On 20/10/2010 15:09, Edson Carlos Ericksson Richter wrote: Secure Area /mysecurearea GET Bad advice. Don't put the http-method in

Re: Securing A Directory Listing

2010-10-20 Thread Mark Thomas
On 20/10/2010 15:09, Edson Carlos Ericksson Richter wrote: > > Secure Area > > /mysecurearea > GET > Bad advice. Don't put the http-method in there. Mark - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For add

Re: Securing A Directory Listing

2010-10-20 Thread Edson Carlos Ericksson Richter
umers will be required to login for viewing of this data. On Wed, Oct 20, 2010 at 2:29 PM, Mark Thomas wrote: On 20/10/2010 11:50, Keith Masten wrote: I would like to know how to secure a directory listing for read-only access. OK, I'll bite. How is a directory listing anything other

RE: Securing A Directory Listing

2010-10-20 Thread Caldarale, Charles R
> From: Keith Masten [mailto:spmdt...@gmail.com] > Subject: Re: Securing A Directory Listing > I want to password protect the directory, so that consumers > will be required to blogin for viewing of this data. Ok, that makes more sense. Can you post your webapp's WEB-INF/w

Re: Securing A Directory Listing

2010-10-20 Thread Keith Masten
ould like to know how to secure a directory listing for read-only > access. > > OK, I'll bite. How is a directory listing anything other than read-only? > > Mark > > > I have tried many variations in the web.xml using file based realms and > none > > of these

RE: Securing A Directory Listing

2010-10-20 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:ma...@apache.org] > Subject: Re: Securing A Directory Listing > On 20/10/2010 11:50, Keith Masten wrote: > > I would like to know how to secure a directory listing > > for read-only access. > OK, I'll bite. How is a directory listing any

Re: Securing A Directory Listing

2010-10-20 Thread Mark Thomas
On 20/10/2010 11:50, Keith Masten wrote: > I would like to know how to secure a directory listing for read-only access. OK, I'll bite. How is a directory listing anything other than read-only? Mark > I have tried many variations in the web.xml using file based realms and none >

Securing A Directory Listing

2010-10-20 Thread Keith Masten
I would like to know how to secure a directory listing for read-only access. I have tried many variations in the web.xml using file based realms and none of these have worked. I attempted the BASIC and DIGEST method configurations. Any assistance provided would be greatly appreciated. Tomcat

RE: directory listing using context.xml

2010-09-10 Thread Caldarale, Charles R
> From: Leo Donahue - PLANDEVX [mailto:leodona...@mail.maricopa.gov] > Subject: directory listing using context.xml > If you want to create a web app that shows nothing more > than a directory listing, you use the docBase attribute > of context.xml in META-INF for your web app?

directory listing using context.xml

2010-09-10 Thread Leo Donahue - PLANDEVX
I see this question a lot. If you want to create a web app that shows nothing more than a directory listing, you use the docBase attribute of context.xml in META-INF for your web app? You would also need a default servlet and mapping in web.xml that enables directory listing. Is that all

RE: how to do directory listing in tomcat 5.5

2010-03-17 Thread Caldarale, Charles R
> From: Brad Lajoie [mailto:blajoi...@gmail.com] > Subject: Re: how to do directory listing in tomcat 5.5 > > If you opened any of the links you would see exactly what > I mean by how I'm supposed to edit the web.xml What someone is supposed to do and what they actuall

Re: how to do directory listing in tomcat 5.5

2010-03-17 Thread Brad Lajoie
/2010 06:54, Brad Lajoie wrote: > >> I've been trying for so long to get directory listing in Tomcat 5.5 to >> work >> for my website and I still can't get it to work. Magically, at one point >> it >> worked somewhat for directories with jpgs, css, js, etc

Re: how to do directory listing in tomcat 5.5

2010-03-17 Thread Hassan Schroeder
On Tue, Mar 16, 2010 at 11:54 PM, Brad Lajoie wrote: > ... but whenever I do: > > http://localhost:8080/MyWebsite/images > > This doesn't work, and yes there is an images directory in my web root which > in eclipse is MyWebsite/WebContent. So the images directory is in > MyWebsite/WebContent/imag

Re: how to do directory listing in tomcat 5.5

2010-03-17 Thread CBy
On 17-3-2010 8:45, Pid wrote: On 17/03/2010 06:54, Brad Lajoie wrote: I've been trying for so long to get directory listing in Tomcat 5.5 to work for my website and I still can't get it to work. Magically, at one point it worked somewhat for directories with jpgs, css, js, etc file

Re: how to do directory listing in tomcat 5.5

2010-03-17 Thread Pid
On 17/03/2010 06:54, Brad Lajoie wrote: I've been trying for so long to get directory listing in Tomcat 5.5 to work for my website and I still can't get it to work. Magically, at one point it worked somewhat for directories with jpgs, css, js, etc files, but not directories with video

how to do directory listing in tomcat 5.5

2010-03-16 Thread Brad Lajoie
I've been trying for so long to get directory listing in Tomcat 5.5 to work for my website and I still can't get it to work. Magically, at one point it worked somewhat for directories with jpgs, css, js, etc files, but not directories with video files such as mkv, avi, etc. I've fo

Apache2 forward job for directory listing to Tomcat

2006-10-23 Thread Werner Franke
Hi, instead of apache2 make a directory listing the tomcat want to do that and returns The requested resource (/info/) is not available. URL: http://ong.de.lucent.com/info With the URL "http://ong.de.lucent.com/tools"; the dir listing works but also made by Tomcat. I have t

disable directory listing per webapp

2006-09-05 Thread Sunitha Kumar \(sunithak\)
Title: Blank Can directory listing be disabled per webapp using the webapp's WEB-INF/web.xml? Looking at tomcat documentation, they refer to servlet specification. Anybody have examples how this can be done? thnx -sunitha

Re: Configuring Tomcat HTTP server to generate proper links for non-English file names in a Directory Listing

2006-05-31 Thread Martin Gainty
2006 10:56 PM Subject: Re: Configuring Tomcat HTTP server to generate proper links for non-English file names in a Directory Listing > Martin Gainty wrote: >> setting URIEncoding="UTF-8" in server.xml works in Gets but for posts >> Tomcat doesn't use the URIEncoding flag fo

Re: Configuring Tomcat HTTP server to generate proper links for non-English file names in a Directory Listing

2006-05-30 Thread Mark Thomas
Martin Gainty wrote: > setting URIEncoding="UTF-8" in server.xml works in Gets but for posts > Tomcat doesn't use the URIEncoding flag for POSTed form data even when > set So, what does Tomcat use for Post? ISO-8859-1. (i18) ISO-8859-1 may be used for POST but it depends on the circumstances. I c

Re: Configuring Tomcat HTTP server to generate proper links for non-English file names in a Directory Listing

2006-05-30 Thread Ramez Ghazzaoui
-- From: "Mark Thomas" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Tuesday, May 30, 2006 8:41 PM Subject: Re: Configuring Tomcat HTTP server to generate proper links for non-English file names in a Directory Listing Martin Gainty wrote: You will need downloa

Re: Configuring Tomcat HTTP server to generate proper links for non-English file names in a Directory Listing

2006-05-30 Thread Martin Gainty
; To: "Tomcat Users List" Sent: Tuesday, May 30, 2006 8:41 PM Subject: Re: Configuring Tomcat HTTP server to generate proper links for non-English file names in a Directory Listing Martin Gainty wrote: You will need download and configure the i18 International jars (which are optiona

Re: Configuring Tomcat HTTP server to generate proper links for non-English file names in a Directory Listing

2006-05-30 Thread Mark Thomas
Martin Gainty wrote: > You will need download and configure the i18 International jars (which > are optional) to enable multi-language functionality This is not correct. These jars are resource bundles only - they have no impact on this issue. Setting URIEncoding="UTF-8" in the connector is proba

Re: Configuring Tomcat HTTP server to generate proper links for non-English file names in a Directory Listing

2006-05-28 Thread Martin Gainty
. - Original Message - From: "Ramez Ghazzaoui" <[EMAIL PROTECTED]> To: Sent: Sunday, May 28, 2006 8:51 PM Subject: Configuring Tomcat HTTP server to generate proper links for non-English file names in a Directory Listing Hi, I am having problems with Tomcat's Directo

Configuring Tomcat HTTP server to generate proper links for non-English file names in a Directory Listing

2006-05-28 Thread Ramez Ghazzaoui
Hi, I am having problems with Tomcat's Directory Listing when files under that Directory contain non-English characters. I get 404 errors. I've read the Tomcat documentation, FAQ, etc, and searched the web for a solution. There is no mention of this problem anywhere. Here&#

Re: How do I configure Tomcast HTTP server to generate working links for French file names in Tomcat Directory Listing?

2006-05-26 Thread Filip Hanik - Dev Lists
r remotely. For simplicity, let us say I've inserted the following Context in my server.xml: trusted="false" crossContext="true" debug="1" reloadable="true"> When I use IE to browse to that URL, the Directory Listing (

How do I configure Tomcast HTTP server to generate working links for French file names in Tomcat Directory Listing?

2006-05-26 Thread Ramez Ghazzaoui
e" crossContext="true" debug="1" reloadable="true"> When I use IE to browse to that URL, the Directory Listing (produced by Tomcat) displays properly. I can click on any file listed, and if the file's name is all in English characters then it

RE: Directory Listing issue

2006-05-23 Thread Patil, Sheetal
Hi you can set "listing" to false in tomcat's web.xml file -Original Message- From: Prafulla Nawale [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 3:16 PM To: users@tomcat.apache.org Subject: Directory Listing issue Hi, I am using tomcat 4.1. In my web application,

Directory Listing issue

2006-05-23 Thread Prafulla Nawale
Hi, I am using tomcat 4.1. In my web application, there are some downloadable files. All these downloadable files are stored in one directory. And this directory is inside the docBase of the application but outside WEB-INF folder. So when i enter the url of my application and append directory na

RE: Re: Directory listing... what happened ?

2006-04-18 Thread Jonathan Pare
users@tomcat.apache.org> Subject: RE: Re: > Directory listing... what happened ?> Date: Tue, 18 Apr 2006 08:18:49 -0500> > > ask in an ubuntu-related forum for help on permanently disabling your > apache> server, or, connect your apache server to tomcat with mod_jk. > > >

RE: Re: Directory listing... what happened ?

2006-04-18 Thread GB Developer
Message- > From: Jonathan Pare [mailto:[EMAIL PROTECTED] > Sent: Monday, April 17, 2006 5:20 PM > To: Tomcat Users List > Subject: RE: Re: Directory listing... what happened ? > > > That's it ! Thaks a lot ! I changed the tomcat port back to > 8080 and everyt

Re: Directory listing... what happened ?

2006-04-17 Thread Filip Hanik - Dev Lists
Subject: RE: Re: Directory listing... what happened ? Date: Mon, 17 Apr 2006 16:43:33 -0500 buried in your stacktrace: SEVERE: Error initializing endpoint java.net.BindException: Address already in use:80 Combine this with your previous statement "... until I rebooted my computer" Most

RE: Re: Directory listing... what happened ?

2006-04-17 Thread Jonathan Pare
rt 80. Any suggestion ? > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: RE: Re: Directory listing... what happened ? > Date: Mon, 17 Apr 2006 16:43:33 -0500 > > buried in your stacktrace: > > S

RE: Re: Directory listing... what happened ?

2006-04-17 Thread GB Developer
t; To: Tomcat Users List > Subject: RE: Re: Directory listing... what happened ? > > > There are my 2 logs: > > SEVERE: Error initializing endpoint > java.net.BindException: Address already in use:80 > at

RE: Re: Directory listing... what happened ?

2006-04-17 Thread Jonathan Pare
06 5:02:50 PM org.apache.catalina.startup.Catalina start INFO: Server startup in 7924 ms -- > Date: Mon, 17 Apr 2006 15:07:27 -0400 > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: Re: Directory

Re: Directory listing... what happened ?

2006-04-17 Thread David Smith
TECTED]> To: users@tomcat.apache.org> Subject: Re: Directory listing... what happened ?> > who listens to port 80? Apache? if so, consult your apache docs.> > if Tomcat listens to port 80, then the webapps/ROOT/ is your root > application "/"> > Filip> > [EMAIL

RE: Re: Directory listing... what happened ?

2006-04-17 Thread Jonathan Pare
Thanks for the reply, I changed the port to 80: File: usr/local/tomcat/conf/server.xml Changed this: Date: Mon, 17 Apr 2006 13:56:41 -0500> From: [EMAIL PROTECTED]> To: > users@tomcat.apache.org> Subject: Re: Directory listing... what happened ?> > > tomcat by default

Re: Directory listing... what happened ?

2006-04-17 Thread Filip Hanik - Dev Lists
in the webapps/ROOT/index.jsp is not showing when I go to http://localhost/ ? And why do I have a file not found when I go to http://localhost/index.jsp ? (and the file exists !) Date: Mon, 17 Apr 2006 13:43:03 -0500> From: [EMAIL PROTECTED]> To: users@tomcat.apache.org> Subjec

RE: Re: Directory listing... what happened ?

2006-04-17 Thread Jonathan Pare
jsp ? (and the file exists !) > Date: Mon, 17 Apr 2006 13:43:03 -0500> From: [EMAIL PROTECTED]> To: > users@tomcat.apache.org> Subject: Re: Directory listing... what happened ?> > > who listens to port 80? Apache? if so, consult your apache docs.> > if Tomcat > li

Re: Directory listing... what happened ?

2006-04-17 Thread Filip Hanik - Dev Lists
l I rebooted my computer. Now when I go to http://localhost/ I get a directory listing of "Index of/" with those 2 entries: [DIR] Parent Directory 15-Apr-2006 15:22 - [DIR] apache2-default/ 15-Apr-2006 15:22 - instead of my webpage that I previously had. If I click on a

Directory listing... what happened ?

2006-04-17 Thread jonathan . pare
Hi, I'm running Ubuntu 5.10. I installed Tomcat 5.5.16. My webserver was going fine until I rebooted my computer. Now when I go to http://localhost/ I get a directory listing of "Index of/" with those 2 entries: [DIR] Parent Directory 15-Apr-2006 15:22 - [DIR]

RE: How can directory listing be turned off for a certain webapp?

2006-01-06 Thread Edward He
other pages by using that index.html. Edward 2006-1-7 > -Original Message- > From: Kumar, Sunitha [mailto:[EMAIL PROTECTED] > Sent: Saturday, January 07, 2006 5:05 AM > To: Tomcat Users List > Subject: RE: How can directory listing be turned off for a certain webapp? > >

RE: How can directory listing be turned off for a certain webapp?

2006-01-06 Thread Caldarale, Charles R
> From: Kumar, Sunitha [mailto:[EMAIL PROTECTED] > Subject: RE: How can directory listing be turned off for a > certain webapp? > > So, the question was: > If I have a directory, under a webapp, how can I restrict > file listings in that directory, You probably sho

RE: How can directory listing be turned off for a certain webapp?

2006-01-06 Thread Kumar, Sunitha
:[EMAIL PROTECTED] Sent: Friday, January 06, 2006 1:00 PM To: Tomcat Users List Subject: RE: How can directory listing be turned off for a certain webapp? > From: Kumar, Sunitha [mailto:[EMAIL PROTECTED] > Subject: How can directory listing be turned off for a certain webapp? > > I t

RE: How can directory listing be turned off for a certain webapp?

2006-01-06 Thread Caldarale, Charles R
> From: Kumar, Sunitha [mailto:[EMAIL PROTECTED] > Subject: How can directory listing be turned off for a certain webapp? > > I tried setting listings as false. That would then, give a 404 , > whenever, that webapp is accessed; which is not what is desired. Any > other options?

How can directory listing be turned off for a certain webapp?

2006-01-06 Thread Kumar, Sunitha
I tried setting listings as false. That would then, give a 404 , whenever, that webapp is accessed; which is not what is desired. Any other options? thanks, -sunitha

Re: Directory listing in Tomcat 5.5.14.

2006-01-03 Thread Tim Funk
Directory listings are disabled by default. This is because there is a speed issue with tomcat trying to list very large directories. This could cause a DOS attack for those in a default configuration and having a directory with a LOT of files in it. See the FAQ for how to enable/disable directo

Directory listing in Tomcat 5.5.14.

2006-01-03 Thread anunay.ashish
Dear All, I am able to see the directory listings in Tomcat 4.1.30, but not in Tomcat 5.5.14, if there are no welcome files . Why is it so? Thanks in advance. Regards, Ashish A. The information contained in this electronic message and any attachments to this message are intended for the e