Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Download the desired Tomcat version from its official site. You can click here to get 从Tomcat官网下载Joget所需的tomcat版本. 您可以点击 此处 下载 Tomcat 8.
Info | ||
---|---|---|
| ||
Make sure that you match Tomcat with the version of Java that you are using. | ||
请确保您下载了正确的Tomcat版本. |
Optional step: If you every plan to start up Joget Workflow 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可选步骤: 如果您准备通过手工点击批处理文件来启动tomcat,您需要修改 joget.start 文件来指向新的tomcat文件夹.
Code Block | ||
---|---|---|
| ||
set CATALINA_HOME=.\apache-tomcat-8.0.20 |
Code Block | ||
---|---|---|
| ||
set CATALINA_HOME=.\apache-tomcat-8.0.33 |
Run 运行 service.bat install.
Code Block | ||
---|---|---|
| ||
C:\joget\Joget-v5-Enterprise\apache-tomcat-8.0.33\bin>service.bat install Installing the service 'Tomcat8' ... Using CATALINA_HOME: "C:\joget\Joget-v5-Enterprise\apache-tomcat-8.0.33" Using CATALINA_BASE: "C:\joget\Joget-v5-Enterprise\apache-tomcat-8.0.33" Using JAVA_HOME: "C:\Program Files\Java\jdk1.7.0_79" Using JRE_HOME: "C:\Program Files\Java\jdk1.7.0_79\jre" Using JVM: "C:\Program Files\Java\jdk1.7.0_79\jre\bin\server\jvm.dll" The service 'Tomcat8' has been installed. |
To verify, you may check in 核实安装成功, 您可以在 Computer Management -> Services 中查看.
Next下一步, go to the 进入 Java tab, append the following lines in the 标签页, 将以下参数添加到 Java Options field. This is to define the wflow home folder from where Joget Workflow will run 选项中. 它将 wflow 目录定义为Joget Workflow 的工作目录.
Code Block | ||
---|---|---|
| ||
-Dwflow.home=C:\joget\Joget-v5-Enterprise\wflow |
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.
当您已成功将 Tomcat 安装为Windows服务, 您可能也希望将 MySQL 安装为服务, 并且将 Tomcat 依赖于 MySQL 服务l.
参考Reference: Apache Tomcat 8 - Windows service HOW-TO