Re: Stopping users from getting a directory listing

2005-10-02 Thread Graham Reeds
Caldarale, Charles R wrote: From: news [mailto:[EMAIL PROTECTED] On Behalf Of Graham Reeds Subject: Stopping users from getting a directory listing What is the setting in the web.xml for stopping users from getting a directory listing? I'm pretty sure I've seen it somewhere before but I

RE: Re: Stopping users from getting a directory listing

2005-10-02 Thread Caldarale, Charles R
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Graham Reeds Subject: Re: Stopping users from getting a directory listing I tried copying the default servlet definitions and when that failed, the proceeding filters, to the application specific web.xml but that causes an exception

Stopping users from getting a directory listing

2005-10-01 Thread Graham Reeds
What is the setting in the web.xml for stopping users from getting a directory listing? I'm pretty sure I've seen it somewhere before but I can't for the life of me find where. Thanks, Graham Reeds. - To unsubscribe, e-mail

RE: Stopping users from getting a directory listing

2005-10-01 Thread Caldarale, Charles R
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Graham Reeds Subject: Stopping users from getting a directory listing What is the setting in the web.xml for stopping users from getting a directory listing? I'm pretty sure I've seen it somewhere before but I can't for the life of me

Newbie question. /manager only gives the directory listing

2005-09-18 Thread tomcat
. But it doesn't work. When I try to go to /manager all I get from Tomcat is the directory listing of the manager-folder. I know this request is handled by Tomcat, because I have the required JKMount's in the Apache httpd.conf file, and at the bottom of the directory listing it says Apache Tomcat

Re: Newbie question. /manager only gives the directory listing

2005-09-18 Thread Peter Johnson
myself wanting to use the manager webapp for the first time. But it doesn't work. When I try to go to /manager all I get from Tomcat is the directory listing of the manager-folder. I know this request is handled by Tomcat, because I have the required JKMount's in the Apache httpd.conf file

Re: Newbie question. /manager only gives the directory listing

2005-09-18 Thread tomcat
to configuring it. Tomcat has been working great, together with Apache 2, for several months now. But now, I find myself wanting to use the manager webapp for the first time. But it doesn't work. When I try to go to /manager all I get from Tomcat is the directory listing of the manager-folder. I know

Re: suppress directory listing

2005-08-15 Thread Paul Singleton
Many thanks to Tim, Arup, Stephen and Aaron for three different solutions (per-directory, per-application and per-Tomcat), *all* of which I reckon oughta be in the FAQ :) cheers Paul Singleton My JSP app has a /images folder and Tomcat 5.5.9 happily serves up a directory listing of this: how

Directory Listing in JSP using Tomcat 5.0.28

2005-08-07 Thread Rakesh Kumar
Dear Users, I am using Tomcat 5.0.28. For a web application called testweb, I have made DirectoryListing true so that I can view the directory contents (of root directory) of this webapp. I am able to see the Directory Listing for testweb accessing URL http://www.myappl.testweb My qustion

Directory Listing using JSP

2005-08-05 Thread Rakesh Kumar
Dear Users, I am using Tomcat 5.0.28. For a web application called testweb, I have made DirectoryListing true so that I can view the directory contents of this webapp. I am able to see the Directory Listing for testweb. My qustion is : how to achieve the same in JSP ? Is there any method to do

suppress directory listing

2005-08-04 Thread Paul Singleton
My JSP app has a /images folder and Tomcat 5.5.9 happily serves up a directory listing of this: how can I suppress this? Paul Singleton -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.338 / Virus Database: 267.10.0/63 - Release Date: 3/Aug/2005

Re: suppress directory listing

2005-08-04 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/misc.html#listing -Tim Paul Singleton wrote: My JSP app has a /images folder and Tomcat 5.5.9 happily serves up a directory listing of this: how can I suppress this? Paul Singleton

RE: suppress directory listing

