Inc. Server User Manual

Additional Upgrade Procedures and Information
BEA WebLogic Server 7.0 Upgrade Guide 1-31
about upgrading, see “Upgrading Security 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
“Deployment” on page 1-24.
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"