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