Eclipse + Tomcat - Serve webapp directly from workspace

后端 未结 9 640
旧时难觅i
旧时难觅i 2021-02-04 10:13

What is the ideal way to configure Tomcat to serve directly from my project\'s directory inside of my workspace? (related)

I want my static web resources

9条回答
  •  有刺的猬
    2021-02-04 10:48

    By default it shares only the apps located in $CATALINA_HOME/webapps. You can change it in the $CATALINA_BASE/conf/server.xml in the .

    Check the documentation for attribute appBase.

    Hope it helped.

提交回复
热议问题