CATALINA_HOME environmental variable is not defined correctly

前端 未结 9 1081
野的像风
野的像风 2020-12-13 04:25

I installed Apache Tomcat 6.0 to a C:/Program Files folder and I set the environmental variables JAVA_HOME and CATALINA_HOME, but when

9条回答
  •  没有蜡笔的小新
    2020-12-13 04:51

    In environment variables define CATALINA_HOME as a new variable and the value for the variable value assign to >>> C:\apache\apache-tomcat-7.0.40

    in the path append this %CATALINA_HOME%\bin to get the command "catalina start" to work

提交回复
热议问题