Entering content frame

Function documentation Administration of the J2EE Engine Locate the document in its SAP Library structure

Use

You can manage the J2EE Engine from the SAP Web AS ABAP, that is, you can start and stop it in different ways. You can find the functions in the ICM monitor (Transaction SMICM or by choosing Administration ® System Management ® Monitor ® System Monitoring ® Internet Communication Manager).

Integration

With the integrated SAP Web Application Server you can process both ABAP and Java requests. Furthermore, the Java Connector JCo provides a narrow coupling between ABAP and Java (see Structure linkConnectivity and Interoperability).

The Java Startup and Control Framework is used to start, stop, and control the Web AS Java components.

Prerequisites

You are using the SAP Web Application Server with ABAP and Java.

Note

So that the dispatcher can start the SAP J2EE Engine, you must set parameter rdisp/j2ee_start to 1. You can make this setting dynamically in Transaction RZ11.

Functions

On the initial screen of the ICM monitor (Transaction SMICM), choose Administration  ® J2EE Server.

The following functions are available:

Sending a Soft Shutdown (With or Without a Restart)

The (ABAP) dispatcher of the SAP Web Application Server sets the restart flag for the J2EE Engine and sends the SOFTSHUTDOWN message to the J2EE Engine.  The dispatcher does not actively close the connection, the J2EE Engine must close itself instead. If the application server is restarted, the J2EE Engine is restarted by the dispatcher.

Sending a Hard Shutdown (With or Without a Restart)

The (ABAP) dispatcher of the SAP Web Application Server sets the restart flag for the J2EE Engine and sends the HARDTSHUTDOWN message to the J2EE Engine.  The dispatcher does not actively close the connection, the J2EE Engine must close itself instead. If the application server is restarted, the J2EE Engine is restarted by the (ABAP) dispatcher.

Ending the Process (With or Without a Restart)

The SAP Web Application Server’s dispatcher sets the restart flag for the J2EE Engine and sends a signal to the process (shell or Java process). If the application server is restarted, the J2EE Engine is restarted by the dispatcher.

Restart Yes/No

This sets the J2EE Engine’s restart flag.

 

 

 

 

Leaving content frame