PortalOperations

From T2B Wiki
Revision as of 12:28, 26 August 2015 by Maintenance script (talk | contribs) (Created page with " == How to stop/start the portal ? == Login on guse as root and source the ~/.guserc file : <pre> source ~/.guserc </pre> To stop the portal : <pre> cd /usr/local/guse/...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

How to stop/start the portal ?

Login on guse as root and source the ~/.guserc file :

source ~/.guserc

To stop the portal :

cd /usr/local/guse/apache-tomcat-6.0.39/bin
./shutdown.sh

To start the portal :

./startup.sh

Log files

Tomcat logfiles are here :

/usr/local/guse/apache-tomcat-6.0.39/logs/

Liferay logfiles :

/usr/local/guse/logs/


Template:TracNotice