Christoph Zwerschke wrote:
>> To provide more concise URLs to users, I use a servlet called index.py 
>> to forward requests.  I'm sure I didn't think this up myself, but I 
>> cannot find it in the current docs.
>>     
>
> You can also use Main.py, and you can configure it in 
> Application.config, setting "DirectoryFile"...
>   

That works perfectly and is a better way to do it.  Thanks.

>> This has been working well for me except when I override 
>> writeExceptionReport(),
>>     
>
> HTTPServlet does not support this. You should use HTTPContent or Page.
>   

While your suggestion gets rid of the extra exception in the error 
report, it doesn't solve the problem, which is that forwarding a servlet 
fails to forward the call to writeExceptionReport().  (Your above 
solution fixes my problem; I'm continuing this thread solely to point 
out a bug in WebKit.)


   Oliver

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to