• 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

problem accessing remote server refrence

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
we r developin CORBA application on windows, client and server are remotely located devoleped in C++. Now client has to access Server Object refrence for calling server methods. we were using ORBIX, it sugeest to represent server object in the form of CORBAURL which contains fully qualified address for server obj, named key to access it.The URL needs the named key to be registerd with the locator utility along with the server name. For this there is a tcl script used which does environment variable configuration. the code is as

set env_var_list [list \
"PATH=$env(PATH)" \
"CLASSPATH=$env(CLASSPATH)" \
"SYSTEMROOT=$env(SYSTEMROOT)" \
"IT_CONFIG_DOMAINS_DIR=$env(IT_CONFIG_DOMAINS_DIR)"\
"IT_DOMAIN_NAME=$env(IT_DOMAIN_NAME)" \
"IT_LICENSE_FILE=$env(IT_LICENSE_FILE)" \
]
the details abt these thing are available on IONA.com so i want u to help me out how should i configure these env variables.
OR
any other method by which i can proceed to acess the remote server refrence(object). please reply soon. i m desperately waiting
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic