| IF you need a servlet to start immediatley after Tomcat server start
then name the servlet following the pattern pattern:
"SomeServletNameStartOnStartup[NN] " where [NN] means
two digits number - the order the servlet will startup.
Feel free to extend this class in order to ass extra configurations
to the application's context. Like Filters, Listeners or other Security
Configurations.
author: LPS |