> 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 META-INF/context.xml file, and you're not redeploying the webapp properly, it could be getting overridden by a copy of it in conf/Catalina/[host]/[appName].xml, which might not be up to date. If instead you've updated conf/context.xml, you've made an error. Put the <Context> element where it belongs, not in the global location. > when I input my credentials and check the log, it says it > cannot find password for user JGooding. Show us the exact log entries, please. > If I remember right, the realm doesn't have to be defined in > the server.xml if it is defined in the context.xml. Correct; and you've got the localDataSource set, which is what's usually missed. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org