Thank you Matthew!

You are right, I am using Tomcat.
In my server.xml I have created the following virtual host:

        <Host name="<my-hostname>" appBase="webapps">
             <Context path="" docBase="C:\Inetpub\wwwroot\ROOT\" />
        </Host>

I did not really get the point which context.xml to extend with
allowLinking="true" to make tomcat follow symbolic links.
Can you give me a hint here?

Regards,
Thorsten

On Oct 11, 4:54 pm, Matthew Woodward <[email protected]> wrote:
> On Mon, Oct 11, 2010 at 6:02 AM, timerlan <[email protected]>wrote:
>
> > But opening http://<my-hostname>/B/index.cfm always leads to "File not
> > found! /B/index.cfm". An index.htm file which is located in ssame dir
> > is shown when opening http://<my-hostname>/B/index.htm.
>
> You may have to tell Tomcat (which I assume you're using, but you didn't
> say, so let me know if that isn't the case) to follow 
> symlinks:http://www.isocra.com/2008/01/following-symbolic-links-in-tomcat/
>
> I would have suggested checking Apache's settings for following symlinks as
> well but sounds like HTML files work OK, which means Apache can traverse the
> symlink.
> --
> Matthew Woodward
> [email protected]http://blog.mattwoodward.com
> identi.ca / Twitter: @mpwoodward
>
> Please do not send me proprietary file formats such as Word, PowerPoint,
> etc. as attachments.http://www.gnu.org/philosophy/no-word-attachments.html

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 official manual: http://www.openbluedragon.org/manual/
 Ready2Run CFML http://www.openbluedragon.org/openbdjam/

 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to