I found your mistake, you wrote:



context.setAttribute("myTest", "mkmmkmmkm");
String output = (String) getServletContext().getAttribute("testMe");


It should be: