tomcat specifies the JDK, and does not use the JDK version in the environment variable

If tomcat does not specify the JDK, it uses the JDK in the environment variable.

Specify JDK only need to modify two files, catalina.bat and setclasspath.bat

There is one in catalina.bat.
Insert picture description here
There are four places in setclasspath.bat.
Insert picture description here
Insert picture description here

Guess you like

Origin blog.csdn.net/numbbe/article/details/108826852