Skip to main content
Skip table of contents

How to start DATPROF Runtime without starting the agents.

Starting DATPROF Runtime will also start the agents.

It is possible to start Runtime without agents to allow you to start the agents manually.

Step-by-step guide

  • Go to the <Runtime Installation Folder>\bin
  • Edit the file setenv.bat or setenv.sh and add "–DagentAutoStart=no" to the variable CATALINA_OPTS.
    Examples:
    • Windows. setenv.bat: set CATALINA_OPTS=%CATALINA_OPTS% –DagentAutoStart=no -Djava.library.path="%PATH:"=%;..\runtime\WEB-INF\lib"
    • Linux. setenv.sh: export CATALINA_OPTS="$CATALINA_OPTS  –DagentAutoStart=no"

  • If you now start Runtime the agents will not start automatically.




JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.