> From: Carol Cheung [mailto:[EMAIL PROTECTED]
> Subject: context.xml and custom realm
>
> Is it possible to place the realm and the database driver somewhere
> under webapps/appname and still have Tomcat find it? I really want to
> avoid having to restart Tomcat. If so, where should these be located?

I think (not 100% positive) that this is possible only with the JAASRealm, when 
useContextClassLoader="true".  You could write your custom realm to comply with 
the JAASRealm requirements, and then have your realm access the DB directly, 
rather than having Tomcat classes do it.

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

Reply via email to