Directions#
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>
Related Wiki Links#
Networking - Tomcat
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>