private static boolean terminateRunningThread(ConfigWeb configWeb,int id) {
Struct pcs = ((CFMLFactoryImpl)configWeb.getFactory()).getRunningPageContexts();
Iterator it = pcs.keyIterator();
PageContextImpl pc;
Collection.Key key;
while(it.hasNext()) {
key=KeyImpl.toKey(it.next(),null);
pc=(PageContextImpl) pcs.get(key,null);