Use this page to configure a process definition. A process definition includes the command line information necessary to start or initialize a process.
To view this administrative console page, click Servers > Application Servers > server_name. Then under Server Infrastructure click Java Process Management > Process Definition.
On the z/OS platform you must then select either Control, Servant, or Adjunct.
For the z/OS platform, this page provides command-line information for starting, initializing, or stopping a process. Each of the commands for which information is provided can be used for the control process. Only the Start command and Start Command Args information applies for the servant process. Specify the commands for the control process on one process definition panel and the commands for the servant process on another process definition panel. Do not specify the commands for the two different processes on the same panel.
This command line information specifies the platform-specific command to launch the server process.
Data type | String |
Format | START control_JCL_procedure_name |
Example | START BBO6ACR |
For the z/OS servant process, the value on the start command specifies the procedure name that workload manager (WLM) uses to start the servant process. WLM only uses this value if the WLM dynamic application environment feature is installed.
Data type | String |
Format | servant_JCL_procedure_name |
Example | BBO6ASR |
This command line information specifies any additional arguments required by the start command.
Data type | String |
Format | JOBNAME=server_short_name,ENV=cell_short_name.node_short_name.server_short_name |
Example | JOBNAME=BBOS001,ENV=SY1.SY1.BBOS001 |
Data type | String |
Format | JOBNAME=server_short_nameS,ENV=cell_short_name.node_short_name.server_short_name |
Example | JOBNAME=BBOS001S,ENV=SY1.SY1.BBOS001 |
This command line information specifies the platform-specific command to stop the server process
Data type | String |
Format | STOP server_short_name;CANCEL server_short_name |
z/OS example | STOP BBOS001;CANCEL BBOS001 |
This command line information specifies any additional arguments required by the stop command.
Data type | String |
Format | stop command arg string;immediate stop command arg string |
z/OS Example | ;ARMRESTART In this example, Stop has no arguments. Immediate Stop has the argument ARMRESTART. A semicolon precedes ARMRESTART. |
This command line information specifies the platform-specific command to terminate the server process.
Data type | String |
Format | FORCE server_short_name |
z/OS example | FORCE BBOS001 |
This command line information specifies any additional arguments required by the terminate command.
Data type | String |
Format | terminate command arg string |
z/OS example | ARMRESTART |
Specifies the file system directory that the process uses as its current working directory. The process uses this directory to determine the locations of input and output files with relative path names.
This field is not available for the z/OS control process.
Data type | String |
Select whether the executable target is a Java class or an executable JAR file.
Specifies the name of the executable target. If the target type is a Java class name, this field contains the main() method. If the target type is an executable JAR file, this field contains the name of that JAR file.
Data type | String |