gdamour 2005/03/25 06:23:36
Modified: modules/assembly/src/plan j2ee-server-plan.xml
Log:
ServicePool uses now a Thread pool under the cover. This pool is either
created or provided.
Use the default Geronimo Thread pool under the cover of StandardServiceStack.
Revision Changes Path
1.74 +2 -4 openejb/modules/assembly/src/plan/j2ee-server-plan.xml
Index: j2ee-server-plan.xml
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/assembly/src/plan/j2ee-server-plan.xml,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- j2ee-server-plan.xml 19 Mar 2005 04:14:12 -0000 1.73
+++ j2ee-server-plan.xml 25 Mar 2005 11:23:36 -0000 1.74
@@ -266,10 +266,9 @@
<attribute name="port">4201</attribute>
<attribute name="address">127.0.0.1</attribute>
<attribute name="allowHosts">127.0.0.1</attribute>
- <attribute name="priority">5</attribute>
- <attribute name="threads">20</attribute>
<attribute name="logOnSuccess">HOST,NAME,THREADID,USERID</attribute>
<attribute name="logOnFailure">HOST,NAME</attribute>
+ <reference name="Executor"><name>DefaultThreadPool</name></reference>
<reference name="Server">
<gbean-name>openejb.server:name=EJBServer,*</gbean-name>
</reference>
@@ -301,10 +300,9 @@
<attribute name="port">8000</attribute>
<attribute name="address">127.0.0.1</attribute>
<attribute name="allowHosts">127.0.0.1</attribute>
- <attribute name="priority">5</attribute>
- <attribute name="threads">5</attribute>
<attribute name="logOnSuccess">HOST,NAME,THREADID,USERID</attribute>
<attribute name="logOnFailure">HOST,NAME</attribute>
+ <reference name="Executor"><name>DefaultThreadPool</name></reference>
<reference name="Server">
<gbean-name>openejb:type=Server,name=HTTPSOAP</gbean-name>
</reference>