Versions Compared

Key

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

The following are the steps and issues when installing Joget DX on other Java EE application servers. Please do contribute to this article with your experiences.

Thai

ต่อไปนี้เป็นขั้นตอนและปัญหาเมื่อติดตั้ง Joget DX บนเซิร์ฟเวอร์แอปพลิเคชัน Java EE อื่น ๆ โปรดช่วยสนับสนุนบทความนี้ด้วยประสบการณ์ของคุณ

Table of Contents

Note
iconfalse

Log file path is specified in WEB-INF/classes/log4j.properties .

Specifically, these 2 tags:

  • log4j.appender.R.File=${catalina.home}/logs/joget.log
  • log4j.appender.R2.File=${catalina.home}/logs/email.log

In other app server types other than tomcat, the value for ${catalina.home} is empty, so the path becomes /logs/email.log .

Do change the path for these tags to set your preferred log paths.
Another alternative is also to set the system property in the Java VM startup script, e.g.: -Dcatalina.home=(your_preferred_log_path)


Installation on Weblogic 12c (12.2.1.4)

...

  1. Set the JAVA_OPTIONS environment variable:

    Thai

    ตั้งค่าตัวแปรสภาพแวดล้อม JAVA_OPTIONS:

    Code Block
    export JAVA_OPTIONS="-javaagent:path_to/wflow/wflow-cluster.jar -javaagent:path_to/aspectjweaver-1.8.5.jar -javaagent:path_to/wflow/glowroot/glowroot.jar -Dcatalina.home=path_to_logs"
  2. Deploy the jw.war file in the domains/base_domain/deploy/autodeploy directory

    Thai

    ปรับใช้ไฟล์ jw.war ในไดเร็กทอรี domains / base_domain / deploy / autodeploy

...