Implementing my own Realm based on JDBCRealm

2004-04-06 Thread Tom Bednarz
Hi, I like to implement my own Realm based on the JDBCRealm provided by Tomcat. I currently use Tomcat 5.0.19, Eclipse 3M7 is my IDE (together with MyEclipseIDE). To implement my own Realm I like to derive my class from org.apache.catalina.realm.JDBCRealm Eclipse throws an error saying that

RE: Implementing my own Realm based on JDBCRealm

2004-04-06 Thread Shapira, Yoav
Hi, Eclipse throws an error saying that it cannot resolve javax.management.MBeanRegistration. I cannot find this class at all. Searching on java.sun.com showed me, that the package javax.management.* is part of J2EE 1.4. Then you should improve your (re)search skills. It's part of the JMX API,