Skip navigation FileNet logo
Glossary  |  Help Directory  
  Help for Process Task Manager
  Search  |  Index
Process Reference  
Process Task Manager
Getting started
Process Service
PPM (Pooled Process Manager)
Rules Engine
Component Manager
Process Simulator
Routers
Administrative tasks
  Monitoring Process Task Manager
  Managing the log files
    Enabling automatic startup
    FileNet event log files
    VWJs log files
    VWJs debugging trace files
    PPM debugging trace files
    RMI registry log file
    Router trace file
   

Enabling automatic startup

You can optionally configure the tasks managed by the Process Task Manager to start automatically when you start the Process Task Manager from the command line. This option can be useful if you want to start the tasks as part of a script that runs at startup.

When you start the Process Task Manager from the command line, it starts all processes that have the Enable Automatic Startup option checked. When you stop the Process Task Manager from the command line, it stops all processes (regardless of the Enable Automatic Startup option), except for those started as a service using Process Service Administrator (Windows only).

The table below shows the options that are available for each feature. Click the check mark for details about setting the automatic startup option for each feature.

Process Task Manager feature Automatic startup option Can be run as a service
Process Service
 
PPM
Rules Engine
 
Component Manager
 
Process Simulator
 
Routers

To start the Process Task Manager from the command line

Start the Process Task Manager by entering the following at the command prompt:

java –cp <pwjar_path>pw.jar -DTaskManager.Properties=<taskman.properties_path>taskman.properties VWTaskApplication -autostart

To stop the Process Task Manager from the command line

Stop the Process Task Manager by entering the following at the command prompt:

java –cp <pwjar_path>pw.jar -DTaskManager.Properties=<taskman.properties_path>taskman.properties VWTaskApplication -autostop