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,这样就大功告成勒!
如果你热衷技术,喜欢交流,欢迎加入我们!
程序猿学社
认证博客专家
Java
Spring Boot
公众号程序猿学社,关注社长,跟着社长一起学习github文章系统整理https://github.com/ITfqyd/cxyxs