Hi Friends,
LSCS not working. Restarted LSCS as well as LSDS, but still unable to open http://serverort/lscs/admin/debugpanel/
Any command to restart apache tomcat service on linux ?
Using livesite: 7.3 versionOS: Linux
Depends on how you installed Tomcat, but by default you'd probably use
# /etc/init.d/tomcat restart
or
# service tomcat restart
You should check your lscs.log for errors and report what you find. Also check the tomcat server.xml to make sure it's running on the port you expected.
Hi KP,
Check few things-
1) Your Database is up and running. Try creating connection with your database and see whether connection is getting established or not.
2) Check the server and port no. mentioned in content.properties are the same you are using while hitting the debug panel.