BEA WebLogic Server 7 Instrukcja Użytkownika Strona 43

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 146
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 42
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"
Przeglądanie stron 42
1 2 ... 38 39 40 41 42 43 44 45 46 47 48 ... 145 146

Komentarze do niniejszej Instrukcji

Brak uwag