• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

EJB Remote Call through a Firewall

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

From a WAS 5.1 (client) we are calling some EJB's in another WAS 5.1(server) behind a firewall.
We opened port 2809 for JNDI it works fine, but the WAS server returns responses in other ports. Monitoring the firewall we opened those ports (10xx) after a reboot the responses comes in other ports! (4xxx) so we are opening and closing ports in every reboot.

It's this normal? I was looking info about this behavior, but no luck so far.
I need to configure a range for ports to be used, but it sound very extrange...

Any help is welcomed!
Regards
Carlos
 
reply
    Bookmark Topic Watch Topic
  • New Topic