> Our logs are pretty filled up with loggings like this: > > 2009-09-02 15:24:32,462 ERROR ... Servlet.service() for servlet default > threw exception javax.servlet.ServletException: > SiteLocatorFilter with no Site :-( > .... > [full stack trace]
> This logging, including a full stack trace, appears if you try to > access a non existing resource: > http://myserver.com/foobar.txt It comes from accessing an unknown vhost, not an unknown resource. This can be solved by creating a blank skin for the "unknown vhost" that solely has configuration.properties w/ site.parent=<your-normal-skin> It does make sense the full stack trace be shortened to a message more exact. ~mck -- "There are only two ways to live your life. One is as though nothing is a miracle. The other is as if everything is." Albert Einstein |
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Kernel-development mailing list [email protected] http://sesat.no/mailman/listinfo/kernel-development
