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
> 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
/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
> 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
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
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
> >
> > >
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
> 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
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