I am trying to create a custom jdbc realm. I create a class that extends org.apache.catalina.realm.JDBCRealm. When I start up my server, I get a class not found exception on my new realm class.
How am I supposed to set my paths to see the realm class I created? when I add the class to my classpath directly, then the server can't find org.apache.catalina.realm.JDBCRealm. Thanks, Eric -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
