Re: web.xml error-page

2007-05-23 Thread SiSi7;mon
with JSF is to forget to > use in pages, which display effective components errors > occured during last request. > > > SiSi'mon a écrit : >> I am having extremely severe problems with MyFaces right now. The >> biggest >> problem is that when MyFaces b

Re: web.xml error-page

2007-05-23 Thread SiSi7;mon
nt by email, etc. > > Last but not least, a common beginner mistake with JSF is to forget to > use in pages, which display effective components errors > occured during last request. > > > SiSi'mon a écrit : >> I am having extremely severe problems with MyFaces

not working

2007-05-23 Thread SiSi7;mon
I have the following: java.lang.Throwable /web/error/Throwable.jsf but there are myfaces / spring and hibernate exceptions being thrown and it is not being sent to this xhtml page. any ideas? -- View this message in context: http://www.nabble.com/%3Cerror-page%3E-not

web.xml error-page

2007-05-23 Thread SiSi7;mon
I am having extremely severe problems with MyFaces right now. The biggest problem is that when MyFaces breaks (throws an exception), you never know about it sometimes. There is no information in the log files etc. What I would like to do is to somehow print out a stack trace in the browser wind

How to force tomcat to not write or load .ser files?

2007-05-22 Thread SiSi7;mon
Is there a configuration somewhere that I can set to force tomcat to not write or read .ser files (under work/). thanks Si'mon -- View this message in context: http://www.nabble.com/How-to-force-tomcat-to-not-write-or-load-.ser-files--tf3801114.html#a10754663 Sent from the Tomcat - User mailin

How to programatically undeploy an application (war)?

2007-05-22 Thread SiSi7;mon
When tomcat is starting up I want to undeploy a war if there there is any exception of any kind thrown in the war. For example if there is a hibernate exception, spring exception or an exception I throw, then I want to not continue and either shut down tomcat (System.exit) or undeploy the war. I