Справочник Пользователя для BEA 7

Скачать
Страница из 146
Additional Upgrade Procedures and Information
BEA WebLogic Server 7.0 Upgrade Guide
1-31
about upgrading, see 
 
in the Upgrade Guide for BEA 
WebLogic Server 7.0
Servlets
Update your web.xml file so that it uses the following new classes:
weblogic.servlet.proxy.HttpClusterServlet
instead of 
weblogic.servlet.internal.HttpClusterServlet
and
weblogic.servlet.proxy.HttpProxyServlet
instead of
weblogic.t3.srvr.HttpProxyServlet
If you have trouble with a servlet within the scope of application deployment see 
Thread Pool Size
In WebLogic Server 6.0, the number of worker threads was specified via the 
ThreadPoolSize
 parameter on the server MBean. Starting in WebLogic Server 6.1, 
the number of worker threads is defined via an 
ExecuteQueue
 on the Server MBean. 
WebLogic Server 7.0 provides a porting path for this parameter, so that if it is specified 
in the 
config.xml
 file, or if it is passed to the client or server on the command line 
(
-Dweblogic.ThreadPoolSize=<xx>
), WebLogic Server ports your 
ThreadPoolSize
 to the 
ThreadCount
 setting automatically.
Setting the number of worker threads:
In WebLogic Server 6.x:
<Server
Name="myserver"
ThreadPoolSize="23"