30 lines
1.4 KiB
HTML
30 lines
1.4 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
|
||
|
|
||
|
<title>Manage thread pool settings for the Web container with the administrative console</title>
|
||
|
</head>
|
||
|
|
||
|
<BODY>
|
||
|
<!-- Java sync-link -->
|
||
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
||
|
|
||
|
<h4><a name="acwebtrd"></a>Manage thread pool settings for the Web container with the administrative console</h4>
|
||
|
|
||
|
<p>Thread pools allow components of the application server to reuse threads. eliminate the need to create new threads at runtime. Using a thread pool reduces the amount of resources required to create new threads at run time.</p>
|
||
|
|
||
|
<ol>
|
||
|
<li><a href="acstart.htm">Start the administrative console</a>.</li>
|
||
|
<li>Expand <strong>Servers</strong> and click <strong>Application Servers</strong>.</li>
|
||
|
<li>Click the name of your application server.</li>
|
||
|
<li>On the application server's page, click <strong>Web Container</strong>.</li>
|
||
|
<li>On the Web Container page, click <strong>Thread Pool</strong>.</li>
|
||
|
<li>Configure the thread pool settings.</li>
|
||
|
<li>Click <strong>Apply</strong> or <strong>OK</strong>.</li>
|
||
|
<li><a href="acsave.htm">Save the application server configuration</a>.</li>
|
||
|
</ol>
|
||
|
|
||
|
</body>
|
||
|
</html>
|