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
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