I have Freemarker template and I wish to share it between my Java Servlets packed to a separate WAR's.
What is the correct place for such a common templates?
I use Apache Tomcat 7 and I don't want to put all of them to /var/lib/tomcat7
This question is NOT about how to share application code and where to put JAR files or how to use extends
in Java. It is even NOT about how to share web.xml.
The question is how to share common templates and where is a right place for shared templates.