Re: search to don t list

2003-11-21 Thread Adam Hardy
On 11/20/2003 03:20 PM eric perso wrote:
i search to don 't see a directory.
exemple : i ve a dir /images in my webapp
how to don't see: http://www.toto.com/images
but i cant use the images into this directory on another pages
Hi Eric
I don't understand exactly what you are trying to do. Are you trying to 
prevent a directory listing for the images directory?

I know that you can set a welcome-file in your web.xml and that will 
block the directory listing for the home directory. Right now I just 
realised I don't know know the setting to prevent all directory 
listings. Perhaps someone else can jump in?

Adam
--
struts 1.1 + tomcat 5.0.12 + java 1.4.2
Linux 2.4.20 RH9
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE : search to don t list

2003-11-21 Thread eric perso
Thanks but see the topic not see the directory
bye

 -Original Message-
 From: Adam Hardy [mailto:[EMAIL PROTECTED] 
 Sent: Friday, November 21, 2003 10:56 AM
 To: Tomcat Users List
 Subject: Re: search to don t list
 
 
 On 11/20/2003 03:20 PM eric perso wrote:
  i search to don 't see a directory.
  exemple : i ve a dir /images in my webapp
  how to don't see: http://www.toto.com/images
  but i cant use the images into this directory on another pages
 
 Hi Eric
 I don't understand exactly what you are trying to do. Are you 
 trying to 
 prevent a directory listing for the images directory?
 
 I know that you can set a welcome-file in your web.xml and that will 
 block the directory listing for the home directory. Right now I just 
 realised I don't know know the setting to prevent all directory 
 listings. Perhaps someone else can jump in?
 
 Adam
 -- 
 struts 1.1 + tomcat 5.0.12 + java 1.4.2
 Linux 2.4.20 RH9
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: RE : search to don t list

2003-11-21 Thread Adam Hardy
On 11/21/2003 11:01 AM eric perso wrote:
Thanks but see the topic not see the directory
bye
Yes, I just saw the other thread  the solution. Glad you got a 
solution. BTW if you keep your postings threaded, then I would have seen 
that someone answered you. It's the general way most people work, when 
their email reader shows the threads.
Thanks
Adam

--
struts 1.1 + tomcat 5.0.12 + java 1.4.2
Linux 2.4.20 RH9
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


search to don t list

2003-11-20 Thread eric perso
Hi,
 
i search to don 't see a directory.
exemple : i ve a dir /images in my webapp
how to don't see: http://www.toto.com/images
but i cant use the images into this directory on another pages
 
thanks