Process definition settings

 

+

Search Tips   |   Advanced Search

 

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 console page, click...

Servers | Application Servers | server | Server Infrastructure | Java Process Management | Process Definition

 

Configuration tab

Executable Name

Executable name that is invoked to start the process.

Data type String

Executable Arguments

Arguments that are passed arg1 arg2 arg3.

Data type String
Units Java command-line arguments

Start Command (startCommand)

Platform-specific command to launch the server process.

Start Command Args (startCommandArgs)

Additional arguments required by the start command.

Stop Command (stopCommand)

Platform-specific command to stop the server process Specify two commands in the field, one for the Stop command and one for the Immediate Stop (CANCEL) command.

Data type String
Format STOP server_short_name;CANCEL server_short_name

Stop Command Args (stopCommandArgs)

Additional arguments required by the stop command. Specify arguments for the Stop command and the Immediate Stop (CANCEL) command.

Data type String
Format stop command arg string;immediate stop command arg string
Example ;ARMRESTART

In this example, Stop has no arguments. Immediate Stop has the argument ARMRESTART. A semicolon precedes ARMRESTART.

Terminate Command (terminateCommand)

Platform-specific command to terminate the server process.

Data type String
Format FORCE server_short_name

Terminate Command Args (terminateCommandArgs)

Additional arguments required by the terminate command. The default is an empty string.

Data type String
Format terminate command arg string

Work directory

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.

Data type String

Executable target type

Select whether the executable target is a Java class or an executable JAR file.

Executable target

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




Sub-topics


Process execution settings
Process logs settings
Monitor policy settings

 

Related tasks

Define appserver processes

 

Related Reference

Java virtual machine settings
Custom property collection
Log and trace settings