RE: error page for error code 500?

2003-02-04 Thread Jeff_Mychasiw
Thank you for the reply. I should be clearer. We are developing a struts app and I am using tiles and declarative error handling features. My goal is to have the user only my error pages (not server errors ect.) I know that certain errors fall outside of the struts controller. Over the course

Re: error page for error code 500?

2003-02-04 Thread Jeff_Mychasiw
That is a good point. You can tell that I am new to server issues. ( so far I just live in my little web app world ). It is my desire to trap JSPExceptions as well, and if possible all java.lang.Exceptions.. Do other people do this? More testing Thanks again. Jon Wingfield [EMAIL

error page for error code 500?

2003-02-03 Thread Jeff_Mychasiw
Greetings, My apologies for this simple question... I am using 4.0.4 I am able to capture the error codes 404 and 400 but not 500. My snippet bellow... !-- This works...-- error-page error-code404/error-code location/error/ServerError404Page.jsp/location

Re: Anyone else have problems migrating apps to tomcat4.1.9.

2002-09-04 Thread Jeff_Mychasiw
Sorry I have no solution, but I am glad you asked this question. We are developing our first Struts app on 4.0.4. When I tried the app in 4.1.9, I could not get the jsp:includes to compile as well. At this time we will stick with Jboss/Tomcat 4.0.4 Bundle during development. In addition, we

(Tomcat 4.0.4) and (Forte4 with Tomcat 4.0.1) and Struts

2002-06-21 Thread Jeff_Mychasiw
Sorry for the simple questions: Correct me if I am wrong, but I am under the impression that If I develop a simple web app in Forte, I should be able to drop it into a similar version of standalone tomcat and have it run. In fact I would like to place my working web app directory under