Bonjour !

Got a question concerning JNDI. I have an application running on Tomkat
(Catalina). In this application, I need to access Enterprise Java Beans that
are contained in another tool, in this case, Inprise's AppServer. Now, I
must say that I am fairly unconfortable with JNDI. What I would like to know
is how do I find the class and url I have to pass to the the InitialContext
when I wish to obtain a Context in the Catalina project... ?

--> In the Catalina project, I have :

javax.naming.Context jndiContext = new javax.naming.InitialContext();

But of course, this does not work. I think I need to provide the class and
URL to access my EJB Container's context... How do I find this information
??

Thanks a lot !

Max.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to