Custom realm jar file location 2003-10-13 - By Sasha Borodin
Back I've written a custom Realm implementation, JAR'ed it up, and have been trying to understand it's proper habitat:
1. If I put it $CATALINA_HOME/server/lib - everything works 2. If I put it $CATALINA_HOME/common/lib - I get an exception: java.lang.NoClassDefFoundError : org/apache/catalina/realm/RealmBase
I thought that JAR's in common/lib were accessible to both server and webapps. What am I missing?
Thank you,
-Sasha Borodin
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|