RE: Realm configuration issues

2009-09-07 Thread Caldarale, Charles R
From: Adam Posner [mailto:cuco2...@gmail.com] Subject: Re: Realm configuration issues I tried commented out everything between the context tags in server.xml and put it in context.xml like this: What context.xml? Be specific as to the location. It broke it; I got a parse error

Re: Realm configuration issues

2009-09-07 Thread Adam Posner
: Realm configuration issues I tried commented out everything between the context tags in server.xml and put it in context.xml like this: What context.xml? Be specific as to the location. It broke it; I got a parse error(NullPointerException) in context.xml line 21. I don't see

Re: Realm configuration issues

2009-09-06 Thread Adam Posner
wrote: From: Adam Posner [mailto:cuco2...@gmail.com] Subject: Re: Realm configuration issues One of the conflicting info is whether to put the DataSource Realm declaration inside a context element in META-INF/context.xml versus putting it in a context element inside a host element

Re: Realm configuration issues

2009-09-05 Thread Mark Thomas
Adam Posner wrote: Hi, I have been trying to implement form based authentication using container managed security. I had tried originally to use the DataSource Realm but after struggling with that for so long I gave up because I had tried everything I could think of as far as putting the

Re: Realm configuration issues

2009-09-05 Thread Adam Posner
Thanks Mark for all those tips. I will go back to the DataSource Realm. As for the location of my auth-error.html, it is in webapps/web-app-name, where my jsp's are. On Sat, Sep 5, 2009 at 1:55 AM, Mark Thomas ma...@apache.org wrote: Adam Posner wrote: Hi, I have been trying to implement form

Re: Realm configuration issues

2009-09-05 Thread Adam Posner
AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Mark Thomas [mailto:ma...@apache.org] Subject: Re: Realm configuration issues Any ideas why I might be getting this ? The 404 suggests the auth-error.html does not exist. Where is the file located? Since

Realm configuration issues

2009-09-04 Thread Adam Posner
Hi, I have been trying to implement form based authentication using container managed security. I had tried originally to use the DataSource Realm but after struggling with that for so long I gave up because I had tried everything I could think of as far as putting the Realm declaration in