[jboss-user] [Management, JMX/JBoss] - Re: JConsole remote not working with JBoss4.2.2GA

2007-11-13 Thread gvnanil
I need help here... I want to connect to the JBossESB's JMX Console from JConsole. What is the URL that I should be using to connect? My goal is to manage the ServerPeer MBean from JConsole View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104075#4104075 Reply

[jboss-user] [JBoss Messaging] - Problem accessing JBoss Messaging from remote client

2007-10-26 Thread gvnanil
I am getting exception when I am trying to connect to JBoss Messaging (running on JBoss AS) from a remote client. I am running a simple pub/sub application. No problems arise when my client is on the same host as JBoss AS. But from remote system, I get this problem. The exception is pasted

[jboss-user] [JBoss Messaging] - Re: Problem accessing JBoss Messaging from remote client

2007-10-26 Thread gvnanil
I am starting jboss using the following command: :/run.bat -Djboss.bind.address=0.0.0.0 -c messaging Client code runs well if its on the same host as the server View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4099159#4099159 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Problem accessing JBoss Messaging from remote client

2007-10-26 Thread gvnanil
my jndi properties are: java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory java.naming.provider.url=jnp://garan10-xp1:1099 java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces View the original post :

[jboss-user] [JBoss Messaging] - Re: Problem accessing JBoss Messaging from remote client

2007-10-26 Thread gvnanil
Ok. I have found out the problem. When I am starting JBoss, I should give -bmy ip (example -b192.168.22.14) in the startup parameter. My problem got rectified when I started jboss using the command: :/run.bat -Djboss.bind.address=0.0.0.0 -c messaging -b155.35.13.81