I tried to use servletcontext to store global data which can be used across components /requests/sessions.The data is getting lost when used inside servlet, but when I used the Jspcontext in JSP, it worked.I am looking for any API to hold the data as long as the instance is up.I wanted to read data ...