1. Download the desired Tomcat version from its official site. You can click here to get Tomcat 8. 

    32 or 64 bits?

    Make sure that you match Tomcat with the version of Java that you are using.

  2. Make sure that you pick the bundle meant for Windows as highlighted below.




  3. Extract the content and put it into the Joget's installation directory.
    In this article, our Joget installation directory is C:\Joget-DX7-Enterprise\
    At the time of writing, "apache-tomcat-8.5.54" is the version downloaded.




  4. Copy the jw.war from existing tomcat's webapps folder into the new one (i.e. from \apache-tomcat-8.5.41\webapp\ to \apache-tomcat-8.5.54\webapp\)

  5. Optional step: If you ever plan to start up Joget manually next time by running the usual batch file or through Windows Start Menu, you can modify joget.start to point to the new tomcat folder.

    Existing code
    set CATALINA_HOME=.\apache-tomcat-8.5.41
    New code
    set CATALINA_HOME=.\apache-tomcat-8.5.54
  6. Open up \apache-tomcat-8.5.54\bin in your command prompt.

  7. Run service.bat install service_name Tomcat8JogetDX.

    Command Prompt
    C:\Joget-DX7-Enterprise\apache-tomcat-8.5.54\bin>service.bat install service_name Tomcat8JogetDX
    Installing the service 'Tomcat8JogetDX' ...
    Using CATALINA_HOME:    "C:\Joget-DX7-Enterprise\apache-tomcat-8.5.54"
    Using CATALINA_BASE:    "C:\Joget-DX7-Enterprise\apache-tomcat-8.5.54"
    Using JAVA_HOME:        "C:\Joget-DX7-Enterprise\jre11.0.2"
    Using JRE_HOME:         "C:\Joget-DX7-Enterprise\jre11.0.2"
    Using JVM:              "C:\Joget-DX7-Enterprise\jre11.0.2\bin\server\jvm.dll"
    The service 'Tomcat8JogetDX' has been installed.
  8. To verify, you may check in Computer Management -> Services.



  9. Get back to the \apache-tomcat-8.5.54\bin folder. From the command prompt, runs the command tomcat8w.exe //ES/Tomcat8JogetDX


     

  10. Navigate to Log On tab. The default value "Local Service" is known to not provide enough permission to run Joget. Change it by changing to using a local user account to run the service. Please read https://stackoverflow.com/a/63907950 for more information.
  11. Go to the Logging tab. Verify that the Log path is pointing to the correct location, by default, it should point it back to the logs folder of the current Tomcat already.
    Select the level of logging you wish for in the level drop-down list.


     

  12. Next, go to the Java tab,change the JavaVirtual Machine file path to the file path shown below and append the following lines in the Java Options field. This is to define the wflow home folder from where Joget will run. At the same time, configure the maximum memory pool accordingly (i.e. 1024).

    Append these lines
    -Dwflow.home=C:\Joget-DX7-Enterprise\wflow
    -javaagent:C:\Joget-DX7-Enterprise\wflow\aspectjweaver-1.8.5.jar
    -javaagent:C:\Joget-DX7-Enterprise\wflow\glowroot\glowroot.jar



  13. Go to startup tab, set the working path to your Joget's installation folder. Repeat it for shutdown tab too.


     

  14. You can now start up Joget as a service.

After you have successfully added Tomcat as a service, you may also want to add MySQL as a service and make Tomcat dependent on MySQL as well.

  1. Installing MySQL as a Windows Service
  2. Adding MySQL service as a Dependency to Tomcat service


 

 


  • No labels