[JBoss-user] [Remoting] - jmxconnector / jmx-remoting.sar

2006-06-05 Thread wengong
I'd like to use JDK1.5 jmx connector (on the client side) with JBOSS for 
remotely adding listeners.  As I understand it, only jmx-remoting.sar 
implements this for the server side.  It will be available in JBOSS 5 -- which 
is not yet released?

Can I deploy jmx-remoting.sar with jboss4.0.2 -- if I do not care about the 
security features?

I am unable to find the deployment package for installation into jboss4.0.2.  
The jboss-remoting download seems not installable?

Thanks.

Wen

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949186#3949186

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949186


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Problem obtaining MBeanServerConnection object

2006-06-05 Thread wengong
This code worked for me:

   
  | Properties env = new Properties();
  | env.setProperty(Context.INITIAL_CONTEXT_FACTORY,
  | "org.jboss.naming.HttpNamingContextFactory");
  | 
  | env.setProperty(Context.PROVIDER_URL,
  | "http://[hostname]:8080/invoker/JNDIFactory";);
  | 
  | Context ctx = new InitialContext(env);
  | 
  | MBeanServerConnection server = (MBeanServerConnection) 
ctx.lookup("jmx/invoker/RMIAdaptor");
  | 
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949155#3949155

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949155


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: JMX RMI Connector from JDK1.5

2006-06-02 Thread wengong
Hi Peter,

Thanks for the suggestion.  Do you by any chance know if this approach is 
applicable across different JMX containers, for example, WebLogic Server?  
Anther issue might be the registration of notifications remotely -- can I 
register for notifications remotely with the MBeanServerConnection obtained in 
this manner? 

The other reason I'd like to use native JMX RMI connector is that I can access 
other JMX container as well.

It appears remoting service from JBOSS 5 might be the answer to this.  see 
http://wiki.jboss.org/wiki/Wiki.jsp?page=JMX_Remoting_service_configuration

I'm not sure when this feature will be backported into JBOSS4.x though.

Thanks.

Wen 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948802#3948802

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948802


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - JMX RMI Connector from JDK1.5

2006-06-02 Thread wengong
Hi,

I'm interested in using JMX RMI connector from JDK1.5 to make remote 
connections and invocations from JBOSS MBeans.  

Does JBOSS4.0.2 support JDK1.5 for this purpose?

There is also a download for JavaTM Management Extensions (JMXTM) Remote API 
reference implementation, can I use this to create a client and expect it to 
connect to JBOSS server using the RMI connector?

Thanks.

Wen

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948787#3948787

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948787


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: NotificationListener for Remote MBeans

2006-05-22 Thread wengong
I'm using HTTP adaptor for MBeanServerConnection.  There is API 
"addNotificationListener" on the MBeanServerConnection -- can I simply use this 
to add my notification listener to the remote MBeanServerConnection?

Thanks.

Wen

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3945442#3945442

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3945442


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - NotificationListener for Remote MBeans

2006-05-18 Thread wengong
I'm working on a management client that needs to subscribe to events on a 
remote JBOSS MBean server.

1) How do I subscribe to notifications on a remote Mbean server? 
2) Can I create this listener as a stand-alone program instead of the Mbean, 
but still be able to use the ListenerServiceMBeanSupport class, and use the 
subscription specification in the mylistener-service.xml -- would the 
configurations in this file need to be specified for 
ListenerServiceMBeanSupport deployment? 

Thanks a lot for your help, any pointers and references would be greatly 
appreciated! 

Best regards, 

Wen 

 
Wen Gong 
650-210-8249 
[EMAIL PROTECTED] 


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3944703#3944703

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3944703


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user