- Liferay Beginner’s Guide
- Robert Chen Sandeep Nair Samir Bhatt
- 109字
- 2021-08-27 12:04:30
Time for action – starting OpenOffice service
To start the OpenOffice service, do the following:
- Enter DOS mode.
- Go to the C:\Program Files\OpenOffice.org 3\program directory; this is where OpenOffice is installed by default.
- Run the following command:
soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" -nofirststartwizard
A screenshot of the DOS window is as follows:

What just happened?
The previous command means that OpenOffice has started a service with the headless option. Now, this service will accept a request at port 8100. It is waiting for the request from a server, whose Internet Protocol (IP) address is 127.0.0.1, which means the local host.
We can check to see how the OpenOffice service is running.
推薦閱讀
- Intel FPGA/CPLD設計(基礎篇)
- Manage Partitions with GParted How-to
- 從零開始學51單片機C語言
- Mastering Adobe Photoshop Elements
- 單片機系統設計與開發教程
- 電腦高級維修及故障排除實戰
- Intel Edison智能硬件開發指南:基于Yocto Project
- VMware Workstation:No Experience Necessary
- 深入理解序列化與反序列化
- Managing Data and Media in Microsoft Silverlight 4:A mashup of chapters from Packt's bestselling Silverlight books
- 筆記本電腦芯片級維修從入門到精通(圖解版)
- 嵌入式系統原理及應用:基于ARM Cortex-M4體系結構
- UML精粹:標準對象建模語言簡明指南(第3版)
- 筆記本電腦的結構、原理與維修
- MicroPython Cookbook