For servlet lifecycle stuff, what do you guys recommend doing in response to an exception...
For example,
public class Foo implements ServletContextL
We can the Exception through the object.printStackTrace(); or calling the Exception through out.print("Exception is"+ ex);