Use this page to configure a process definition. A process definition includes the command line information necessary to start or initialize a process.
For the WebSphere® Application Server and the WebSphere Application Server, Express® products, only the command-line information for starting or initializing a process applies.
To view this administrative console page, click
. Then, in the Server Infrastructure section, click .This command line information specifies the executable name that is invoked to start the process.
For example, if you are using a perl script as a generic server, enter the path to the perl.exe module in the Executable name field, and then enter the name of the perl script, along with any arguments, in the Executable arguments field.
Information | Value |
---|---|
Data type | String |
This command line information specifies the arguments that are passed to the executable when starting the process.
perl_application.pl
arg1
arg2
Information | Value |
---|---|
Data type | String |
Units | Command-line arguments |
This command line information specifies the platform-specific command to launch the server process.
This command line information specifies any additional arguments required by the start command.
<startCommandArgs>8089<startCommandArgs>
<startCommandArgs>/opt/payexpert/conf/PCPILogServer.properties<startCommandArgs>
In
the administrative console, you specify this by entering each argument
on a new line.This command line information specifies the platform-specific command to stop the server process
Information | Value |
---|---|
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.
Information | Value |
---|---|
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.
Information | Value |
---|---|
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.
Information | Value |
---|---|
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. This setting only applies for IBM® i and distributed platforms. The process uses this directory to determine the locations of input and output files with relative path names.
Information | Value |
---|---|
Data type | String |
Specifies whether the executable target is a Java class or an executable JAR file.
Information | Value |
---|---|
Data type | String |
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.
Information | Value |
---|---|
Data type | String |