在domains中的工程中,config/config.xml中server标签改成下面的内容:
把原来的<server>标签改成下面的!
<server>
<name>AdminServer</name>
<execute-queue>
<name>default</name>
<thread-count>29</thread-count>
<queue-length-threshold-percent>90</queue-length-threshold-percent>
<threads-increase>5</threads-increase>
<threads-maximum>29</threads-maximum>
<threads-minimum>10</threads-minimum>
</execute-queue>
<use81-style-execute-queues>true</use81-style-execute-queues>
<listen-port>8001</listen-port>
<listen-address>172.16.103.51</listen-address>
</server>
<production-mode-enabled>true</production-mode-enabled>
本文转自韩立伟 51CTO博客,原文链接:http://blog.51cto.com/hanchaohan/826417,如需转载请自行联系原作者