...
- Joget DX uses Glowroot for Java APM Application Performance Management; thus a new "-javaagent" argument in needed in the startup script, example below:
set JAVA_OPTS=-Xmx768M -Dwflow.home=./wflow/ -javaagent:./wflow/aspectjweaver-1.8.5.jar -javaagent:./wflow/glowroot/glowroot.jar
- Joget DX has new runtime Glowroot files in ".\wflow\glowroot\". You can retrieve these files from a fresh install of Joget DX in a temporary folder.
- Joget DX has a higher default maximum memory allocation pool for the JVM in @-Xmx768M@. Joget DX requires more heap space and if your server has the additional RAM, do allocate more @-Xmx@ memory for better performance.
- Joget DX installation is running on "apache-tomcat-8.5.41".
- Joget DX installation is running on Java "jre11.0.2". However Joget DX can still run on Java 8.
...