tomcat - CATALINA_BASE and CATALINA_HOME variables

前端 未结 6 1921
没有蜡笔的小新
没有蜡笔的小新 2020-11-29 16:25

I have multiple instances of tomcat 6 running on the same server (Linux) and it works as expected. I am trying to find out what the standard practice is with regards to sett

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-29 16:55

    That is the parent folder of bin which contains tomcat.exe file:

    CATALINA_HOME='C:\Program Files\Apache Software Foundation\Tomcat 6.0'
    

    CATALINA_BASE is the same as CATALINA_HOME.

提交回复
热议问题