<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi List,<br>
<br>
I am trying to configure static export and for that I need a working
file-not-found handler. <br>
The static export configuration itself is nothing that I am so
concerned about, but I have a problem with the error handler servlet of
opencms.<br>
<br>
No matter which URL I call that should be associated with the
errorhandler servlet, I always get a tomcat-style permission denied
page with error code 403 (=permission denied), saying: "<u>Access to
the specified resource () has been forbidden.</u>" <br>
<br>
For  example, if I call:<br>
    <a class="moz-txt-link-freetext" href="http://localhost:8080/opencms-errorhandler/">http://localhost:8080/opencms-errorhandler/</a><br>
or <br>
    <a class="moz-txt-link-freetext" href="http://localhost:8080/opencms-errorhandler/handle404/">http://localhost:8080/opencms-errorhandler/handle404/</a><br>
or<br>
   
<a class="moz-txt-link-freetext" href="http://localhost:8080/opencms-errorhandler/handle404/sites/default/path/to/page.html">http://localhost:8080/opencms-errorhandler/handle404/sites/default/path/to/page.html</a><br>
or<br>
   
<a class="moz-txt-link-freetext" href="http://localhost:8080/opencms-errorhandler/handle404/path/to/page.html">http://localhost:8080/opencms-errorhandler/handle404/path/to/page.html</a><br>
<br>
... with any of these URLs I get the mentioned error (
/sites/default/path/to/page.html stands for an existing file in the VFS
).<br>
___________<br>
<br>
- I have checked my opencms and tomcat logs and there is nothing there,
although I have set the log4j loglevel to INFO for everything.<br>
- I have checked the permissions of all files below the
/system/handlers/ directory in the virtual filesystem, but all files
are readable and viewable for Guest users<br>
- The rest of my system is working. If I directly call the 404 handler
page "/system/handler/handle404.html", instead of triggering the
separate errorhandling servlet, then I see the normal error page
instead of a permission denied error.<br>
<br>
<br>
So my questions are:<br>
* Does it work for anyone?<br>
* Does anyone know what could be wrong with the errorhandler servlet?<br>
* Did anyone else experience something similar?<br>
<br>
Any replies are highly appreciated. Thanks in advance,<br>
christian<br>
</body>
</html>