Re: Question on realm configuration in TC 6 / 7

2012-10-02 Thread Josh Gooding
Daniel, I have deployed the context.xml to the META-INF location per web application, in the server.xml files I have set the copyXML attribute on the declaration to true. I do not configure context's anywhere but there. - Josh On Mon, Oct 1, 2012 at 10:46 AM, Christopher Schultz < ch...@christ

Re: Question on realm configuration in TC 6 / 7

2012-10-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Josh, On 9/29/12 5:41 PM, Josh Gooding wrote: > It seems that I have run into something that seems a bit strange. > I have configured 4 separate web applications to each have their > own context.xml files. I have also configured one of the web > appl

Re: Question on realm configuration in TC 6 / 7

2012-10-01 Thread Daniel Mikusa
On Sep 29, 2012, at 5:41 PM, Josh Gooding wrote: > It seems that I have run into something that seems a bit strange. I have > configured 4 separate web applications to each have their own context.xml > files. There are multiple places where you can put context configuration. Where did you co

Question on realm configuration in TC 6 / 7

2012-09-29 Thread Josh Gooding
It seems that I have run into something that seems a bit strange. I have configured 4 separate web applications to each have their own context.xml files. I have also configured one of the web applications to have a realm. It seems to me, when you configure a realm, tomcat forces you to put what

Re: Question on Realm Configuration

2011-02-26 Thread Josh Gooding
k.caldar...@unisys.com> wrote: > > From: Josh Gooding [mailto:josh.good...@gmail.com] > > Subject: Question on Realm Configuration > > > I'm running 6.0.29 and I have setup a realm in my context.xml > > file as follows: > > Exactly which context.xml file? Where i

RE: Question on Realm Configuration

2011-02-26 Thread Caldarale, Charles R
> From: Josh Gooding [mailto:josh.good...@gmail.com] > Subject: Question on Realm Configuration > I'm running 6.0.29 and I have setup a realm in my context.xml > file as follows: Exactly which context.xml file? Where is it located? If it's in the webapp's MET

Re: Question on Realm Configuration

2011-02-26 Thread Konstantin Kolinko
2011/2/26 Josh Gooding : > I am running a tail -f on the localhost.log file so I can see what is > happening, and when I input my credentials and check the log, > it says it cannot find password for user JGooding. 1) What exactly does it say? Is it some exception, or just a plain log statement? 2

Question on Realm Configuration

2011-02-26 Thread Josh Gooding
Hey guys it's been a while here, but I have some questions on a realm configuration I'm working on. I'm running 6.0.29 and I have setup a realm in my context.xml file as follows: WEB-INF/web.xml so everything appears to be configured correctly in the context.xml file. I checked