Overview
English |
---|
Joget Cloud Edition is an enhanced version of Joget Enterprise that supports multi-tenancy, allowing for multiple accounts (tenants) to be hosted on one webapp. Each account appears to be a separate installation. |
Thai |
---|
Joget Cloud Edition เป็นรุ่นปรับปรุงของ Joget Enterprise ที่รองรับหลายผู้เช่าทำให้สามารถโฮสต์หลายบัญชี (ผู้เช่า) บนเว็บแอปเดียว แต่ละบัญชีดูเหมือนจะเป็นการติดตั้งแยกต่างหาก |
...
Configuration
Enable Multi-tenancy
Thai |
---|
เปิดใช้งานการเช่าหลายรายการ |
Add this line to the tomcat.sh
file located inside your Joget/AE folder to set the Java option to enable multi-tenancy by virtual host in Joget when starting Tomcat:
Thai |
---|
เพิ่มบรรทัดนี้ลงในไฟล์ tomcat.sh ที่อยู่ภายในโฟลเดอร์ Joget / AE ของคุณเพื่อตั้งค่าตัวเลือก Java เพื่อเปิดใช้งานการเช่าหลายรายการโดยโฮสต์เสมือนใน Joget เมื่อเริ่ม Tomcat: |
Code Block |
---|
|
Dwflow.virtualhost=true |
DNS Configuration
...