Launch the Proxy
It is recommended that you create a Unix System Service that automatically starts the proxy at system startup.
- AIX
-
nohup <agent_install_directory>/runSDKProxy.sh --jre-dir=<jre-path> >>/dev/null 2><agent_install_dir>/logs/proxy.out &
- Alpine and Linux
-
nohup <agent_install_directory>/runSDKProxy.sh >>/dev/null 2><agent_install_dir>/logs/proxy.out &
libstdc+6
library location. If you are installing the Apache Agent on a 64-bit OS that
supports running a 32-bit Apache HTTP Server, make sure that the downloaded Apache
Agent matches (i.e., is 32-bit), and that the libstdc+6
library is
32-bit as well. If you have both 64-bit and 32-bit versions of that library, make
sure you are pointing to the correct version using the command export
LD_PRELOAD=<path to 32bit library>
before starting
runSDKProxy
.