File tomcat5-context-allowlinking.xml of Package struts
<!--
$Id$
TOMCAT 5.0 VERSION
This file is needed because we (JPackage) deploy struts with a bunch
of symlinks for the .tld and .jar files in the WEB-INF directory.
Created on 10-01-2004 by Kaj J. Niemi <kajtzu@fi.basen.net>
-->
<Context path="/struts-@@@APPNAME@@@" docBase="struts-@@@APPNAME@@@"
debug="0" privileged="true" allowLinking="true" />
<!-- Ends -->