The LizardTech Express Server Admin Backend service or daemon handles communication between the Express Server Manager and the web server. The Admin Backend service or daemon processes requests to start or stop the web server and performing licensing tasks.
On Windows, the Admin Backend service is called esadminagent
. To restart the service, complete the following steps:
On Linux, Tomcat runs as a daemon called lttagentd
. To restart the daemon, complete the following steps:
Run one of the following commands with root permissions:
/etc/init.d/lttagent start
OR
/etc/init.d/lttagent stop