2005-08-04 Thread Arup Vidyerthy
: Paul Singleton [mailto:[EMAIL PROTECTED] Sent: 04 August 2005 17:00 To: Tomcat Users List Subject: suppress directory listing My JSP app has a /images folder and Tomcat 5.5.9 happily serves up a directory listing of this: how can I suppress this? Paul Singleton -- No virus found in this outgoing

Re: suppress directory listing

2005-08-04 Thread Stephen Caine
Paul, My JSP app has a /images folder and Tomcat 5.5.9 happily serves up a directory listing of this: how can I suppress this? Just add a filed named, index.html, to the directory. You can put whatever you want in the file. I often put, Access Prohibited or some such thing. Stephen

RE: suppress directory listing

2005-08-04 Thread Aaron Loucks
614.456.3492 -Original Message- From: Stephen Caine [mailto:[EMAIL PROTECTED] Sent: Thursday, August 04, 2005 12:33 PM To: Tomcat Users List Subject: Re: suppress directory listing Paul, My JSP app has a /images folder and Tomcat 5.5.9 happily serves up a directory listing of this: how can I

deny directory listing in tomcat

2005-07-05 Thread vishwam
hi, iam using tomcat5.0, I have developed a web application on my server and I want to deny directory listing in tomcat so that if any one types even http://localhost:8080 it should deny the listings. I tried by changing in web.xml listings falselistings tag, but by this method I can prevent

Re: deny directory listing in tomcat

2005-07-05 Thread Antony Paul
On 7/5/05, vishwam [EMAIL PROTECTED] wrote: hi, iam using tomcat5.0, I have developed a web application on my server and I want to deny directory listing in tomcat so that if any one types even http://localhost:8080 it should deny the listings. I tried by changing in web.xml listings

RE: deny directory listing in tomcat

2005-07-05 Thread Raghupathy,Gurumoorthy
-on-startup /servlet Listing : false Regards Guru -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: 05 July 2005 11:55 To: Tomcat Users List Subject: Re: deny directory listing in tomcat On 7/5/05, vishwam [EMAIL PROTECTED] wrote: hi, iam using tomcat5.0, I

Re: Deny directory listing in Tomcat 4.1.x

2005-05-18 Thread Gurumoorthy
@jakarta.apache.org Sent: Tuesday, May 17, 2005 7:28 PM Subject: Deny directory listing in Tomcat 4.1.x Hi, I need to deny the access to my web app's directory listing in Tomcat 4.1.x. How do I do that? TIA, Gabriel

Deny directory listing in Tomcat 4.1.x

2005-05-17 Thread Gabriel Belingueres
Hi, I need to deny the access to my web app's directory listing in Tomcat 4.1.x. How do I do that? TIA, Gabriel

RE: Deny directory listing in Tomcat 4.1.x

2005-05-17 Thread Robert Harper
is accepted by IAT for any loss or damage in the event that such a virus or defect exists.   -Original Message- From: Gabriel Belingueres [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 17, 2005 12:29 PM To: tomcat-user@jakarta.apache.org Subject: Deny directory listing in Tomcat 4.1.x Hi

Re: Deny directory listing in Tomcat 4.1.x

2005-05-17 Thread Lutz Zetzsche
Hi Gabriel, Am Dienstag, 17. Mai 2005 20:28 schrieb Gabriel Belingueres: Hi, I need to deny the access to my web app's directory listing in Tomcat 4.1.x. How do I do that? TIA, Gabriel I don't have running Tomcat 4.1 here to have a look at the web.xml but in Tomcat 5+, you can add

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
-Original Message- From: dummy [mailto:[EMAIL PROTECTED] Sent: 15 April 2005 05:00 To: Tomcat (E-mail) Subject: Directory listing How can I disable both the apache and tomcat 5.5 from displaying the directory of my web application

Directory listing

2005-04-14 Thread dummy
How can I disable both the apache and tomcat 5.5 from displaying the directory of my web application ?

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: How to disable directory listing

2005-01-11 Thread Garret Wilson
classloader. Garret Phillip Qin wrote: Do it in your app's web.xml -Original Message- From: Lee Chin Khiong [mailto:[EMAIL PROTECTED] Sent: November 24, 2004 1:29 AM To: 'Tomcat Users List' Subject: RE: How to disable directory listing Is there any better way to configure Tomcat 5

Re: How to disable directory listing

2005-01-11 Thread Dan Barron
-Original Message- From: Lee Chin Khiong [mailto:[EMAIL PROTECTED] Sent: November 24, 2004 1:29 AM To: 'Tomcat Users List' Subject: RE: How to disable directory listing Is there any better way to configure Tomcat 5 to no Directory listing just like IIS ? -Original Message- From

Re: How to disable directory listing

2005-01-11 Thread Ben Souther
-Original Message- From: Lee Chin Khiong [mailto:[EMAIL PROTECTED] Sent: November 24, 2004 1:29 AM To: 'Tomcat Users List' Subject: RE: How to disable directory listing Is there any better way to configure Tomcat 5 to no Directory listing just like IIS ? -Original

Re: How to disable directory listing

2004-11-24 Thread Tim Funk
FAQ! http://jakarta.apache.org/tomcat/faq/misc.html#listing -Tim Lee Chin Khiong wrote: How to disable directory listing under Tomcat 5 ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: How to disable directory listing

2004-11-24 Thread Phillip Qin
Do it in your app's web.xml -Original Message- From: Lee Chin Khiong [mailto:[EMAIL PROTECTED] Sent: November 24, 2004 1:29 AM To: 'Tomcat Users List' Subject: RE: How to disable directory listing Is there any better way to configure Tomcat 5 to no Directory listing just like IIS

How to disable directory listing

2004-11-23 Thread Lee Chin Khiong
How to disable directory listing under Tomcat 5 ?

Re: How to disable directory listing

2004-11-23 Thread Quinton Delpeche
On Wednesday 24 November 2004 08:09, Lee Chin Khiong wrote: How to disable directory listing under Tomcat 5 ? I use a blank index.html file and put it in all the directories that I don't want to have listed. :) Q -- Quinton Delpeche Internal Systems Developer Softline VIP Telephone: +27 12

How to disable directory listing ???

2004-11-23 Thread Lee Chin Khiong
How to disable directory listing under Tomcat 5 or Apache 2 ???

RE: How to disable directory listing

2004-11-23 Thread Lee Chin Khiong
Is there any better way to configure Tomcat 5 to no Directory listing just like IIS ? -Original Message- From: Quinton Delpeche [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 2:19 PM To: [EMAIL PROTECTED] Subject: Re: How to disable directory listing On Wednesday 24

RE: How to disable directory listing

2004-11-23 Thread Carl Olivier
[mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 8:29 AM To: 'Tomcat Users List' Subject: RE: How to disable directory listing Is there any better way to configure Tomcat 5 to no Directory listing just like IIS ? -Original Message- From: Quinton Delpeche [mailto:[EMAIL PROTECTED

RE: How to disable directory listing

2004-11-23 Thread Lee Chin Khiong
Thanks. But what about certain directory ? -Original Message- From: Carl Olivier [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 24, 2004 3:00 PM To: Tomcat Users List Subject: RE: How to disable directory listing Yes there is. In the $CATALINA_HOME/conf/web.xml Change the init

Disable Directory listing

2004-05-07 Thread Brett Simpson
How can I disable Directory listing in Tomcat? Thanks, Brett - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Disable Directory listing

2004-05-07 Thread Scott Stewart
] [EMAIL PROTECTED] ClearSky Mobile Media, Inc. 56 E. Pine Street Suite 200 Orlando, FL 32801 USA -Original Message- From: Brett Simpson [mailto:[EMAIL PROTECTED] Sent: Friday, May 07, 2004 6:43 AM To: [EMAIL PROTECTED] Subject: Disable Directory listing How can I disable Directory

Re: Disable Directory listing

2004-05-07 Thread Brett Simpson
Never mind. I figured it out. [EMAIL PROTECTED] 5/7/2004 7:42:32 AM How can I disable Directory listing in Tomcat? Thanks, Brett - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Disable Directory Listing for Specific Apps.

2004-02-20 Thread Ben Souther
That would do except that we are allowing customers to create directories and have no guarantee that the welcome file will exist there. It would be nice if we could disable directory listing for the entire app from within the war file. We have no guarantee that they won't be using the same

Re: Disable Directory Listing for Specific Apps.

2004-02-20 Thread Tim Funk
are allowing customers to create directories and have no guarantee that the welcome file will exist there. It would be nice if we could disable directory listing for the entire app from within the war file. We have no guarantee that they won't be using the same instance of Tomcat for other

Re: Disable Directory Listing for Specific Apps.

2004-02-20 Thread Jerry Ford
no guarantee that the welcome file will exist there. It would be nice if we could disable directory listing for the entire app from within the war file. We have no guarantee that they won't be using the same instance of Tomcat for other apps and we are hoping to avoid walking customers through

Re: Disable Directory Listing for Specific Apps.

2004-02-20 Thread Ben Souther
url-pattern//url-pattern /servlet-mapping -Tim Ben Souther wrote: That would do except that we are allowing customers to create directories and have no guarantee that the welcome file will exist there. It would be nice if we could disable directory listing

RE: Disable Directory Listing for Specific Apps.

2004-02-20 Thread Bodycombe, Andrew
, instead of relying on the setting in the default web.xml. -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: 20 February 2004 16:36 To: Tomcat Users List Subject: Re: Disable Directory Listing for Specific Apps. That would do except that we are allowing customers to create

Disable Directory Listing for Specific Apps.

2004-02-19 Thread Ben Souther
Is it possible to disable directory listings for a specific web app as opposed to editing the global web.xml file in TOMCAT_HOME/conf/web.xml? We would like to ship our app as a war file and don't want require that our customers make global changes to Tomcat for it to behave properly.

Re: Disable Directory Listing for Specific Apps.

2004-02-19 Thread Parsons Technical Services
If I understand the notes correctly, if you simply include a welcome file then TC will not serve up the directory listing. This is also how my setup acts. It will not show the directory for my app which has an index file. And the global web.xml is untouched. See the notes in the global web.xml

Disable Directory Listing

2003-11-26 Thread Yuval Zantkeren
HI, How do I disable that in the Tomcat 4.1.27 that if someone write only the directory like 127.0.0.1/servlet with no file name after and he gets Directory Listing of all the directory. Regards, Yuval Zantkeren This email message and any attachments hereto are intended only for use

Re: Disable Directory Listing

2003-11-26 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/misc.html#listing Yuval Zantkeren wrote: HI, How do I disable that in the Tomcat 4.1.27 that if someone write only the directory like 127.0.0.1/servlet with no file name after and he gets Directory Listing of all the directory

RE: Disable Directory Listing

2003-11-26 Thread Yuval Zantkeren
at the telephone number or email address appearing above. Thank you -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 2:33 PM To: Tomcat Users List Subject: Re: Disable Directory Listing http://jakarta.apache.org/tomcat/faq/misc.html#listing Yuval

Re: Disable Directory Listing

2003-11-26 Thread Tim Funk
Users List Subject: Re: Disable Directory Listing http://jakarta.apache.org/tomcat/faq/misc.html#listing Yuval Zantkeren wrote: HI, How do I disable that in the Tomcat 4.1.27 that if someone write only the directory like 127.0.0.1/servlet with no file name after and he gets Directory Listing

RE: Disable Directory Listing

2003-11-26 Thread Yuval Zantkeren
Subject: Re: Disable Directory Listing Only $CATALINA_HOME/conf/web.xml needs changed. (Make sure browser cache is cleared) -Tim Yuval Zantkeren wrote: Its not working do i need to change it in each web.xml under each directory or just in the conf/web.xml? Regards, Yuval Zantkeren

Re: Disable Directory Listing

2003-11-26 Thread Tim Funk
You need to restart tomcat for the property to take effect. Yuval Zantkeren wrote: I wrote false in the listing but it still giving the listing, any idea? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: HTTP 404 response for directory listing

2003-11-25 Thread Atreya Basu
Developer, Greenfield Research Inc. e-mail: atreya (at) greenfieldresearch (dot) ca -Original Message- From: Atreya Basu [mailto:[EMAIL PROTECTED] Sent: November 24, 2003 2:39 PM To: 'Tomcat Users List' Subject: RE: HTTP 404 response for directory listing I am able to load JSPs and Servlets

Re: HTTP 404 response for directory listing

2003-11-24 Thread Christopher Schultz
Atreya, In terms of URI directives that is the only one. I don't have a specific directive in httpd.conf to include workers2.properties, that file gets loaded automatically when I load the jk2 module. Also I don't have any JkMount directives in my httpd.conf file. Hmmm... this is very strange.

RE: HTTP 404 response for directory listing

2003-11-24 Thread Jared Priddy
for directory listing Atreya, In terms of URI directives that is the only one. I don't have a specific directive in httpd.conf to include workers2.properties, that file gets loaded automatically when I load the jk2 module. Also I don't have any JkMount directives in my httpd.conf file. Hmmm

RE: HTTP 404 response for directory listing

2003-11-24 Thread Atreya Basu
To: 'Tomcat Users List' Subject: RE: HTTP 404 response for directory listing When you have the LoadModule... statement in httpd.conf, are you able to load .jsp pages, or do they fail as well? -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Monday, November 24, 2003

HTTP 404 response for directory listing

2003-11-23 Thread Atreya Basu
Hi, I've been tackling this problem since September, I'm hoping someone can shed some light here. I want a directory listing of my files e.g; http://www.somesite.com/directory/ --outputs a dir listing. I am using mod_jk2 with Apache 2.0.4x. If I comment out the LoadModule mod_jk2 I can get

Re: HTTP 404 response for directory listing

2003-11-23 Thread Christopher Schultz
Atreya, I want a directory listing of my files. I am using mod_jk2 with Apache 2.0.4x. If I comment out the LoadModule mod_jk2 I can get a directory listing. But if not, I get a 404 error in Apache and then I get a 404 error page generated by Tomcat. It looks like Tomcat is handling

Re: HTTP 404 response for directory listing

2003-11-23 Thread Atreya Basu
listing of my files. I am using mod_jk2 with Apache 2.0.4x. If I comment out the LoadModule mod_jk2 I can get a directory listing. But if not, I get a 404 error in Apache and then I get a 404 error page generated by Tomcat. It looks like Tomcat is handling the request for the directory

Re: HTTP 404 response for directory listing

2003-11-23 Thread Christopher Schultz
Atreya, That's the weird part. My workers2.properties uri directive is just for .jsps. It is as follows: [uri:www.mysite.com/*.jsp] group=ajp13:/usr/local/apache2/logs/jk2.socket So I'm not sure why directory requests get forwarded to Tomcat. Hmmm.. that *is* odd. And you say that if you

Re: HTTP 404 response for directory listing

2003-11-23 Thread Atreya Basu
Hi, In terms of URI directives that is the only one. I don't have a specific directive in httpd.conf to include workers2.properties, that file gets loaded automatically when I load the jk2 module. Also I don't have any JkMount directives in my httpd.conf file. I wonder if anyone is able to

Directory Listing

2003-09-26 Thread Scott Purcell
Hello, I am running Tomcat 4.0.6 on Win 2000, and I have three web apps running. I would like to turn off directory listing, but cannot figure out how. I have searched google, but have came up empty. Could someone please let me know how to turn 'directory listing' off. [eg http://site/webapp

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

Directory Listing problem Apache-Tomcat

2003-08-25 Thread Atreya Basu
Hello, I'm having a problem getting a directory listing using Apache and Tomcat. I have a directory that I want to display the contents of using Apache. However, when I access the directory (http://myhost.com/dir/) I get a 404 error from Tomcat. In my workers2.properties file I have the uri

Prevent Tomcat from displaying directory listing.

2003-07-16 Thread Philip Baruc
I'm using tomcat 4.1 with the CoyoteConnector as the http server. How do i configure tomcat so that tomcat does NOT display the contents of a directory when that directory is missing a welcome page. i.e. (index.html, index.jsp)? Are there settings in the web.xml or server.xml that i can set?

RE: Prevent Tomcat from displaying directory listing.

2003-07-16 Thread Abid Ali Teepo
Go to the conf/web.xml and set listings=false for the default servlet Abid -Original Message- From: Philip Baruc [mailto:[EMAIL PROTECTED] Sent: 16. juli 2003 00:28 To: [EMAIL PROTECTED] Subject: Prevent Tomcat from displaying directory listing. I'm using tomcat 4.1

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

Directory Listing in Tomcat 4.1.24

2003-06-12 Thread Philipp Gasser
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 the directory and file order (the youngest on top of the list, etc)? thanks in

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: Newbie Q:How to prevent Directory listing in Tomcat?

2003-06-10 Thread Phillip Qin
In Tomcat's web.xml, under defaultServlet, change listings to false. It will disable listings for all of the webapps. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: June 8, 2003 7:02 PM To: [EMAIL PROTECTED] Subject: Newbie Q:How to prevent Directory listing

RE: Newbie Q:How to prevent Directory listing in Tomcat?

2003-06-09 Thread David Legg
. David Legg -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 09 June 2003 00:02 To: [EMAIL PROTECTED] Subject: Newbie Q:How to prevent Directory listing in Tomcat? How can I prevent a client from listing the contents of my web appl. directories without having

RE: Newbie Q:How to prevent Directory listing in Tomcat?

2003-06-09 Thread Phillip Qin
Users List' Subject: RE: Newbie Q:How to prevent Directory listing in Tomcat? Hi Bob, In version 4.x Tomcat look for the file TOMCAT_HOME/conf/web.xml This file sets all the default web application settings. Look for the tag sequence: - param-namelistings/param-name And change the param-value

Newbie Q:How to prevent Directory listing in Tomcat?

2003-06-08 Thread ThePrahs
How can I prevent a client from listing the contents of my web appl. directories without having to put an 'index.html' in the base of each directory? Thanks. Bob. P.s.: I can find any solution(s) in the Tomcat-user archive:

Re: Newbie Q:How to prevent Directory listing in Tomcat?

2003-06-08 Thread Tim Funk
http://tomcatfaq.sourceforge.net/configure.html -Tim [EMAIL PROTECTED] wrote: How can I prevent a client from listing the contents of my web appl. directories without having to put an 'index.html' in the base of each directory? Thanks. Bob. P.s.: I can find any solution(s) in the

mod_jk2, directory listing managed by Tomcat, not Apache

2003-05-31 Thread Michenaud Laurent
Hi, I've got a little problem with mod_jk2. In my configuration, all jsp and servlets are redirected to Tomcat. All html, css... pages are managed by Apache. But when i request www.mysite.com/, the directory listing is printed by Tomcat and it should be done by Apache. I don't why... My uri

Deployment trouble: Directory Listing For /

2003-04-01 Thread Philip S. Wachtel
is that although I can see that my servlet is deployed, I can't make the mapping work. I know the servelt is deployed because debugging information in the init() method is showing up in the logs. When I go to the url: http://myserver.com:8080/news?rdfFileName=healthcare I just get: Directory Listing

RE: Deployment trouble: Directory Listing For /

2003-04-01 Thread Alberto A C A S Magalhães
[mailto:[EMAIL PROTECTED] Sent: terça-feira, 1 de Abril de 2003 17:29 To: Tomcat Users List Subject: Deployment trouble: Directory Listing For / Hi there, I just joined the list, so if this question has been asked recently, please forgive me. I'm using Tomcat 4.1 on Redhat 7.3. I know

RE: Deployment trouble: Directory Listing For /

2003-04-01 Thread Shapira, Yoav
To: Tomcat Users List Subject: Deployment trouble: Directory Listing For / Hi there, I just joined the list, so if this question has been asked recently, please forgive me. I'm using Tomcat 4.1 on Redhat 7.3. I know that the server is working as the admin application seems to work, although

Re: Deployment trouble: Directory Listing For /

2003-04-01 Thread Philip S. Wachtel
? Thanks! Philip - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 11:40 AM Subject: RE: Deployment trouble: Directory Listing For / Howdy, Is the web.xml you quoted in the ROOT context or in your own context

RE: Deployment trouble: Directory Listing For /

2003-04-01 Thread Shapira, Yoav
trouble: Directory Listing For / Hi there, Thanks for your help. In the main server.xml file, I have only: Context path= docBase=ROOT debug=0/ as a context. I have a directory: /var/tomcat4/webapps that contains news.xml This file contains: __ Context path=/news docBase

Re: Deployment trouble: Directory Listing For /

2003-04-01 Thread Philip S. Wachtel
Oh, man -- that was it! Bless you. Philip - Original Message - From: Shapira, Yoav [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, April 01, 2003 12:02 PM Subject: RE: Deployment trouble: Directory Listing For / Howdy, Yes, that answers my question very well

Header and Footer in directory listing .....

2003-03-21 Thread graghupathy
Hi, Can anyone let me know how to change the look and feel of directories listing in tomcat . ( I am using windows ) Regards Guru Gurumoorthy Raghupathy Aegon Benefit Solution Email : [EMAIL PROTECTED] Phone : 0044 20

Re: Header and Footer in directory listing .....

2003-03-21 Thread Tim Funk
AFAIK - there is no way. But if you are using apache in front of tomcat - there are some ways to decorate directory listings. I don't know the details, but I think its in the apache docs. -Tim [EMAIL PROTECTED] wrote: Hi, Can anyone let me know how to change the look and feel of directories

Header and footer in directory listing ....

2003-03-13 Thread graghupathy
Hi, How can I add header and footer to my application whole application ??? I search the archive but could not find one Thanks Guru - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: Header and footer in directory listing ....

2003-03-13 Thread graghupathy
Any update on this please -Original Message- From: Gurumoorthy Raghupathy Sent: 13 March 2003 16:37 To: '[EMAIL PROTECTED]' Subject: Header and footer in directory listing Hi, How can I add header and footer to my application whole application

RE: Header and footer in directory listing ....

2003-03-13 Thread Shapira, Yoav
every servlet use this class. Yoav Shapira Millennium ChemInformatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 1:31 PM To: [EMAIL PROTECTED] Subject: RE: Header and footer in directory listing Any update on this please

Re: Header and footer in directory listing ....

2003-03-13 Thread Cees van de Griend
. Yoav Shapira Millennium ChemInformatics Regards, Cees. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 1:31 PM To: [EMAIL PROTECTED] Subject: RE: Header and footer in directory listing Any update on this please

RE: Header and footer in directory listing ....

2003-03-13 Thread Shapira, Yoav
Howdy, Tomcat doesn't have a facility to do this. You have to do it yourself, e.g. by having a simple class in your application that just gives the header HTML and footer HTML as Strings, and then having every servlet use this class. It does. He can use filters to rewrite the responses,

Re: Header and footer in directory listing ....

2003-03-13 Thread Cees van de Griend
On Thursday 13 March 2003 21:11, Shapira, Yoav wrote: Tomcat doesn't have a facility to do this. You have to do it yourself, e.g. by having a simple class in your application that just gives the header HTML and footer HTML as Strings, and then having every servlet use this class. It does.

RE: Header and footer in directory listing ....

2003-03-13 Thread Jacob Kjome
PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 1:31 PM To: [EMAIL PROTECTED] Subject: RE: Header and footer in directory listing Any update on this please -Original Message- From:Gurumoorthy Raghupathy Sent:13 March 2003 16:37 To: '[EMAIL

RE: Header and footer in directory listing ....

2003-03-13 Thread Shapira, Yoav
not tomcat-specific and they do require a bit of work. Yoav Shapira Millennium ChemInformatics -Original Message- From: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 3:56 PM To: Tomcat Users List Subject: RE: Header and footer in directory listing Hi Yoav, What

RE: how can I disable directory listing at client side

2003-02-27 Thread Kwong Chong
:[EMAIL PROTECTED] Sent: Thursday, 27 February 2003 9:50 To: 'Tomcat Users List' Subject: RE: how can I disable directory listing at client side The listing maybe coming from tomcat itself. Make sure you disable tomcat directory listing as well. -Original Message- From: Kwong Chong

RE: how can I disable directory listing at client side

2003-02-26 Thread Tam, Michael
The listing maybe coming from tomcat itself. Make sure you disable tomcat directory listing as well. -Original Message- From: Kwong Chong [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 2:31 PM To: [EMAIL PROTECTED] Subject: RE: how can I disable directory listing at client

  1   2   3   >