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/...")
 
 
(One intermediate revision by the same user not shown)
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 :
Line 14: Line 14:
./startup.sh
./startup.sh
</pre>
</pre>
After a restart of the portal, you might need to start the Service Wizard by opening the following URL :
<pre>
http://< URL_install_backend>:8080/information
</pre>
In the popup menu Database Configuration the MySQL server must be redefined. Please do not forget to replace the string IP by the IP of the MySQL server.


== Log files ==
== Log files ==

Latest revision as of 21:47, 19 November 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

After a restart of the portal, you might need to start the Service Wizard by opening the following URL :

http://< URL_install_backend>:8080/information

In the popup menu Database Configuration the MySQL server must be redefined. Please do not forget to replace the string IP by the IP of the MySQL server.

Log files

Tomcat logfiles are here :

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

Liferay logfiles :

/usr/local/guse/logs/


Template:TracNotice