Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleUse for Usage on Unix
SCRIPT_PATH=/var/scripts
export SCRIPT_PATH
Code Block
languagebash
titleUse for Usage on Windows
set SCRIPT_PATH=C:\ProgramData\scripts

...

For example go to the "Startup" tab
to modify start parameters

Debugging the Windows Service

  • The Agent log level can be increased using the Agent's Apache ProcRun Demon Service Manager demon/service.
  • For On Windows systems this is installed in the Agent's service folder with a name such as js7_agent_<port>w.exe  where <port> is the Agent's HTTP port.
  • Start the ProcRun Manager, select the Logging tab in the Manager interface and set the level to Debug
  • The location of log files is explained above. 
  • Consider to revert a debug log level once you are finished with debugging.

...