-- Jeanfrancois
Tom Mildinhall wrote:
This is the first time I have used mailing lists, so apologies if my
etiquette is bad! I am having a problem with
org.apache.catalina.realm.RealmBase
The background is that I am writing a Servlet that will update a user table
in my JDBCRealm. Part of this involves the encryption of passwords so that
they can be stored safely in the database. Although I have had no problem in
accessing this class outside Tomcat (using the command specified in the
Realm HOW-TO of the Tomcat documentation), I have been unable to access the
class from within my web app. I understand that this may be due to the class
loaders and the fact that the catalina.jar file is not in the
$CATALINA_HOME/common/lib file. Does anyone know how I may be able to remedy
this so that I can access the static RealmBase methods from within my
webapp?
Cheers
Tom Mildinhall
--
To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
-- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>