Execution Types reference


Table 32: External Execution service properties
Property
Description
External Process
Path to Java launcher. You can use the custom property editor to define the process and arguments, using a set of substitution codes. See Process Descriptor property editor.
Identifying Name
The name for the execution type by which classes reference it.
Boot Class Path
Boot class path of Java, including installed extensions.
Class Path
The startup class path used by the IDE that is transferred to the external process.
Environment variables
A list of environment variables in the form Name=Value. If the value is null, the IDE's default settings are used.
Filesystems Path
Read-only value showing the current class path from Filesystems.
Library Path
List of modules and special libraries the IDE uses.
Working Directory
A working directory to start the process in. If the value is null, the IDE's own working directory is used.
Table 33: Applet Execution service properties
Property
Description
External viewer
Path to Java launcher. You can use the custom property editor to define the process and arguments, using a set of substitution codes.
Identifying Name
The name for the applet execution type by which classes reference it.
Table 34: JSP Execution service properties
Property
Description
Allow unregistered servlets
When False, links to servlets in the form URL/servlet/package.ClassName are disallowed.
External Process
Path to Java launcher. You can use the custom property editor to define the process and arguments, using a set of substitution codes.
Identifying Name
The name for the applet execution type by which classes reference it.
MIME types
Specifies mapping of file extensions to MIME types.
Port
Port on which the server runs.
Welcome files
Files to look for when there is a request to a directory.
Boot Class Path
Boot class path of Java, including installed extensions.
Class Path
The class path used by the IDE that is transferred to the external process.
Environment Variables
A list of environment variables in the form Name=Value. If the value is null, the IDE's default settings are used.
Filesystems Path
Read-only value showing the current class path from Filesystems.
Library Path
List of modules and special libraries the IDE uses.
Working Directory
A working directory to start the process in. If the value is null, the IDE's own working directory is used.

Contents Prev Next Index