To allow Tomcat to use soft links in WEB-INF folders (so you can keep the files in a repo) you need to set

/etc/tomcat/context.xml

to

<Context allowLinking="true">
...
</Context>

Networking - Tomcat