For servlet lifecycle stuff, what do you guys recommend doing in response to an exception...
For example,
public class Foo implements ServletContextL
It is good tone to show some page like "Technical error, sorry" and not to show the stacktrace with the error message. Just log it and forward the user to error page.