URGENT! ErrorDispatcherValve throws NullPointerException on 403 forbidden!

2001-11-26 Thread Bragg, Casey
Telecom, Inc. Dallas, TX 469-259-2702 - [EMAIL PROTECTED] == -Original Message- From: Bragg, Casey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 4:19 PM To: [EMAIL PROTECTED] Subject: Help! ErrorDispatcherValve throws

Tcat 4.0.1 : Is the 403 error-page handler broken?

2001-11-20 Thread Bragg, Casey
Hello all... Since upgrading to Tomcat 4.0.1, I've had the following problem with my 403 error-page (I think I remember this working fine in beta 6). Here's my error page descriptor in my webapp's web.xml : error-page error-code403/error-code

Help! ErrorDispatcherValve throws NullPointerException on 403 forbidden!

2001-11-20 Thread Bragg, Casey
This is a simplified followup to a previous email. I'm completely stuck! Please help! On Tomcat 4.0.1, I'm getting an Error 500 caused by the following exception when I should get a 403 forbidden error-page. The exception : 2001-11-20 16:03:49 HttpProcessor[8080][4] process.invoke

In error page, how do I get original RequestURI

2001-10-02 Thread Bragg, Casey
For Tomcat 4 (actually b7, I'll upgrade shortly). In an error page reached because an error occurred on a jsp page with the following tag : %@ page errorPage=/error.jsp % How do I find the origial requestURI? Currently, I'm getting error.jsp from request.getRequestURI() from the error page;

Bug? : Cannot get 403 error-page to work

2001-08-26 Thread Bragg, Casey
I'm trying to get tomcat to use my 403 forbidden error page. I've had no luck with it so far. My 404 page works fine. I have this problem even if I turn off IE friendly error messages. Using tomcat 4.0b7, JDBCRealm (against mySQL), running on Linux. from web-xml : error-page

RE: LDAPRealm JNDIReam for Tomcat 3.2 and 4.0 beta 1 is available

2001-07-30 Thread Bragg, Casey
Title: LDAPRealm & JNDIReam for Tomcat 3.2 and 4.0 beta 1 is available Hey Alex : I've got a question about your JNDIRealm stuff... I'm using your SimpleRoleMapper to get started, but I can't get it to work. I can't find in your code where a distinguished name (dn) is linked to roles.

Using Error Pages

2001-07-19 Thread Bragg, Casey
Hello : I can't get my 403 (forbidden) error page to show up. Instead, I get the standard 403 error message on my browser (yes, friendly error messages are turned off on IE). My 404 page works and its virtually identical to my 403 page. What am I doing wrong? I have the following entry in

Using Error Pages? : Still stuck... More info...

2001-07-19 Thread Bragg, Casey
; == Casey Bragg - Software Engineer Allegiance Telecom, Inc. Dallas, TX 469-259-2702 - [EMAIL PROTECTED] == -Original Message- From: Bragg, Casey [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19

Valve : Is there a way to get the Session or Principal?

2001-06-11 Thread Bragg, Casey
Inside of a Valve.invoke method, is there any way to reach the session or principal objects associated with the current Request? Thanks... ...Casey == Casey Bragg - Software Engineer Allegiance Telecom, Inc. Dallas, TX 469-259-2702 - [EMAIL

Tomcat4.b5 : Placement of.class files (not in a .jar)

2001-06-05 Thread Bragg, Casey
In Tomcat4.b5... Where is the correct place to put my own .class files for use by my servlets in Tomcat? I'd like the .class files to be available to all Tomcat webapps contexts. In other words, where server/lib is to .jar files, somedirectory is to .class files. Thanks... ...Casey

FollowUp : Trying to extend JNDIRealm

2001-06-04 Thread Bragg, Casey
] == -Original Message- From: Bragg, Casey [mailto:[EMAIL PROTECTED]] Sent: Friday, June 01, 2001 5:18 PM To: '[EMAIL PROTECTED]' Subject: Trying to extend JNDIRealm Hello : I'm trying to extend JNDIRealm in tomcat4 to implement my own digest method for SHA1

Trying to extend JNDIRealm

2001-06-01 Thread Bragg, Casey
Hello : I'm trying to extend JNDIRealm in tomcat4 to implement my own digest method for SHA1. When I use org.apache.catalina.realm.JNDIRealm, Tomcat starts up fine. When I use my extension of JNDIRealm, I get the error listed below. To test, I made a duplicate of

Adding new realms : Assigning a name

2001-01-08 Thread Bragg, Casey
In Tomcat 3.2... How does the auth-method name "JDBCRealm" get associated with the JDBCRealm class? Is the list of available realm names derived from the class name (i.e. the name of any class on the class path that extends BaseInterceptor is a valid realm name?) In short, provided I have a

RE: MVC problem

2000-12-05 Thread Bragg, Casey
This seems like a good solution! Does it work with tomcat 3.1? I tried a test case and got something, but I'm not sure what... I requested a jsp file in my testcase context, my servlet was hit as expected (it spit out it's stderr message), and the following page was returned : !DOCTYPE HTML

RE: Beaninfo help

2000-10-25 Thread Bragg, Casey
Are youincluding the jsp:setProperty name="beanname" property="*" /tag? This matches all the request parameters to your bean's getter/ setter methods. == Casey Bragg - Software Engineer Allegiance Telecom, Inc. Dallas, TX 214-261-8679 - [EMAIL

RE: window 98/tomcat set up ?? FAQ page down

2000-10-25 Thread Bragg, Casey
Iput my tomcat_home, java_home, and tools.jar stuff directly in startup.bat (and tomcat.bat too to be sure)... simple... easy... == Casey Bragg - Software Engineer Allegiance Telecom, Inc. Dallas, TX 214-261-8679 - [EMAIL PROTECTED]