- Liferay Beginner’s Guide
- Robert Chen Sandeep Nair Samir Bhatt
- 254字
- 2021-08-27 12:04:30
Time for action – checking the OpenOffice service
To confirm that the OpenOffice service is running, perform the following steps:
- Right-click the Windows task bar.
- Click on Start Task Manager, and you will find a window similar to the following screenshot:
- You can see that the OpenOffice service is shown in the list of running processes in Windows.
- In the DOS window, run the
netstat -anptcp
command, which will show the network activities on the computer. The DOS window will show content similar to the following screenshot:
What just happened?
As you can see, a service is listening at port 8100 for a request from 127.0.0.1.
If you reboot your computer, this service will be stopped and gone, because you started it manually. So, a better choice is to set up this service as a Windows service, which will be started whenever your machine is rebooted.
Archive tools
You may install Liferay Portal in a bundle, such as liferay-portal-tomcat-${version}.zip
, on your computer. If it is a Linux machine, you can run the unzip liferay-portal-tomcat-${version}.zip
command to extract the files. On a Windows machine, an unzip tool may be already available, or you can download WinRAR at http://download.cnet.com/WinRAR-32-bit/3000-2250_4-10007677.html and install it to explode the ZIP file.
Pop quiz
Which of the following statements about the installation environment for Liferay Portal are true?
a. Liferay Portal can be installed on a laptop computer
b. Liferay Portal comes with a hypersonic in-memory database
c. Liferay Portal depends on Java Virtual Machine
d. All of the above
- 零點起飛學Xilinx FPG
- 深入理解Spring Cloud與實戰
- Windows phone 7.5 application development with F#
- 極簡Spring Cloud實戰
- 硬件產品經理手冊:手把手構建智能硬件產品
- scikit-learn:Machine Learning Simplified
- 筆記本電腦維修不是事兒(第2版)
- The Deep Learning with Keras Workshop
- 計算機組裝與維護(第3版)
- VMware Workstation:No Experience Necessary
- 基于Proteus仿真的51單片機應用
- BeagleBone Robotic Projects
- 數字媒體專業英語(第2版)
- 3D Printing Blueprints
- Istio實戰指南