Custom Realm development: can't locate javax.management package

2005-04-18 Thread alebu
Hi, I was trying to develop my own Realm extending
org.apache.catalina.realm.RealmBase
but in Eclipse I got this error:
   The type javax.management.MBeanRegistration cannot be resolved.
   It is indirectly referenced from required .class files MyRealmBase.java.

I can't find jar file where this package is specified, but I not using
Tomcat sources, I just pointing
compiler to required jar files. And because this package is in javax
tree, then it should be somewhere in classpath I can't find it :(

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Custom Realm development: can't locate javax.management package

2005-04-18 Thread Guy Katz
its a jmx class.
probably in jmx.jar

-Original Message-
From: alebu [mailto:[EMAIL PROTECTED]
Sent: Monday, April 18, 2005 9:46 AM
To: tomcat-user@jakarta.apache.org
Subject: Custom Realm development: can't locate javax.management package


Hi, I was trying to develop my own Realm extending
org.apache.catalina.realm.RealmBase
but in Eclipse I got this error:
   The type javax.management.MBeanRegistration cannot be resolved.
   It is indirectly referenced from required .class files MyRealmBase.java.

I can't find jar file where this package is specified, but I not using
Tomcat sources, I just pointing
compiler to required jar files. And because this package is in javax
tree, then it should be somewhere in classpath I can't find it :(

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Custom Realm development: can't locate javax.management package

2005-04-18 Thread howarddy3
I'll look again, but I didn't see a jmx.jar earlier


 -- Original message --
From: Guy Katz [EMAIL PROTECTED]
 its a jmx class.
 probably in jmx.jar
 
 -Original Message-
 From: alebu [mailto:[EMAIL PROTECTED]
 Sent: Monday, April 18, 2005 9:46 AM
 To: tomcat-user@jakarta.apache.org
 Subject: Custom Realm development: can't locate javax.management package
 
 
 Hi, I was trying to develop my own Realm extending
 org.apache.catalina.realm.RealmBase
 but in Eclipse I got this error:
The type javax.management.MBeanRegistration cannot be resolved.
It is indirectly referenced from required .class files MyRealmBase.java.
 
 I can't find jar file where this package is specified, but I not using
 Tomcat sources, I just pointing
 compiler to required jar files. And because this package is in javax
 tree, then it should be somewhere in classpath I can't find it :(
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Custom Realm development: can't locate javax.management package

2005-04-18 Thread Robert F Hall
Should be in ${TOMCAT_HOME}/bin/jmx.jar
[EMAIL PROTECTED] wrote:
I'll look again, but I didn't see a jmx.jar earlier
-- Original message --
From: Guy Katz [EMAIL PROTECTED]
 

its a jmx class.
probably in jmx.jar
-Original Message-
From: alebu [mailto:[EMAIL PROTECTED]
Sent: Monday, April 18, 2005 9:46 AM
To: tomcat-user@jakarta.apache.org
Subject: Custom Realm development: can't locate javax.management package
Hi, I was trying to develop my own Realm extending
org.apache.catalina.realm.RealmBase
but in Eclipse I got this error:
  The type javax.management.MBeanRegistration cannot be resolved.
  It is indirectly referenced from required .class files MyRealmBase.java.
I can't find jar file where this package is specified, but I not using
Tomcat sources, I just pointing
compiler to required jar files. And because this package is in javax
tree, then it should be somewhere in classpath I can't find it :(
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]