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