Hi Pavel, no, i did not find a solution yet now. I have worked around the problem by configuring error pages in web.xml. Unfortunately this does not work for error code 500. But at the moment i could solve all problems where error code 500 was sent, so in most cases it's now working and the user never sees a tomcat or faces generated error page.
PaJaSoft wrote: > > > >> Any suggestions where one should place the self written error handler >> class. Actually it is in WEB-INF/classes. >> > > Hello Ralf, > > I think the location is right and I expect the same behaviour as you. I'm > researching the same issue and for now I know that: > - when I bundle my own version of MyFaces in WEB-INF/lib directory > - hidden-classes org.apache.myfaces and javax.faces in geronimo-web.xml > > all works as expected and is described in Wiki. > > I don't know how to specify webapp deployment descriptor when I want to > use server bundled version of MyFaces (classloading problem). > > Have you resolved problem with your own ErrorHandler implementation? > > Thx for reply > > Pavel > -- View this message in context: http://www.nabble.com/Disabling-Faces-Error-Handling-tp19644629s134p22540662.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
