Re: Error page problem

2004-09-20 Thread Igor
Hello! Is it possible to exclude certain servlets from error page mechanism? Thank you, Igor - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Error page problem

2004-09-18 Thread Martin Schaefer
May I ask you - how did you conclude that expection occurs on error page itself? I think, exception does not occur on error page. It said so: Exception Processing ErrorPage[errorCode=500, location=/errorpage.jsp] But when error page is defined for context, Tomcat tries to send error page to

Error page problem

2004-09-17 Thread ukr.net
Hello! Tomcat 5.0.24 is used. Context contains ordinary jsp and Axis library. There is error page, defined in web.xml: error-page error-code500/error-code location/errorpage.jsp/location /error-page Everething works fine, but when exception occurs in web services, the

RE: Error page problem

2004-09-17 Thread Shapira, Yoav
your logs. Instead, focus on finding the root cause for the exception and fixing it. Yoav Shapira Millennium Research Informatics -Original Message- From: ukr.net [mailto:[EMAIL PROTECTED] Sent: Friday, September 17, 2004 10:30 AM To: [EMAIL PROTECTED] Subject: Error page problem Hello

Re: Error page problem

2004-09-17 Thread Martin_Schaefer
You probably focused on the rest of your application and didn't notice that the exception occurs in the error page itself. ukr.net [EMAIL PROTECTED] schrieb am 17.09.2004, 16:30:25: Hello! Tomcat 5.0.24 is used. Context contains ordinary jsp and Axis library. There is error page, defined

Re: Error page problem

2004-09-17 Thread Igor
Hello! You probably focused on the rest of your application and didn't notice that the exception occurs in the error page itself. Thank you for responses! May I ask you - how did you conclude that expection occurs on error page itself? I think, exception does not occur on error page. I may

error-page problem

2004-06-05 Thread Sng Wee Jim
Hi, I am using tomcat 5.0.25 I am porting some legacy webapp to struts JSP. Basically I am forwarding my request based on the last token of the request URI, eg. request URI: /testapp/demo then I will forward to demo.do To do that I am setting the following in my web.xml error-page

RE: error-page problem

2004-06-05 Thread Ariel Valentin
[EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: error-page problem Date: Sat, 5 Jun 2004 19:17:00 +0100 Hi, I am using tomcat 5.0.25 I am porting some legacy webapp to struts JSP. Basically I am forwarding my request based on the last

form-error-page problem

2002-01-06 Thread George Kakarontzas
Hi all. I’m having a problem with tomcat 4.0 and form based authentication. When I’m providing an existing username/password, that is one that exists in the database or the tomcat-users.xml (I have tried both memory and JDBC Realm), but has a role that is not allowed to view the page, the browser

Re: form-error-page problem

2002-01-06 Thread Craig R. McClanahan
On Sun, 6 Jan 2002, George Kakarontzas wrote: Date: Sun, 6 Jan 2002 10:53:44 +0200 From: George Kakarontzas [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: form-error-page problem Hi all. I’m having a problem with tomcat 4.0 and form based