cancel
Showing results for 
Search instead for 
Did you mean: 

reset iiop service parameters

Former Member
0 Kudos

Where can I find the below mentioned and How to set these parameters in J2EE for the IIOP service

org.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy

org.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy

javax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy

org.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer

Thanks and Regards

Sudhir

Accepted Solutions (1)

Accepted Solutions (1)

desiree_matas
Contributor
0 Kudos

Hi Sudhir,

You don't need to delete those parameters. To understand better the CORBA functionality, please check the following links:

http://help.sap.com/saphelp_nw04/helpdata/EN/97/71c99065089b4c9542e0b105f1fcce/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/97/afdc3ed98f7650e10000000a114084/frameset.htm

Best regards,

Désiré

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Suhir,

The above mentioned parameters are added as JVM parameters to the J2EE Engine and therefore could be modified (edited or deleted) only with Config Tool. Note 710146 describes how to change JVM parameters.

You should take into consideration that if you are using applications which work with IIOP the removal of the parameters will break these applications.

Regards,

Ventsi Tsachev

Technology Development Support (J2EE Engine)

SAP Labs, Palo Alto, Ca (USA)

desiree_matas
Contributor
0 Kudos

Hi Sudhir,

You can find them as JDK parameters in the Configtool.

Regards,

Désiré

Former Member
0 Kudos

Thanks a lot

Some external application set the below mentioned property values how can I remove them

org.omg.CORBA.ORBClass=com.sun.enterprise.iiop.POAEJBORB

org.omg.CORBA.ORBInitialHost=localhost

org.omg.CORBA.ORBInitialPort=1050

org.omg.CORBA.ORBSingletonClass=com.sun.corba.ee.internal.corba.ORBSingleton

com.sun.CORBA.connection.ORBSocketFactoryClass=com.sun.enterprise.iiop.IIOPSSLSocketFactory

javax.rmi.CORBA.UtilClass=com.sun.corba.ee.internal.POA.ShutdownUtilDelegate

Thanks and Regards

Sudhir