@Override
public void doGet(HttpServletRequest req, HttpServletResponse res) throws IOException {
Meteor m = Meteor.build(req, list, null);
// Log all events on the concole.
m.addListener(new EventsLogger());
req.getSession().setAttribute("meteor", m);
res.setContentType("text/html;charset=ISO-8859-1");