Starting Applications Manager
From the command line, go to <Applications Manager Home> directory (by default it is /opt/ManageEngine/AppManager14) and execute the below command to start the product:
nohup sh startApplicationsManager.sh &
Execute the below command to show the startup prints:
tail -f nohup.out
Final message will be shown as:
INFO | jvm 1 | xxxx/xx/xx | Verifying connection with web server...
INFO | jvm 1 | xxxx/xx/xx | verified
INFO | jvm 1 | xxxx/xx/xx |
INFO | jvm 1 | xxxx/xx/xx | Applications Manager started successfully.
INFO | jvm 1 | xxxx/xx/xx |
INFO | jvm 1 | xxxx/xx/xx | Please connect your client to the web server on: [ http://APMFQDN:9090 ]
Stopping Applications Manager
From the command line, go to <Applications Manager Home> directory (by default it is /opt/ManageEngine/AppManager14) and execute the below command to stop the product:
sh shutdownApplicationsManager.sh
sh shutdownApplicationsManager.sh -force
To learn more about troubleshooting Applications Manager,
refer here.