Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I remotely access an EJB deployed in OC4J embedded in Oracle Application Server using ORMI?

0
Posted

How can I remotely access an EJB deployed in OC4J embedded in Oracle Application Server using ORMI?

0

In an OC4J instance embedded in an Oracle Application Server environment the RMI ports are assigned dynamically. If you are accessing an EJB in Oracle Application Server you have to know the RMI ports assigned by OPMN. In Oracle9iAS versions 9.0.2/9.0.3 you have to limit the port ranges for RMI to a specific number e.g. 3101-3101 if you have only one JVM for your OC4J instance. Also in the Oracle Application Server environment JAZNUserManager is the default user manager. The following code snippet is an example of how you can access an EJB in Oracle Application Server environment.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123