Hi,
 
I use JOnAS 2.3 with JEREMIE. My server is behind a firewall and I want some client applications to access the Beans from distant machines (not connected to LAN). I have to specify the IP to which the client have to connect to... obviously the firewall adress (the only adress for distant access), because the IP adress of the server is a local IP.
I found nothing about firewall settings in JOnAS documentation.
 
What is the parameter for specifying the firewall settings which redirects the connection between server (local IP+firewall) and Client (Remote IP) ? Is it in jonathan.properties file ?
 
When I launch registry with jonathan.tcpip.localhost (in jonathan.properties file) set to the local IP of the server, it works but remote client can't connect, only client application from local machines. On launch of registry, it goes :
 
$registry 12341
    Opened a server connection on host 1.2.3.7
                               on port 12341
    Jeremie Registry started
 
When I launch registry using the firewall IP, registry can't bind the asked adress, which is normal I think :
 
Unable to start Jeremie registry on port 12341; nested exception is:
        java.rmi.RemoteException: error during export; nested exception is:
        java.net.BindException: Ne peut attribuer l'adresse demand�e
java.rmi.RemoteException: error during export; nested exception is:
        java.net.BindException: Ne peut attribuer l'adresse demand�e  
 
So I don't know how to tell JOnAS configuration that connection has to pass through a firewall, more than the firewall and the registry are not on the same machine... is there any parameter from jonathan.tcpip that have to be set ? Someone has any idea ? this is really urgent...
 
                Thomas DANDELOT
 
 
 

Reply via email to