Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Chinese

Pagetitle
服务器集群指南
服务器集群指南

Table of Contents
indent30px
styledecimal

Introduction

Chinese

介绍

Thai

การแนะนำ

Overview

Chinese

概观

Thai

ภาพรวม

English

This document is intended to describe the steps required to

...

deploy Joget

...

DX 8 Enterprise Edition

...

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

Chinese

要求

Thai

ความต้องการ

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.

...

  1. 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.warjwdesigner.war从LEE包中部署到每个应用服务器,例如Apache Tomcat,将这些文件复制到tomcat webapps目录

    Thai

    ปรับใช้ไฟล์ WAR jw.war และ jwdesigner.war จากแพ็คเกจ LEE ไปยังแต่ละเซิร์ฟเวอร์แอปพลิเคชันเช่น Apache Tomcat และคัดลอกไฟล์เหล่านี้ไปยังไดเรกทอรี tomcat webapps

  2. 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"

...

  1. 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

    Chinese

    对于每个应用程序服务器,使用浏览器直接访问Joget Web控制台,绕过负载平衡器,例如 {+} http:// server1:8080 / jw / web / console / home +

    Thai

    สำหรับแต่ละแอปพลิเคชันเซิร์ฟเวอร์ให้ใช้เบราว์เซอร์เพื่อเข้าถึง Joget เว็บคอนโซลโดยตรงผ่านตัวโหลดบาลานซ์เช่น http://server1:8080/jw/web/console/home

  2. Request for license and activate it using the link in the web console footer.

    Chinese

    请求许可证并使用的Web控制台页脚中的链接激活它。

    Thai

    ร้องขอใบอนุญาตและเปิดใช้งานโดยใช้ลิงก์ในส่วนท้ายของคอนโซลเว็บ


    Image RemovedImage Added

Post-Deployment Testing

...

Joget

Chinese

Joget工作流程

Thai

Joget เวิร์กโฟลว์

Joget DX LEE8 EE

Load Balancer

Chinese

负载平衡器

Thai

โหลดบาลานเซอร์

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

Chinese

应用服务器

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

Chinese

共享文件目录

Thai

ไดเรกทอรีไฟล์ที่ใช้ร่วมกัน

NFS on Ubuntu 18.04

Chinese

NFS 18.04上的NFS

Thai

NFS บน Ubuntu 18.04

Shared Database

Chinese

共享数据库

Thai
ฐานข้อมูลที่ใช้ร่วมกัน

MySQL 5.7 on Ubuntu 18.04

Chinese

Ubuntu 18.04上的MySQL 5.7

Thai

MySQL 5.7 บน Ubuntu 18.04

...