NOTE:These are Liferay-only instructions.
On Windows:
From the command prompt, change directories to the Liferay bin directory, and then run the startup command:
> cd C:\yourinstall\liferay-portal-tomcat-5.5-jdk5-4.3.0\bin\
> startup.bat
WARNING:On Windows, you need to run the startup.bat command from the bin directory.
On Linux:
/yourinstall/liferay-portal-tomcat-5.5-jdk5-4.3.0/bin/icecore start
NOTE:Depending on your system configuration, it can take more than of 60 seconds before Novell Teaming/Liferay starts accepting Web transactions. Initial transactions also tend to be slower as various caches load into RAM. These delays are amplified somewhat when working with a new installation or updated software because the JSPs are recompiled as they are referenced.
In Windows, startup is complete when the Tomcat window displays the following message:
INFO:Server Startup in ##### ms
In Linux, the system does not automatically open a monitor window. You can start one by navigating to your your-installation/life-ray-portal-tomcat-5.5-jdk-4.30/logs directory and executing tail --f catalina.out. Startup is complete when this window displays:
INFO:Server Startup in ##### ms
On Windows:
Enter C:\yourinstall\liferay-portal-tomcat-5.5-jdk5-4.3.0\bin\service.bat install icecore
Use the Services Control Panel to configure the service to your needs.
Select
.Right-click the
service and select .Change the
to and click .Set your firewall to allow port 8080.
On Linux, from the root account:
Enter cp /yourinstall/liferay-portal-tomcat-5.5-jdk5-4.3.0/bin/icecore /etc/init.d
Enter chkconfig --add icecore
On Windows:
A Tomcat window appears when you issue the startup.bat command. System messages and error messages appear here.
On Linux:
Unlike Windows, the Tomcat process starts as a background process and no window appears. To monitor the messages in real time, enter:
tail -f /yourinstall/liferay-portal-tomcat-5.5-jdk5-4.3.0/logs/catalina.out
On Windows:
Enter C:\yourinstall\liferay-portal-tomcat-5.5-jdk5-4.3.0\bin\shutdown.bat
On Linux:
Enter /yourinstall/liferay-portal-tomcat-5.5-jdk5-4.3.0/bin/icecore stop