weblogic9.2变成8的形式

 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>

 

你可能感兴趣的:(职场,休闲,weblogic9,修改weblogic的线程数,weblogic8)