Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Another option is to set JAVA_HOME and JRE_HOME in /opt/shrine/tomcat/bin/setenv.sh :...

Code Block
languagebash
themeRDark
titlesetenv.sh
...
export JAVA_HOME=/opt/where_your_jdk_lives
export JRE_HOME=$JAVA_HOME
... 


Additionally, you should make sure to upgrade your JDBC driver.  The driver should support JDK 11 and later.  We have had success with the following versions of the driver:

...