-
1. Re: JBM 1.4.4 dynamic port/firewall issue
gaohoward Sep 29, 2009 6:32 AM (in response to belcar)Did you configure the secondaryBindPort and secondaryConnectPort in your remoting configuration file?
-
2. Re: JBM 1.4.4 dynamic port/firewall issue
belcar Sep 29, 2009 6:56 AM (in response to belcar)I simply followed the installation documents and they didn't mention this. A quick lookup points me to the deploy/jboss-messaging.sar/remoting-bisocket-service.xml on my JBM server.
As a best practice, do I need to enable both the bindPort and the ConnectPort?
Thx in advance -
3. Re: JBM 1.4.4 dynamic port/firewall issue
gaohoward Sep 29, 2009 7:01 AM (in response to belcar)Re - As a best practice, do I need to enable both the bindPort and the ConnectPort?
Sure, you should use them together. Please note their values have to be same. -
4. Re: JBM 1.4.4 dynamic port/firewall issue
belcar Sep 29, 2009 7:06 AM (in response to belcar)Thank you for your quick reply! I'll test it immediately.
Do you know if there exist documentation about these ports?
Thank you -
5. Re: JBM 1.4.4 dynamic port/firewall issue
gaohoward Sep 29, 2009 7:15 AM (in response to belcar)http://www.jboss.org/jbossremoting/docs/guide/2.2/html_single/index.html
search 'secondaryBindPort' -
6. Re: JBM 1.4.4 dynamic port/firewall issue
belcar Sep 29, 2009 7:16 AM (in response to belcar)Hi
I've verified and it works like a charm. I now receive a NullPointerException on the createSession() function now, but I'll research and possibly open another thread for it.
Tx a lot