Re: How to configure my J2EE App server to connect to oracle database?
Posted By:
Shaun_Childers
Posted On:
Tuesday, April 24, 2001 09:45 AM
What EJB server vendor are you using? For Weblogic, you need to configure the /weblogic/weblogic.properties file to create a connection pool to your appropriate Oracle DB (you will specify the userid, password, DB driver, and DB name here).
For the JNDI, the EJB server should manage this for you whenever you deploy your bean within the EJB server (also specified in the weblogic.properties). The "name" you give it in the EJB deployment descriptor is the "name" you should use in your lookup from InitialContext.
I will let someone describe this process for WebSphere & iPlanet.