2011/1/31 Jonathan Rosenberg <j...@tabbysplace.org>:
> 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: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to