• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

About InitialContext in distributed environment

 
Ranch Hand
Posts: 92
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everyone,

When I test my first EJB application using a remote client, a runtime exception occurs,

After I read some posts here which are relative to this subject, I add three new lines in my client code:

I don't quite catch these code and I still got another runtime exception after doing so,

I want to know what is the correct environment for a client accessing an Enterprise bean on a remote server running Sun's Reference Implementation? I use J2SE 1.3.1 &J2EE 1.3.1

Thanks in advance!
Regards,Ailsa Cape
[ April 02, 2006: Message edited by: Ailsa Cape ]
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic