書名: Liferay Beginner’s Guide作者名: Robert Chen Sandeep Nair Samir Bhatt本章字數: 139字更新時間: 2021-08-27 12:04:32
Time for action – deploying on JBoss AS
You can get the latest community version of the Liferay JBoss bundle from the download page of Liferay: (http://sourceforge.net/projects/lportal/files/Liferay%20Portal/6.0.6/liferay-portal-jboss-6.0.6-20110225.zip/download).
Next follow these steps to start up JBoss Application server with Liferay:
- Extract the zip file that you downloaded to the folder called
bundles
(which we created for the last exercise). - We will call the extracted folder
LIFERAY_HOME
. - There will be a
jboss
folder insideLIFERAY_HOME
, which we will refer to asJBOSS_HOME
: - Navigate to
JBOSS_HOME/bin
and double-click onrun.bat
. - Your server should start up properly and you should see the console as shown in the following screenshot:
- Open a browser and type
http://localhost:8080
and this will open the Liferay home page.
What just happened?
We have deployed Liferay with JBoss Application server.
Now we will install Liferay with GlassFish Application server.
推薦閱讀
- Intel FPGA/CPLD設計(基礎篇)
- Linux KVM虛擬化架構實戰指南
- scikit-learn:Machine Learning Simplified
- 分布式微服務架構:原理與實戰
- Visual Media Processing Using Matlab Beginner's Guide
- Machine Learning Solutions
- Internet of Things Projects with ESP32
- BeagleBone Robotic Projects
- Blender Game Engine:Beginner's Guide
- Hands-On Deep Learning for Images with TensorFlow
- Mastering Quantum Computing with IBM QX
- Drupal Rules How-to
- 計算機組裝、維護與維修項目教程
- FPGA進階開發與實踐
- ActionScript Graphing Cookbook