Please enable JavaScript to view this site.

Administration manual

Navigation: Tech Doc > Load distribution and failover > Execute JobFlow components independently

Direct execution without using a web server

Scroll Prev Top Next More

How it works

In this case, JobFlowExecute and JobFlowSend execute the respective PHP script directly on the service server. For this, the service server requires a PHP runtime environment and the JobRouter web application.

Configuration

If you use the services on another server than the JobRouter web application, copy the PHP runtime environment to this server and change the php.ini file so PHP works correctly there. In addition, copy the directory of the JobRouter web application to this server.

Replace the paths with the paths to your PHP and JobRouter installation in the JRSETTINGS table and add the following entries:

setting

setting_type

setting_value

jobserver_php_exe_path

jobserver

C:\Program Files\PHP\php.exe

jobserver_php_path

jobserver

C:\Program Files (x86)\JobRouter\jobserver.php

jobserver_shell_execute

jobserver

1

The execution will no longer take place on the web server, but directly on the service server after restarting the JobServer service.