Managing Runtime Engines |
Previous
|
|
Next
|
Managing Sessions |
|
Managing Repositories |
Managing Runtime Engines
The runtime engines defined in the parameters are listed in the
Navigator view
, under the
Runtimes node
.
Runtime Details
Double-click a runtime in the
Navigator View to open its editor.
This editor has several tabs:
- The
Monitoring tab displays information about the clients connected to the runtime and about the session threads running in this runtime.
- The
Virtual Machine tab displays real-time information about the Java Virtual Machine running this runtime.
- The
Test tab allows you to perform tests from the point of view of the runtime. You can test an IP route (to assess whether this runtime can access a given host/port) or test the presence of a directory in the file system of the server hosting the runtime.
- The
Purge tab allows you to define purge schedules for the sessions from this runtime.
- The
Command tab allows starting commands on this runtime.
Deliverables
The deliverables deployed in a runtime are listed under the runtime in the
Navigator view.
Double-click a deliverable in the
Navigator view to open the editor for this deliverable.
In this editor, you can:
- Execute a deliverable by clicking the
Execute button in the editor toolbar.
- View the list of sessions created from this this deliverable. You can use criteria to filter the list of sessions.
- Stop, restart or delete sessions for this deliverable through the session popup menu.
Scheduling a Deliverable
To schedule a deliverable:
- Right-click the Deliverable in the
Navigator View
- Select
New > Schedule
. The
New Schedule editor opens.
- Define the schedule through the
Second,
Minute,
Hour,
Day,
Month,
Year tabs. As you enter information in these tables, the corresponding Cron expression is displayed.
- Press
CTRL+S to save this schedule in the runtime.