Entering content frame

Background documentation Communication Between the ICM and J2EE Engine Locate the document in its SAP Library structure

The communication between the ICM and J2EE Engine has the following peculiarities:

·        A separate protocol is used.

·        The ICM can be set up so that the communication with the J2EE Engine is SSL-encrypted.

Communication Protocol

The communication between the ICM and J2EE Engine has its own protocol.

When the ICM an HTTP(S) receives a request for the J2EE Engine, it proceeds as follows:

·        If the request is SSL-encrypted (HTTPS), the ICM decodes the data. The request is now an HTTP request.

·        The ICM checks on which port the Java Dispatcher receives HTTP or HTTPS requests. The Java dispatcher sends this information to the ICM via the ABAP dispatcher.

·        The ICM adds additional details to the HTTP request:

¡        Length of the request

¡        Information to determine whether it is an HTTP or an HTTPS request

Note

The forwarded data stream is therefore no longer in HTTP.

·        The Java dispatcher forwards the request to a local Server Process.

The same applies to the response. The Java dispatcher provides the HTTP(S) response with the additional information and passes this to the ICM, which then sends it to the client.

SSL Communication

If the ICM receives an HTTPS request, it decodes it. If it determines from the URL (see Server Selection and Load Balancing Using the SAP Web Dispatcher), that the request should go to the J2EE Engine, there are various communication options.

You can set whether the request should be SSL-encrypted, before it is forwarded to the J2EE Engine. There are the following ways of doing this:

·        Do not encrypt: The request is sent to the J2EE Engine with the protocol described above via TCP sockets.

·        Encrypt the HTTPS requests again: All requests that arrived as HTTPS at the ICM are SSL-encrypted again, before they are sent to the J2EE Engine.

·        Encrypt all requests: Regardless of whether the request was HTTP or HTTPS, it is SSL-encrypted, before it is sent to the J2EE Engine.

The ICM is configured for communicating with the J2EE Engine in the profile parameter icm/HTTP/j2ee_<xx>.

 

 

 

Leaving content frame