From: fhanik Date: Wed, 21 Mar 2007 18:00:39 +0000 (+0000) Subject: Added in the Executor skeleton. the executor gets created in the service, so that... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b33b3d95db435013034d2a2a61b0e94998e443f6;p=tomcat7.0 Added in the Executor skeleton. the executor gets created in the service, so that the connectors can reference it. Feel free to hack away on improvements or yell at me if this is completely not what was intended and I will pull it out git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@520968 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/conf/server.xml b/conf/server.xml index 08e11f791..3acca4a18 100644 --- a/conf/server.xml +++ b/conf/server.xml @@ -32,7 +32,13 @@ Documentation at /docs/config/service.html --> - + + + + + - + +