Peter Crowther wrote:
> 
> 2009/8/19 bobgosling <robert.gosl...@sc.com>:
> [...]
>> Instead of showing a dir listing I get a 404 error "The requested
>> resource (
>> /raceweb/_links/appserverlogs/YieldCurveServer/) is not available.
>>
>> The "appserverlogs" in the url is actually a link to a directory
>> elsewhere
>> on the host.
> [...]
>> Why would the links be a problem ?
> 
> Tomcat mistrusts symlinks by default.  You'll need to add
> allowLinking="true" to the Context for your webapp, at which point it
> will follow them.  Exactly where you add this depends on exactly how
> your Tomcat is set up, but I hope this will give you enough of a
> pointer to add that in your installation.
> 
> - Peter
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 
> 


Thanks ! Fixed immediately.



-- 
View this message in context: 
http://www.nabble.com/Why-404-instead-of-dir-listing---tp25038392p25039226.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to