• 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

CORBA init properties

 
Ranch Hand
Posts: 100
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am developing the CORBA client & I want to set some connection related properties while i initialize the CORBA, e.g. ConnectionTimeOut,IdleConnectionTime. Does anybody have an idea how should i initialize this properties & what are the default setting for this values, Currently i found only org.omg.CORBA.ORBInitialHost,org.omg.CORBA.ORBInitialPort these two properties. I am using SUN java CORBA. Also what all care (firewall setting) i should take, if my server is running in different network?


Thanks.
-Sachin.
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
you can set it using code
to get for firewall you have to use bidirectional feature of CORBA
that is not supported in JDK 1.4
if you are using the JacORB it has orb.properies file that has got all the necessary properties
you need to put this file in JAVA PATH
 
This one time, at bandcamp, I had relations with a tiny ad.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic