在使用weblogic12C的过程中,发现程序运行时,总是会有如下的提示信息:
<2012-5-16 下午01时11分20秒 CST> <Warning> <Socket> <BEA-000402> <There are: 5 active sockets, but the maximum number of socket reader threads allowed by the configuration is: 4. The configuration may need altered.>
大概意思看明白了:配置的是最大socket reader线程数是4,而实际激活是5个线程,但是在不明白这个socket reader在哪进行配置的?