Learning...

2003-10-31 Thread Chris Milner
Hi Can you guys recommend a course (in the UK, London Area) where I can learn about the management of Tomcat as I am considering it for our upgrade of our web servers. Thanks - Chris Milner E: [EMAIL PROTECTED] - NOTE: Th

RE: learning filters

2002-12-12 Thread Shapira, Yoav
Howdy, >1. Is it a good idea to do so? Depends on your use cases. How many entry points does your app have? >2. The filter mapping tag in the web.xml now looks like: >a. /* >b. Would this not slow down the application, since in a standalone >scenario, all request for images will also go throu

RE: learning filters

2002-12-11 Thread Manavendra Gupta
scenario, all request for images will also go through the filter? Regards Manav. -Original Message- From: Aleksandr Shneyderman [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 12:05 AM To: Tomcat Users List Subject:RE: learning filters there is also a

RE: learning filters

2002-12-11 Thread Aleksandr Shneyderman
st' > Subject: RE: learning filters > > > Filters are covered in the "More Servlets" book, which is the next edition > of the "Core Servlets" book. > > -Original Message- > From: Price, Erik [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December

RE: learning filters

2002-12-11 Thread Subir Sengupta
Filters are covered in the "More Servlets" book, which is the next edition of the "Core Servlets" book. -Original Message- From: Price, Erik [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 9:06 AM To: [EMAIL PROTECTED] Subject: learning filters I have

Re: learning filters

2002-12-11 Thread Andreas Probst
uot;Tomcat Users List" <[EMAIL PROTECTED]> Subject: Re: Is there any way to read the response headers in a filter in Tomcat 4.0.3 ? Date: Mon, 21 Oct 2002 12:43:27 +0200 (I forward this to you.) Regards. Andreas On 11 Dec 2002 at 12:06, Price, Erik wrote: > I have been learning

Re: learning filters

2002-12-11 Thread Jeanfrancois Arcand
A good start will be to read the specs section 6 where filter are explained. http://jcp.org/aboutJava/communityprocess/first/jsr154/ You will certainly learn the basic of filters. -- Jeanfrancois Price, Erik wrote: I have been learning about servlet programming from "Core Servlets"

RE: learning filters

2002-12-11 Thread Shapira, Yoav
Howdy, >code in the servlet. However, "Core Servlets" does not describe how to use >filters (that I know of). Is there a reference for this technique This article provides a good overview with some examples: http://www.javaworld.com/javaworld/jw-06-2001/jw-0622-filters.html >out from using get

Re: learning filters

2002-12-11 Thread Jacob Kjome
s/filters/introduction/ Jake Wednesday, December 11, 2002, 11:06:22 AM, you wrote: PE> I have been learning about servlet programming from "Core Servlets". I like this book. But, since subscribing to this list, I have seen mention of "filters". In a message from Yoav

learning filters

2002-12-11 Thread Price, Erik
I have been learning about servlet programming from "Core Servlets". I like this book. But, since subscribing to this list, I have seen mention of "filters". In a message from Yoav Shapira I was recommended to use "filters" to validate form data before passing i

RE: Learning to Listen

2002-12-10 Thread Turner, John
Nice. Thanks! John > -Original Message- > From: Noel J. Bergman [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 09, 2002 7:32 PM > To: Tomcat User List > Subject: Learning to Listen > > > Although it would be amusing to say that this has to do wi

Learning to Listen

2002-12-09 Thread Noel J. Bergman
Although it would be amusing to say that this has to do with the "RE: I don“t understand the objective of thisopen list !" thread, this actually has to do with Listeners. Attached is a generic Listener that is simply intended to provide people with a quick playground for learning and e