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.
|
Table of Contents |
---|
Note | ||
---|---|---|
| ||
Log file path is specified in WEB-INF/classes/log4j.properties . Specifically, these 2 tags:
In other app server types other than tomcat, the value for ${catalina.home} is empty, so the path becomes /logs/email.log . |
Installation on Weblogic 12c (12.2.1.4)
...
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"
Deploy the jw.war file in the domains/base_domain/deploy/autodeploy directory
Thai ปรับใช้ไฟล์ jw.war ในไดเร็กทอรี domains / base_domain / deploy / autodeploy
...