Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added guide for Websphere Liberty V24.0.0.5 and aspectjweaver to 1.9.22

...

  1. Copy jw.war to wls1411/user_projects/domains/base_domain/autodeploy/
  2. Access Joget at http://localhost:7001/jw
    Thai

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

Installation on WebSphere Liberty V24.0.0.5 with Java EE 8 Web Profile:

Thai

การติดตั้งบน WebSphere Liberty V24.0.0.5 พร้อมกับ Java EE 8 Web Profile:


  1. Set the JVM_ARGS environment variable:

    Thai

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

    Code Block
    export JVM_ARGS="-javaagent:path_to/wflow/wflow-cluster.jar -javaagent:path_to/aspectjweaver-1.9.22.jar -javaagent:path_to/wflow/glowroot/glowroot.jar"
  2. Deploy the jw.war file in the usr/servers/defaultServer/dropins directory

    Thai

    ปรับใช้ไฟล์ jw.war ในไดเร็กทอรี usr / servers / defaultServer / dropins

Installation on WebSphere on WebSphere Liberty V20.0.0.1 with Java EE 8 Web Profile:

...