[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 can capture all the errors to a servlet 
without defining the list of errors in web.xml as follows..


generally, we can capture an error like this:
error-page
error-code400/error-code
location/errorHandler/location
/error-page
error-page
error-code401/error-code
.
.
.

is this possible? (see below)
error-page
error-codeAllErrors/error-code
location/errorHandler/location
/error-page

or is there any other mechanism?

Thanks.






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



Re: PLEASE REMOVE ME FROM THE MAILING LIST

2006-02-15 Thread Java Pro

Alassane Top wrote:



  

To unsubscribe, e-mail: [EMAIL PROTECTED]


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



How can we capture all errors without defining it

2006-02-14 Thread Java Pro

Hi,

I would like to know, if we can capture all the errors to a servlet 
without defining the list of errors in web.xml as follows..


generally, we can capture an error like this:
error-page
error-code400/error-code
location/errorHandler/location
/error-page
.
.
.

is this possible? (see below)
error-page
error-codeAllErrors/error-code
location/errorHandler/location
/error-page

or is there any other mechanism?

Thanks.




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