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
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 .
$CATALINA_HOME/webapps
$CATALINA_BASE/conf/server.xml
Check the documentation for attribute appBase.
appBase
Hope it helped.