Added in the Executor skeleton. the executor gets created in the service, so that...
authorfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 21 Mar 2007 18:00:39 +0000 (18:00 +0000)
committerfhanik <fhanik@13f79535-47bb-0310-9956-ffa450edef68>
Wed, 21 Mar 2007 18:00:39 +0000 (18:00 +0000)
commitb33b3d95db435013034d2a2a61b0e94998e443f6
tree372c5760ebad98fd4698b6c423b68e1d28efc512
parent5c5f3afc3f345676a325bb6122746da4330cb119
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
conf/server.xml
java/org/apache/catalina/Executor.java [new file with mode: 0644]
java/org/apache/catalina/Service.java
java/org/apache/catalina/core/StandardService.java
java/org/apache/catalina/core/StandardThreadExecutor.java [new file with mode: 0644]
java/org/apache/catalina/startup/Catalina.java
java/org/apache/catalina/startup/ConnectorCreateRule.java
java/org/apache/catalina/startup/EngineRuleSet.java
java/org/apache/catalina/startup/SetAllPropertiesRule.java
java/org/apache/tomcat/util/net/NioEndpoint.java