> 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.
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
> 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
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
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. > >
>
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
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
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
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
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
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
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
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
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
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
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
16 matches
Mail list logo