| Author |
Remote Jboss Queue with RMI
|
ramakrishna rayudu
Ranch Hand
Joined: Mar 08, 2011
Posts: 57
|
|
Hi..
we are using JBoss server in out project.JBOSS server will run in the one system and we have appication called NIO-SREVER it will listen Queue in another JBOSS.
its working fine up to some days.After that our systems are hacked by some one so we closed some of the ports on the server where JBOSS is Running.
now i am not able to Listen The Queue in JBOSS Server.i am getting the Connection TimeOut Exception.its not possible to open all the ports.
can you please tell me what are the ports that i need to open to listen the remote jboss Queue.
this is very urget to can you please give any solution??
Thanks,
Ramky
|
 |
Rick Roberts
Ranch Hand
Joined: Apr 07, 2005
Posts: 59
|
|
Well... I see this about 3 weeks after you posted it, so you have probably moved on by now, but just for reference.
JBoss generally uses these ports for RMI (although they can be changed by configuration):
1098 - RMIActivation
1099 - RMIRegistry
You may also need these if your using JNDI to find the services endpoint:
3873 - JNDI
3843 - JNDI SSL
|
SCJP
"Stay on the path."
|
 |
 |
|
|
subject: Remote Jboss Queue with RMI
|
|
|