Skip to Content
0
Former Member
Sep 13, 2005 at 09:20 AM

Initial Factory problem

32 Views

Hello,

I have j2ee aplication developed againt BEA, and I migrate it to run in SAP Netweaver J2ee engine. I can successfully deloy it. In this application is standalone java client (packaged in .war) and deployed to customer through jnlp. But I need to get Initial context through com.sap.engine.services.jndi.CosNamingInitialContextFactoryImpl or com.sap.engine.services.jndi.CosNamingInitialContextFactoryImpl

. So I need this class packaged in .war and get available to client.

My questions:

1) Where I got this class and probably other class files which is needed to be packaged within client program.

Exists some .jar that I can pack in ...

2) on which port I need to connect, when I need URL for communicating through RMI-IIOP?

Thaks a lot, for any help.