linux tomcat 湯姆凱特

IEDA 啓動不了 tomcat .

Application Server was not connected before run configuration stop, reason:
Unable to ping server at localhost:1099

緣由是我tomcat 環境沒有配置好.沒有指定JAVA_HOME和TOMCAT_HOME


在start.sh 中添加好JAVA_HOME 以後.
JAVA_HOME=/usr/local/jdk1.8.0_25
PATH=$JAVA_HOME/bin:$PATH
CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar
TOMCAT_HOME=/home/MySoft/apache-tomcat-7.0.57

Neither the JAVA_HOME nor the JRE_HOME environment variable is defined
At least one of these environment variable is needed to run this program


cannot find bin setclasspath sh this file is needed to run this program

在  bin/setclasspath.sh  添加你的JAVA_HOME
 直接執行的話
Cannot find /Home/apache-tomcat-7.0.57/bin/setclasspath.sh
This file is needed to run this program
 

使用 $sudo 執行便可
相關文章
相關標籤/搜索