Introduction
Overview
English |
---|
This document is intended to describe the steps required to |
...
...
...
in a clustered environment for scalability and redundancy. |
Chinese |
---|
本文旨在描述在集群环境中部署Joget Workflow Large DX 8 Enterprise Edition(LEE)以实现可伸缩性和冗余性所需的步骤。 |
Thai |
---|
บทความนี้มีจุดมุ่งหมายเพื่ออธิบายขั้นตอนที่จำเป็นในการปรับใช้ Joget Workflow Large DX 8 Enterprise Edition (LEE) ในสภาพแวดล้อมแบบคลัสเตอร์เพื่อให้สามารถปรับขยายได้และมีความซ้ำซ้อน |
Requirements
In order for clustering to work, the Starting from Joget DX 8, Large Enterprise Edition is no longer required for clustering to work. The standard Enterprise Edition will not work due to licensing restrictionshas been enhanced to integrate the clustering feature. Clustering requires several layers to be prepared and configured:
...
This guide describes the steps required to setup Joget LEE clustering. The exact steps will depend on the actual products used in each layer.
...
Deploy the WAR file jw.war from the LEE Joget installation bundle to each of the application servers e.g. for Apache Tomcat, copy the files into the webapps directory
Chinese |
---|
将WAR文件jw.war和jwdesigner.war从LEE包中部署到每个应用服务器,例如Apache Tomcat,将这些文件复制到tomcat webapps目录 |
Thai |
---|
ปรับใช้ไฟล์ WAR jw.war และ jwdesigner.war จากแพ็คเกจ LEE ไปยังแต่ละเซิร์ฟเวอร์แอปพลิเคชันเช่น Apache Tomcat และคัดลอกไฟล์เหล่านี้ไปยังไดเรกทอรี tomcat webapps |
Add the following Java options in the application server startup e.g. for Apache Tomcat, modify the JAVA_OPTS lineFor Joget DX 8, the wflow-cluster.jar file is already included and configured in the default startup script. Modify the JAVA_OPTS in the startup script if necessary (particularly regarding the shared directory path).
Chinese |
---|
在应用程序服务器启动中添加Java -wflow.home = shared_directory_path选项,例如,对于Apache Tomcat,请修改JAVA_OPTS行 |
Thai |
---|
เพิ่มตัวเลือก Java ต่อไปนี้ในแอปพลิเคชันเซิร์ฟเวอร์เริ่มต้นเช่น สำหรับ Apache Tomcat ให้แก้ไขบรรทัด JAVA_OPTS |
Note: You can download the wflow-cluster.jar from here. The "wflow-cluster.jar" option must be added before any other "-javaagent" option.
Code Block |
---|
export JAVA_OPTS="-Xmx1024M -Dwflow.home=/shared_directory_path -javaagent:/shared_directory_path/wflow-cluster.jar -javaagent:/path_to/lib/aspectjweaver-1.89.57.jar -javaagent:/shared_directory_path/glowroot/glowroot.jar" |
...
For each of the application servers, use the browser to directly access the Joget web console bypassing the load balancer e.g. http://server1:8080/jw/web/console/home
Request for license and activate it using the link in the web console footer.
Chinese |
---|
请求许可证并使用的Web控制台页脚中的链接激活它。 |
Thai |
---|
ร้องขอใบอนุญาตและเปิดใช้งานโดยใช้ลิงก์ในส่วนท้ายของคอนโซลเว็บ |
Image RemovedImage Added
Post-Deployment Testing
...
| Joget DX LEE8 EE |
| Apache HTTP Web Server 2.4 with mod_proxy and mod_balancer (proxy and load balancing modules) running on Ubuntu 18.04 Chinese |
---|
Apache HTTP Web服务器2.4与在Ubuntu 18.04上运行的mod_proxy和mod_balancer(代理和负载平衡模块) |
Thai |
---|
Apache HTTP Web Server 2.4 พร้อม mod_proxy และ mod_balancer (พร็อกซีและโมดูลการปรับสมดุลโหลด) ที่ทำงานบน Ubuntu 18.04 |
|
Application Servers Thai |
---|
เซิร์ฟเวอร์แอปพลิเคชัน |
| Apache Tomcat 8.5 running on Ubuntu 18.04 Chinese |
---|
运行在Ubuntu 18.04上的Apache Tomcat 8.5 |
Thai |
---|
Apache Tomcat 8.5 ทำงานบน Ubuntu 18.04 |
|
Shared File Directory Thai |
---|
ไดเรกทอรีไฟล์ที่ใช้ร่วมกัน |
| |
Shared Database Thai |
---|
ฐานข้อมูลที่ใช้ร่วมกัน |
| MySQL 5.7 on Ubuntu 18.04 Chinese |
---|
Ubuntu 18.04上的MySQL 5.7 |
Thai |
---|
MySQL 5.7 บน Ubuntu 18.04 |
|
...