Is it possible to have a Map accessible to all the Servlets in a web server?
Can I do something as simple as extending a Servlet from all the servlet that has a static Map?
I just want for a servlet to do a search, fill the map structure and from that point on all the Servlets can read it.
You mean like Session Variables?