2 This class extends from a Servlet class, and uses an instance member variable. Since only
3 one instance of a Servlet class is created by the J2EE framework, and used in a
4 multithreaded way, this paradigm is highly discouraged and most likely problematic. Consider
5 only using method local variables.