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 in conf/web.xml.

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 create the > listing

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? You don't need a

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, there are some

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
Jonathan Pare [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 4:18 PM 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 org.apache.tomcat

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
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 PROTECTED] wrote: Hi, I'm running Ubuntu 5.10. I installed Tomcat 5.5.16. My webserver was going fine until I rebooted my computer

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