Re: Realm configuration issues

2009-09-07 Thread Adam Posner
ately. Thanks for all your help, Adam On Mon, Sep 7, 2009 at 12:33 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Adam Posner [mailto:cuco2...@gmail.com] > > Subject: Re: Realm configuration issues > > > > I tried commented out everything be

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

Re: Realm configuration issues

2009-09-06 Thread Adam Posner
/trailsDB javax.sql.DataSource Container Thanks, Adam On Sat, Sep 5, 2009 at 6:44 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Adam Posner [mailto:cuco2...@gmail.com] > > Subject: Re: Realm configuration issues > > > > One of the

RE: Realm configuration issues

2009-09-05 Thread Caldarale, Charles R
> 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

Re: Realm configuration issues

2009-09-05 Thread Adam Posner
t; On Sat, Sep 5, 2009 at 10:28 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

Re: Realm configuration issues

2009-09-05 Thread Adam Posner
Ahh, that makes sense. I need to do some major mods. Thanks, Chuck. ! On Sat, Sep 5, 2009 at 10:28 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Mark Thomas [mailto:ma...@apache.org] > > Subject: Re: Realm configuration issues > > > > >

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 wrote: > Adam Posner wrote: > > Hi, I have been trying to implement form based authent

RE: Realm configuration issues

2009-09-05 Thread Caldarale, Charles R
> 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 the specifies a of /*, doesn't that

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