No, you also need to set up another port also, by adding a attribute
"RmiPort" in jboss-service.xml like this (you can select the port number
you want.)

If you don't do this, you get the default port 0, which means any
available, and that is hard for the firewall to allow :-)

Example:
  <mbean code="org.jboss.naming.NamingService"
         name="jboss:service=Naming">
        <attribute name="Port">1099</attribute>
        <attribute name="RmiPort">1098</attribute>
  </mbean>


On Thu, 2002-06-06 at 16:59, Karri Niemel� wrote:
> Now, to run remote ejbclient thru firewall, atleast ports 1099 and 4444 need to be 
>opened.. Is that enough, or?
> 
> 
> 
> _______________________________________________________________
> 
> Don't miss the 2002 Sprint PCS Application Developer's Conference
> August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user



_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to