PortalOperations: Difference between revisions

From T2B Wiki
Jump to navigation Jump to search
m (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/...")
 
mNo edit summary
Line 1: Line 1:
 
{{DISPLAYTITLE:Portal operations}}
== How to stop/start the portal ? ==
== How to stop/start the portal ? ==
Login on guse as root and source the ~/.guserc file :
Login on guse as root and source the ~/.guserc file :

Revision as of 13:41, 28 October 2015

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