Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
...
Depending on your JDK/Java used, select the correct bit architecture (x86 or x64), make a reference to it under the variable named -Djava.library.path from your joget-start.bat file. Example:-
Thai |
---|
ขึ้นอยู่กับ JDK / Java ที่คุณใช้เลือกแบบที่ถูกต้อง (x86 หรือ x64) ทำการอ้างอิงภายใต้ตัวแปรชื่อ -Djava.library.path จากไฟล์ joget-start.bat ของคุณ ตัวอย่าง:- |
Code Block |
---|
set JAVA_OPTS=-XX:MaxPermSize=128m -Xmx512M -Dwflow.home=./wflow/ -Djava.library.path=E:/Downloads/sqljdbc_4.0.2206.100_enu/sqljdbc_4.0/enu\/auth/x86 |
Edit the datasource properties file. Modify the workflowUrl attribute.
Add in the "integratedSecurity=true" attribute. Example:-
Thai |
---|
แก้ไขไฟล์คุณสมบัติแหล่งข้อมูล ปรับเปลี่ยนแอตทริบิวต์ workflowUrl เพิ่มในแอตทริบิวต์ "integratedSecurity = true" ตัวอย่าง:- |
Code Block |
---|
workflowUrl=jdbc\:sqlserver\://192.168.2.213\:1433;DatabaseName\=jwdb;integratedSecurity\=true |
You may now empty the workflowPassword attribute. workflowUser attribute must still contain a string but it can be anything.
Thai |
---|
ตอนนี้คุณสามารถล้างข้อมูลแอตทริบิวต์ workflowPassword แอ็ตทริบิวต์ คุณสามารถปล่อยให้แอตทริบิวต์ workflowPassword เป็นวางได้แต่ แอตทริบิวต์ workflowUser ต้องยังคงมีสตริง แต่สามารถเป็นอะไรก็ได้ |
Joget will now start up using the MS SQL Database using the same Windows credential it started up with.
Thai |
---|
Joget จะเริ่มต้นใช้ฐานข้อมูล MS SQL โดยใช้ข้อมูลรับรอง Windows เดียวกับที่เริ่มต้น |
...