Show TOC Start of Content Area

Procedure documentation Configuring the AS Java for IIOP Security  Locate the document in its SAP Library structure

Use

To use security for your RMI-IIOP applications, you need to provide an additional parameter for the Java Virtual Machine (JVM) that can be used to initialize the AS Java ORB.

Prerequisites

      You have configured your AS Java to use SSL to encrypt IIOP messages.

      Make sure your AS Java is stopped.

Procedure

       1.      Start the Config Tool by double-clicking the configtool script file in <SAP_install_dir>/<system_name>/<instance_name>/j2ee/configtool directory.

       1.      Choose cluster-data <template_name> <Instance_number>.

       2.      To switch to the configuration editor, choose This graphic is explained in the accompanying text.

       3.      To switch the editor from view to edit mode, choose This graphic is explained in the accompanying text.

A warning message appears. Choose Yes.

       4.      Choose Configurations cluster_config system instances Propertysheet_instance_<number>.

       5.      Select Propertysheet instance.properties.ID<number> and choose This graphic is explained in the accompanying text to open it for editing.

A Change Configuration screen appears.

       6.      In the name column, find ID<number>.JavaParameters. It defines the JVM parameters via which the Java instance runs.

Note

You can locate the ID number of the server process by locating the property with name ID<number>.Name and value of server.

       7.      Double-click the ID<number>.JavaParameters field.

A Change Property Entry screen appears.

       8.      In the Custom-value  field, enter the following string:

-Dorg.omg.PortableInterceptor.ORBInitializerClass.
com.sap.engine.services.iiop.csiv2.interceptors.SecurityInitializer

       9.      Choose Apply custom to save your custom parameters.

   10.      Choose OK in the Change Configuration screen.

   11.      Exit the Config Tool.

   12.      Start your AS Java.

Result

The AS Java is now appropriately initialized to support security for RMI-IIOP applications.

 

End of Content Area