!!! 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 

%%prettify 
{{{
/etc/tomcat/context.xml
}}}
/%

to

%%prettify 
{{{
<Context allowLinking="true">
...
</Context>
}}}
/%

!!! Related Wiki Links
* [Install Tomcat 6 on Ubuntu]
* [Apache Tomcat on Mac]

----
[Networking | CategoryArchive.Computing.Networking] - 
[Tomcat | CategoryArchive.Computing.Lang.Java.Tomcat]