> From: Stephen More [mailto:[EMAIL PROTECTED] > Subject: Re: JAASRealm problem moving from 5.5.23 -> 5.5.26 > > <Context path="/ams" reloadable="true" >
Take out the path attribute; it's not allowed unless the <Context> element is in server.xml (where it should never be, these days). It should be ignored, but... > <Realm className="org.apache.catalina.realm.JAASRealm" ... > useContextClassLoader="false" /> Just for grins, what happens if you set useContextClassloader to "true"? This should allow the LoginModule and Principal classes to be part of the webapp. - 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 start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]