How do I activate symbolic links in my web application? To activate symbolic links in your web application, specify this property in your web application's <code>sun-web.xml</code>:
<sun-web-app>
<property name="allowLinking" value="true"/>
</sun-web-app>
The default value of this property is <code>false</code>. Alternatively, you may specify this property at the <code><virtual-server></code> level in <code>domain.xml</code>, in which case it will apply to all web applications deployed on the virtual server, unless overridden by a web application's <code>sun-web.xml</code>.
|