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 start Runtime now, the agents will not start automatically.