2011/1/31 Jonathan Rosenberg <[email protected]>:
> I'm new to Tomcat so I'm probably missing something simple here.  Any
> help appreciated.
>
> I'm trying to allow symlinking form any app on my development PC.  I
> added the following to $CATALINA_HOME/conf/context.xml
>
>    <?xml version="1.0" encoding="ISO-8859-1"?>
>    <Context allowLinking='true'>
>    </Context>

allowLinking="true" should never be used on case-insensitive file
systems, such as the one used by Windows. (read the docs - the warning
is there).

Also, there are no symlinks in Windows XP.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to