How does Tomcat locate the webapps directory?

前端 未结 4 1550
北恋
北恋 2020-11-30 03:33

How does Tomcat locate webapps directory? Where is this location set? Is it a relative directory?

4条回答
  •  温柔的废话
    2020-11-30 04:21

    Find server.xml at $CATALINA_BASE/conf/server.xml

    Find appBase attribute in element

    by default it will be something like :

提交回复
热议问题