PrintWriter out = response.getWriter();
out.println( "In ServletContextAttributeReplacedEventTest servlet<BR>" );
StaticLog sl = new StaticLog();
sl.resetLog();
ServletConfig config = this.getServletConfig();
ServletContext context = config.getServletContext();
context.setAttribute( "ServletContextAttributeEventReplacedTest", "Attribute1" );
context.setAttribute( "ServletContextAttributeEventReplacedTest", "Attribute2" );