RE: ServletException

2003-06-30 Thread Woodrich, Jason D (Jason)
? at org.apache.jsp.nav_jsp._jspService(nav_jsp.java:61) what is on line 61 of jsp_nav.java? look in the tomcat\work directory to find the java file for your jsp. is it possible that your class is throwing an exception that you are not catching in the JSP? Charlie -Original Message- From: Woodrich, Jason D

RE: ServletException

2003-06-25 Thread Woodrich, Jason D (Jason)
, to take out the apache variable. That will make debugging easier. Yoav Shapira Millennium ChemInformatics -Original Message- From: Woodrich, Jason D (Jason) [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 9:47 PM To: [EMAIL PROTECTED] Subject: ServletException I'm getting

RE: ServletException

2003-06-25 Thread Woodrich, Jason D (Jason)
never remember). Anyways, why are you using the tomcat-specific HttpRequestFacade instead of the servlet specification's HttpServletRequest? Yoav Shapira --- Woodrich, Jason D (Jason) [EMAIL PROTECTED] wrote: Ok, I tested this under standalone on 4.1 and on 4.0.6. It works fine under 4.0.6

ServletException

2003-06-24 Thread Woodrich, Jason D (Jason)
I'm getting a ServletException when I try to access methods in a HttpRequestFacade passed to one of my own classes. It's being casted as a HttpServletRequest in hopes to maintain portability. I'm able to access the methods fine from the JSP that passes the request variable, and the reference

RE: ServletException

2003-06-24 Thread Woodrich, Jason D (Jason)
[mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 7:58 PM To: Tomcat Users List Subject: Re: ServletException Odds are - you have the servlet api classes somewhere buried in your WEB-INF dir and they shouldn't be there. -Tim Woodrich, Jason D (Jason) wrote: I'm getting a ServletException