160161162163164165166167168169170
// if the implementation is a non Tomcat implementation invoke // the normal if (req.getAttribute("de.jochenbrissier.byw.comet") != null && req.getAttribute("de.jochenbrissier.byw.comet") .equals("nonTomcat")) { backyard.startAsync(); } else { backyard.startAsync(ev); } }
162163164165166167168169170171172
if (req.getAttribute("de.jochenbrissier.byw.comet") != null && req.getAttribute("de.jochenbrissier.byw.comet") .equals("nonTomcat")) { backyard.startAsync(); } else { backyard.startAsync(ev); } } if (function.matches("listen")) { log.debug("listen");
169170171172173174175176177178179
171172173174175176177178179180181
7374757677787980818283
} if (function.matches("comet")) { log.debug("comet"); backyard.startAsync(); } // if the json obj contains the function listen if (function.matches("listen")) {
161162163164165166167168169170171
163164165166167168169170171172173
949596979899100101102103104
if (function.matches("comet")) { log.debug("comet"); backyard.startAsync(); }