Re: error-page for http 500 error code does not work

2011-06-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin, On 6/7/2011 8:56 AM, Kevin Claver wrote: > Through further investigation, I now believe the JSF framework I'm > using is absorbing the error, and the framework's error page is what > is throwing the 500 error. I wonder if the 500 error thrown

Re: error-page for http 500 error code does not work

2011-06-07 Thread Kevin Claver
Web Pack. Thanks! - Kevin, On 6/3/2011 9:43 AM, Kevin Claver wrote: > When the custom error servlet fails to display, I get the stock tomcat http > 500 error page. > > If I look at the access log, I see the 500 error: > > 192.168.xxx.xxx - - [02/Jun/2011:13:53

Re: error-page for http 500 error code does not work

2011-06-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin, On 6/3/2011 9:43 AM, Kevin Claver wrote: > When the custom error servlet fails to display, I get the stock tomcat http > 500 error page. > > If I look at the access log, I see the 500 error: > > 192.168.xxx.xxx - - [02

Re: error-page for http 500 error code does not work

2011-06-03 Thread Kevin Claver
Friday, June 3, 2011 7:47 AM Subject: RE: error-page for http 500 error code does not work > From: Kevin Claver [mailto:kcla...@yahoo.com] > Subject: Re: error-page for http 500 error code does not work > I zipped the tomcat install and deployed it to my Win 7 machine > where it works

RE: error-page for http 500 error code does not work

2011-06-03 Thread Caldarale, Charles R
> From: Kevin Claver [mailto:kcla...@yahoo.com] > Subject: Re: error-page for http 500 error code does not work > I zipped the tomcat install and deployed it to my Win 7 machine > where it works without issue. I'll hazard a guess that you have a case sensitivity issue.

Re: error-page for http 500 error code does not work

2011-06-03 Thread Kevin Claver
Thanks for the quick reply! I zipped the tomcat install and deployed it to my Win 7 machine where it works without issue. When the custom error servlet fails to display, I get the stock tomcat http 500 error page. If I look at the access log, I see the 500 error: 192.168.xxx.xxx - - [02/Jun

Re: error-page for http 500 error code does not work

2011-06-03 Thread Pid
On 02/06/2011 21:45, Kevin Claver wrote: > Two things I would like to note: > > 1. When I invoke the Java HMAExceptionHandlerServlet configured to be used > in the error-page block in the application specific web.xml directly from the > URL in the browser, it works. > > 2. Tomcat 5.5.33 does

error-page for http 500 error code does not work

2011-06-02 Thread Kevin Claver
Issue: Tomcat does not redirect to the HMAExceptionHandlerServlet servlet I have configured in the application specific web.xml when running on Linux I've tried searching all of the lists for an answer to this question.  I've seen several postings by people having the same issue, but never a so

HTTP 500 Error in redirection

2009-04-14 Thread MMcElroy
Hi, I'm having a problem with my IIS redirect to Tomcat. Whenever I access http://localhost/examples/helloworld.jsp, I get an HTTP 500 error, but if I try http://localhost:8080/examples/helloworld.jsp, I get the hello world output. Workers.properties: workers.tomcat_home=C:\Program Files\A

Re: Forwarding an exception to the default HTTP 500 error page

2008-10-10 Thread Christopher Schultz
e cases to the existing > Tomcat HTTP 500 error report page. Why not create your own error page and use that throughout your application? The default Tomcat "500" error page is pretty ugly. - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (MingW32) Comment: Usin

Forwarding an exception to the default HTTP 500 error page

2008-10-09 Thread Lance Bader
andle all the cases were the javax.el.ELException is caused by something else! Instead, I want to forward those cases to the existing Tomcat HTTP 500 error report page. Imagine my surprise when I discovered that the default HTTP 500 error report page is implemented as a Tomcat valve, not a servl

RE: HTTP 500 error JasperException: Unable to compile class for JSP

2006-03-16 Thread Caldarale, Charles R
> From: Stuart Lowes [mailto:[EMAIL PROTECTED] > Subject: Re: HTTP 500 error JasperException: Unable to > compile class for JSP > > Also these are the default directory layout and environment > variables in the Debian contrib 'tomcat4' packages. Some of these

Re: HTTP 500 error JasperException: Unable to compile class for JSP

2006-03-16 Thread Stuart Lowes
Thanks for the responses. :) I'm still unable to get this working though, the same error is produced. Is it possible I am missing a dependency or two? apt-get in Debian installs a few dependencies automatically, but maybe there are some others not specified in the .deb dependency list? Serlet

RE: HTTP 500 error JasperException: Unable to compile class for J SP

2006-03-15 Thread Serlet Jean-Claude
ne- De : Antonio Petrelli [mailto:[EMAIL PROTECTED] Envoyé : mercredi 15 mars 2006 09:26 À : Tomcat Users List Objet : Re: HTTP 500 error JasperException: Unable to compile class for JSP Stuart Lowes ha scritto: > Catalina logfile: > - > Using CATALINA_BASE: /var/

Re: HTTP 500 error JasperException: Unable to compile class for JSP

2006-03-15 Thread Antonio Petrelli
Stuart Lowes ha scritto: Catalina logfile: - Using CATALINA_BASE: /var/lib/tomcat4 Using CATALINA_HOME: /usr/share/tomcat4 Using CATALINA_TMPDIR: /var/lib/tomcat4/temp I saw it just now. CATALINA_BASE and CATALINA_HOME shouldn't point to the same directory? I think that Tomca

Re: HTTP 500 error JasperException: Unable to compile class for JSP

2006-03-14 Thread Stuart Lowes
Antonio Petrelli wrote: Stuart Lowes ha scritto: I've been trying to get tomcat4 running on Debian sarge for the past week and a bit and am now at a loss for what to try or where to look. Try to copy /lib/tools.jar in /common/lib Thanks for the suggestion, Antonio. I tried this with a symlin

Re: HTTP 500 error JasperException: Unable to compile class for JSP

2006-03-14 Thread Antonio Petrelli
Stuart Lowes ha scritto: Hi list, I've been trying to get tomcat4 running on Debian sarge for the past week and a bit and am now at a loss for what to try or where to look. I'm new to tomcat and not much of a Java expert either.. Try to copy /lib/tools.jar in /common/lib

RE: HTTP 500 Error.

2005-10-26 Thread Steve Kirk
st" unless you have changed them in %catalina_home%/conf/server.xml > -Original Message- > From: cory ng [mailto:[EMAIL PROTECTED] > Sent: Monday 24 October 2005 18:47 > To: users@tomcat.apache.org > Subject: HTTP 500 Error. > > > Hello! I know this is a g

HTTP 500 Error.

2005-10-24 Thread cory ng
Hello! I know this is a general error and I tried numerous scenarios of registering and unregistering componenets and dlls and restarts of the tomcat apache service. I tried changing some code in some jsp files. The error is referring to a jasper exception and a class cast exception. Attached is th