Re: [Fwd: How can we capture all errors without defining it]

2006-02-17 Thread Len Popp
You need a separate error-page declaration for each error code, according to the servlet spec. The set of HTTP status codes is limited, so after a couple minutes of copy & paste you'll be done with it. On 2/16/06, Java Pro <[EMAIL PROTECTED]> wrote: > Is there anyone who can help me with this quer

Re: [Fwd: How can we capture all errors without defining it]

2006-02-16 Thread Ramin Farhanian
Throws advice in AOP concept is another mechanism. Go for AspectJ or Aspect Werkz, Spring AOP or They all support the lovely Aspect Oriented Concept. Regards, Ramin Java Pro <[EMAIL PROTECTED]> wrote: Is there anyone who can help me with this query? Original Message -

[Fwd: How can we capture all errors without defining it]

2006-02-16 Thread Java Pro
Is there anyone who can help me with this query? Original Message Subject:How can we capture all errors without defining it Date: Wed, 15 Feb 2006 12:30:04 +0530 From: Java Pro <[EMAIL PROTECTED]> To: users@tomcat.apache.org Hi, I would like to know, if we c