Version: 3.9.3
Date: December 21,2018
JetPatch Server - 3.9.3 build 3
Connector - 3.8.0 Build 22
New Features in JetPatch Agent Manager
JetPatch version 3.9.3 includes these new features:
- Official Support for JAVA 11
- Support for Service Fabric discovery in Azure
Fixed Issues
- Resolved an error when downloading single files larger than 100 MB. Now you can download files up to 500 MB
Download Details
- Current JetPatch version is JetPatch 3.9.3 Download here.
Installation and Upgrades
Installing Java 11 - Reference
This is a reference for Java 11 installation - please use the most appropriate procedure to you environment and Java 11 license
JDKVER=11.0.1 JDKBUILD=13 curl -s -O https://download.java.net/java/GA/jdk11/${JDKBUILD}/GPL/openjdk-${JDKVER}_linux-x64_bin.tar.gz tar xf openjdk-${JDKVER}_linux-x64_bin.tar.gz -C /usr/local ln -s /usr/local/jdk-${JDKVER} /usr/local/jdk-11 /usr/sbin/alternatives --install /usr/bin/java java /usr/local/jdk-11/bin/java 300000 /usr/sbin/alternatives --set java /usr/local/jdk-11/bin/java mkdir -p /usr/java rm -f /usr/java/latest ln -s /usr/local/jdk-11 /usr/java/latest
rm -f /usr/java.default
ln -s /user/local/jdk-11/usr/java/defaultConfiguration changes needed in Tomcat
Remove the following line from /usr/share/tomcat/service/tomcat.conf:
JAVA_ENDORSED_DIRS=/usr/share/tomcat/default/endorsedMove the endorsed library like so:
mv /usr/share/tomcat/default/endorsed/jaxws-api-2.2.5.jar /usr/share/tomcat/default/lib/
Comments
0 comments
Please sign in to leave a comment.