RE: Tomcat error-page not working (was: RE: Tomcat and checked vs. unchecked exceptions)

2004-02-25 Thread Shapira, Yoav
Howdy, > > javax.servlet.ServletException > /WEB-INF/jsp/exceptions/ServletException.jsp > > >(in the appropriate place, at the bottom just above ) > >When this code executes: > if ( report == null || report.equals( "" ) ) { > log.debug( "doGet: no data! Need to forward to

RE: Tomcat error-page not working (was: RE: Tomcat and checked vs. unchecked exceptions)

2004-02-25 Thread Evgeny Gesin
This is JSP rather than Tomcat question, but I hope for a reply. I have a JSP with the following jsp:plugin code: Web applications, which run this applet, specify different codebase attribute, such as application2, application3 and so on. Unfortunatelly JSP specification doesn't allow dynamic

Re: Tomcat error-page not working (was: RE: Tomcat and checked vs. unchecked exceptions)

2004-02-25 Thread Jerry Ford
Wendy: Here's your problem: > /WEB-INF/jsp/exceptions/ServletException.jsp JSPs can't be run from inside the WEB-INF directory. Try moving your jsp/exceptions directory up one level. Jerry Wendy Smoak wrote: From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Try java.lang.RuntimeException,

RE: Tomcat error-page not working (was: RE: Tomcat and checked vs. unchecked exceptions)

2004-02-25 Thread Wendy Smoak
> From: Jerry Ford [mailto:[EMAIL PROTECTED] > Wendy: > Here's your problem: > /WEB-INF/jsp/exceptions/ServletException.jsp > JSPs can't be run from inside the WEB-INF directory. Try moving your > jsp/exceptions directory up one level. All of my JSP's are under WEB-INF, and they work fine. (I d

RE: Tomcat error-page not working (was: RE: Tomcat and checked vs. unchecked exceptions)

2004-02-26 Thread Shapira, Yoav
Howdy, >Yoav, this is Tomcat-only, on my development box, so no Apache error >pages. Great, but that's not what I asked ;) I asked if it's the "nice" IE error pages or the actual tomcat ones. There's an IE setting in Internet Options along the lines of "Display Friendly Error Pages" that can m

RE: Tomcat error-page not working (was: RE: Tomcat and checked vs. unchecked exceptions)

2004-03-16 Thread Wendy Smoak
A while ago, Yoav Shapira wrote: > I asked if it's the "nice" IE error pages or the actual tomcat ones. > There's an IE setting in Internet Options along the lines of > "Display Friendly Error Pages" that can mask the server's error pages > if enabled, and it's enabled by default on some platfor