Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有个问题。我不知道如何配置 tomcat6/webapps/ROOT/META-INF/context.xml 以从目录 /home/myname/project/test/web/target/firsttest-1.1.0.SNAPSHOT.war 启动我的应用程序我,请!我无法用谷歌搜索这个问题
您可以使用以下环境变量配置 Tomcat 在何处查找配置信息:
CATALINA_HOME 是 tomcat 二进制文件所在的位置。
CATALINA_BASE 是实例特定配置文件所在的位置。这应该看起来像原始 Tomcat 基本目录的副本,其中包含 conf、logs、temp、webapps 和 work 文件夹。
因此,通过设置 CATALINA_BASE 环境变量,您可以将 Tomcat 配置为在多种不同的配置中运行。