Just remove that :
>
> // Create the thread pool
> IoThreadPoolFilter threadPool = new IoThreadPoolFilter();
> threadPool.start();
> addFilter("threadPoolFilter", threadPool);
The ExecutorFilter will be placed automaticly.Julien
