...
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.9.22.jar -javaagent:path_to/wflow/glowroot/glowroot.jar"
Deploy the jw.war file in the domains/base_domain/deploy/autodeploy directory
Thai ปรับใช้ไฟล์ jw.war ในไดเร็กทอรี domains / base_domain / deploy / autodeploy
Installation
...
Thai |
---|
การติดตั้งบน WebSphere Liberty V24.0.0.5 พร้อมกับ Java EE 8 Web Profile: |
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"
Deploy the jw.war file in the usr/servers/defaultServer/dropins directory
Thai ปรับใช้ไฟล์ jw.war ในไดเร็กทอรี usr / servers / defaultServer / dropins
Installation on WebSphere Liberty V20.0.0.1 with Java EE 8 Web Profile:
...