51 lines
1.9 KiB
HTML
51 lines
1.9 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>Configure classloaders for your application server</title>
|
|
</head>
|
|
|
|
<BODY>
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
|
|
<h3><a name="appsvrcl"></a>Configure classloaders for your application server</h3>
|
|
|
|
<p>Classloaders determine how your application server loads Java class files. For more information, see the <a href="../program/cls.htm">Classloaders</a> topic in <em>Application Development</em>.</p>
|
|
|
|
<p></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>Classloader</strong>.</li>
|
|
<li>Add, modify, or remove a classloader.
|
|
<ul>
|
|
<li>To add a new classloader for the application server, follow these steps:
|
|
<ol type="a">
|
|
<li>Click <strong>New</strong>.</li>
|
|
<li>Select a classloader mode.</li>
|
|
<li>Click <strong>Apply</strong> or <strong>OK</strong>.</li>
|
|
</ol></li>
|
|
<li>To modify a classloader, follow these steps:
|
|
<ol type="a">
|
|
<li>Click the classloader that you want to modify.</li>
|
|
<li>Make your changes.</li>
|
|
<li>Click <strong>Apply</strong> or <strong>OK</strong>.</li>
|
|
</ol></li>
|
|
<li>To remove a classloader, follow these steps:
|
|
<ol type="a">
|
|
<li>Select the check box for the classloader that you want to remove.</li>
|
|
<li>Click <strong>Delete</strong>.</li>
|
|
<li>Click <strong>Apply</strong> or <strong>OK</strong>.</li>
|
|
</ol></li>
|
|
</ul></li>
|
|
<li><a href="acsave.htm">Save the application server configuration</a>.</li>
|
|
</ol>
|
|
|
|
</body>
|
|
</html>
|