Process definition settings

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.

Configuration tab

Executable name

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.

Data type String

Executable Arguments

This command line information specifies the arguments that are passed to the executable when starting the process.

You can enter multiple arguments in this field, but they must be separated by carriage returns. Use the Enter key on your keyboard to create these carriage returns. The following example illustrates how a perl script application that requires two arguments should appear in this field:
perl_application.pl
arg1
arg2
Data type String
Units Command-line arguments

Start Command (startCommand)

This command line information specifies the platform-specific command to launch the server process.

Start Command Args (startCommandArgs)

This command line information specifies any additional arguments required by the start command.

If you have two or more arguments that need to be passed for process definition settings, then you must specify the arguments on separate lines. For example, if you are specifying port 8089 and a configuration file (location and file name) as command arguments, you would specify:
<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.
Note: Do not separate the command arguments with just a space.

Stop Command (stopCommand)

This command line information specifies the 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)

This command line information specifies any 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

Terminate Command (terminateCommand)

This command line information specifies the platform-specific command to terminate the server process.

Data type String
Format FORCE server_short_name

Terminate Command Args (terminateCommandArgs)

This command line information specifies any additional arguments required by the terminate command.

The default is an empty string.
Data type String
Format terminate command arg string

Working directory

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.

Data type String

Executable target type

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

Executable target

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



Subtopics
Process logs settings
Monitoring policy settings
Related tasks
Defining application server processes
Related reference
Java virtual machine settings
Custom property collection
Log and trace settings
Reference topic Reference topic    

Terms and conditions for information centers | Feedback

Last updatedLast updated: Aug 30, 2013 10:47:11 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=pix&product=was-nd-iseries&topic=urun_rconfproc
File name: urun_rconfproc.html