You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 4
Next »
Introduction
If you are upgrading your current Joget v5 or v6 to Joget DX, here are your options and step by step guides.
What's New In Joget DX Installation Files
The following are new in Joget DX:
- Joget DX uses Glowroot for Java APM; 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\".
- 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.
Run Joget DX In My Existing v5/v6 Folder
Run Joget DX In A New Folder And Use My Existing Database
Run Joget DX In A New Folder And Use The Default New Database
General Upgrade Flow
- Prepare a test server that mimics the production server as close as possible in all possible aspects (e.g. user setup, networking environment, cpu/memory capabilities, database) without cloning the production's database server. Start with a fresh new database.
- Once you are ready with the test server, you may try to start with a fresh database without the data but just the Apps loaded in. Run through all the functionalities of your Apps to see if everything works as expected.
- If Step 2 goes well, you may then try to clone the existing production database to see how your Apps fare with the existing production data. Run through all the functionalities of your Apps again to see if everything works as expected.
- If you have integrated Joget Workflow with other solutions, you will also need to test them accordingly.
- When you are ready, please continue to the next step.
Please backup your files and perform the necessary tests after the upgrade. If you are upgrading from v3, please note that there have been security hardening changes since v4 so please refer to v4 Compatibility .
Updating Joget Workflow
- Locate the new jw.war and jwdesigner.war files from either the:
- Downloadable Installers (in the /apache-tomcat-x.x.x/webapps directory); or
- The Enterprise Support Site for Enterprise Software Subscribers.
- Stop Apache Tomcat / Joget.
- Backup the existing installation data (Please refer to Joget Workflow Deployment Best Practices)
- Delete the existing jw.war, jwdesigner.war, jw and jwdesigner directories in "[Joget Installation Directory]/apache-tomcat-x.x.x/webapps".
- Delete the Apache Tomcat working directories i.e. the "jw" and "jwdesigner" directories in "[Joget Installation Directory]/apache-tomcat-x.x.x/work/Catalina/localhost".
- Copy the new jw.war and jwdesigner.war files into the Apache Tomcat webapps directory "[Joget Installation Directory]/apache-tomcat-x.x.x/webapps".
- Start Apache Tomcat / Joget Workflow.