Can I place variable within the init() method of a servlet?
I've created a HashMap in the init() method of a servlet and now I'm
trying to get to it from doPost and it can't find my variable? Is
this posssible or should I be doing it a different way?