• 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

javax.naming.Configuration Exception occure during connection

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
if i am using http://as protocol to connect with
j2ee server then i got error like
"javax.naming.ConfigurationException:http://www.vadodaramail.net:8000 does not contain an IOR"
BEFOR HOUR I AM ASKING MY QUESTION WITH IIOP PROTOCOL NOW I AM USING HTTP AS PROTOCOL AND
MY CLIENT IS RUNNING ON JDK1.4 IN WHICH IAM USING
SIMPLE CONNECTION CODE LIKE TO SET ENVIRONMENT PROPERTIES
Context.INITIAL_CONTEXT_FACTORY,com.sun.jndi.cosnaming.CNCtxFactory:
Contex.PROVIDER_URL,"http://www.vadodaramail.net:8000;
this two properties i am setting on client side
and my j2ee application server is running on
linux on remote maschine and my client is running
on win-98
what i want to do tell me master's pls
i am waiting for ur reply
buy
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic