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, which can be downloaded from the Sun website or grabbed from $CATALINA_HOME/common/lib(/jmx.jar). >Could anybody tell me, what I need to do to derive something from >org.apache.catalina.realm.JDBCRealm and what I need to include to get it >working in either my IDE and on a production Tomcat server. No, no one can tell you, as you have to figure out your own dependencies which are directly related to your own code. If you want to see what's on the classpath we use when compiling JDBCRealm, consult tomcat's top-level and child build.xml files. Yoav shapira This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
