Specify the port number to go through the firewall
I noticed the ibm application server gives option to specify the listener port for EJB using this parameter -Dcom.ibm.CORBA.ListenerPort=8888 .Can I do the same thing for Sun Application Server?
[208 byte] By [skoizumi2133a] at [2007-11-26 14:29:31]
org.omg.CORBA.ORBInitialPortThis is only for the initial connection. After the ejb container receives the call, it is going to communicate with the connecting client using random port number.