方法一
修改啟動腳本參數
在啟動腳本中
增加如下參數
%JAVA_HOME%\bin\java %JAVA_VM% %MEM_ARGS% %JAVA_OPTIONS%
Dweblogic
Name=%SERVER_NAME%
Djava
security
policy=%WL_HOME%\server\lib\weblogic
policy
Dweblogic
threadpool
MinPoolSize=
Dweblogic
threadpool
MaxPoolSize=
%PROXY_SETTINGS% %SERVER_CLASS%
方法二
修改config
xml
在config
xml中
增加如下參數
<server>
<name>AdminServer</name>
<self
tuning
thread
pool
size
min>
</self
tuning
thread
pool
size
min>
<self
tuning
thread
pool
size
max>
</self
tuning
thread
pool
size
max>
<listen
port>
</listen
port>
<listen
address></listen
address>
</server>
經過測試
以上兩種方法適合weblogic
g
From:http://tw.wingwit.com/Article/program/Java/gj/201311/27488.html