Re: Directory listing

2011-07-12 Thread Jesse Farinacci
Greetings, On Tue, Jul 12, 2011 at 8:27 AM, David kerber dcker...@verizon.net 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

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 listings element for the DefaultServlet config in

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 GB Developer
: 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 everything went back to normal. But then I remembered why I

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

2006-04-18 Thread Jonathan Pare
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. If you're unsure of how to do the first, you probably

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: Re: Directory listing... what happened ?

2006-04-17 Thread Jonathan Pare
? (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 listens to port 80, then the webapps/ROOT/ is your root

Re: Directory listing... what happened ?

2006-04-17 Thread Filip Hanik - Dev Lists
/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 Subject: Re: Directory listing... what

Re: Directory listing... what happened ?

2006-04-17 Thread David Smith
@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 PROTECTED] wrote: Hi, I'm running Ubuntu 5.10. I installed Tomcat 5.5.16

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

2006-04-17 Thread Jonathan Pare
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 listing... what happened

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

2006-04-17 Thread GB Developer
apache message from apache. Even though you didn't install apache, it's part of your ubuntu setup and it restarts with your box. -Original Message- From: Jonathan Pare [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 4:18 PM To: Tomcat Users List Subject: RE: Re: Directory

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

2006-04-17 Thread Jonathan Pare
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: SEVERE: Error initializing endpoint java.net.BindException

Re: Directory listing... what happened ?

2006-04-17 Thread Filip Hanik - Dev Lists
, 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.util.net.PoolTcpEndpoint.initEndpoint(PoolTc