49 lines
2.2 KiB
HTML
49 lines
2.2 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>Classloaders</title>
|
||
|
</head>
|
||
|
|
||
|
<BODY>
|
||
|
<!-- Java sync-link -->
|
||
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
||
|
|
||
|
<h3><A NAME="cls"></A>Classloaders</h3>
|
||
|
|
||
|
<p>Classloaders are responsible for finding and loading Java class files. Classloaders affect the packaging of applications and the run-time behavior of packaged applications deployed on application servers.</p>
|
||
|
|
||
|
<p>For conceptual information on classloaders, see <strong><a href="clshier.htm">Classloader hierarchy</a></strong>.</p>
|
||
|
|
||
|
<p>For information on configuring classloaders, see these topics:</p>
|
||
|
<blockquote>
|
||
|
|
||
|
|
||
|
<p><strong><a href="clsinapp.htm">Classloaders in applications</a></strong>
|
||
|
<br>This topic describes how to configure classloader settings when you package your application using the WebSphere administrative console after the application has been deployed.</p>
|
||
|
|
||
|
<p><strong><a href="clsadmcns.htm">Administer classloaders using the WebSphere administrative console</a></strong>
|
||
|
<br>This topic describes how to configure classloader settings in the WebSphere administrative console.</p>
|
||
|
|
||
|
<!--<p><strong><a href="../admin/aceshlib.htm" target="_">Administer shared libraries
|
||
|
</a></strong>
|
||
|
<br>Shared libraries provide a way to define utility libraries so that they can be found by the classloaders during application run time. This topic describes how to define shared libraries and associate them with your applications or servers.</p>-->
|
||
|
|
||
|
|
||
|
|
||
|
<!--<p><strong><a href="clsmode.htm">Classloader modes</a></strong>
|
||
|
<br>Classloader modes define the search order classloaders use when looking for classes. This topic describes the classloader modes available.</p>-->
|
||
|
|
||
|
<p><strong><a href="clsiso.htm">Classloader policies</a></strong>
|
||
|
<br>Classloader policies define the number of classloaders and the isolation between application components. This topic describes the classloader policies available, and how they affect the classloaders in which your application runs.</p>
|
||
|
|
||
|
|
||
|
|
||
|
</blockquote>
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|