Tomcat Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
tomcat启动报Tomcat Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
这是因为tomcat找不到安装的jdk在什么地方,所以我们需要在tomcat中配置一下
tomcat/bin/catalina.sh 添加如下配置
export JAVA_HOME=/usr/local/jdk
export JRE_HOME=/usr/local/jdk/jre
重启tocmat,这样就大功告成勒!
如果你热衷技术,喜欢交流,欢迎加入我们!