Re: webapp icons, disabling directory listings, and error-page tags in web.xml

2001-03-02 Thread Craig R. McClanahan
Fernando Padilla wrote: OK. I apologize, i must have a 3.1. So how could we get this behavior with 4.x? By "this behavior", do you mean turning off directory listings? Go to the "conf/web.xml" file, and look for the servlet element for the "default" servlet. You will see an initialization

Re: webapp icons, disabling directory listings, and error-page tags in web.xml

2001-02-27 Thread Chris Haynes
vlet or JSP traps. Can't help with the rest. Chris Evesham England - Original Message - From: "Stefn F. Stefnsson" [EMAIL PROTECTED] To: "Tomcat-User" [EMAIL PROTECTED] Cc: "JSP-Interest" [EMAIL PROTECTED] Sent: Tuesday, February 27, 2001 12:40 PM Subject: web

RE: webapp icons, disabling directory listings, and error-page tags in web.xml

2001-02-27 Thread Stefán F. Stefánsson
, disabling directory listings, and error-page tags in web.xml Stefan, You can turn off the generation of indexes by setting the argument suppress="true" in the StaticInterceptor entry in server.xml. For error handling in the servlets look at JSP: %@ page isErrorpage="true&

RE: webapp icons, disabling directory listings, and error-page tags in web.xml

2001-02-27 Thread Ignacio J. Ortega
hey, I've heard this before, but have never found this StaticInterceptor in server.xml. I just tried to look for it in tomcat 4.x and 3.x and it's not there. I need more understanding... Tomcat 4.X does not use interceptors at all so it's difficult to found it there.. For Tomcat 3.2

RE: webapp icons, disabling directory listings, and error-page tags in web.xml

2001-02-27 Thread Fernando Padilla
OK. I apologize, i must have a 3.1. So how could we get this behavior with 4.x? :) thanx fern On Tue, 27 Feb 2001, Ignacio J. Ortega wrote: hey, I've heard this before, but have never found this StaticInterceptor in server.xml. I just tried to look for it in tomcat 4.x and 3.x and

webapp icons, disabling directory listings, and error-page tags in web.xml

2001-02-27 Thread Stefán F. Stefánsson
Hello. I was wondering if anyone knows if the icon element in web.xml is not working in Tomcat (it's not working for me... just wondering if it's not supported or if it's something specific with me). Another thing (a little more important) is the welcome-file-list element. I have one such in