Title: Correct way to have a servlet exit ???

If a servlet encounters a problem on startup (e.g. can't find a config file) how should the servlet gracefully exit?

Is it safe to call its own destroy() method?   Will that confuse/damage the servlet container?

-Keith


Reply via email to