50 lines
2.8 KiB
HTML
50 lines
2.8 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 information on configuring classloaders, see these topics:</p>
|
|
<blockquote>
|
|
<p><strong><a href="clshier.htm">Classloader hierarchy</a></strong>
|
|
<br>This topic provides an overview of classloaders and describes how the application server applies different levels of classloaders.</p>
|
|
|
|
<p><strong><a href="clspre.htm">Class preloading</a></strong>
|
|
<br>In versions 5.1.1 and later, class preloading enables application servers to start more quickly. This topic provides information about class preloading.</p>
|
|
|
|
<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="clsmig.htm">Migrate the classloader Module Visibility Mode setting</a></strong>
|
|
<br>This topic describes how to migrate from the WebSphere Application Server Version 4 Module Visibility Mode settings to the equivalent Version 5.1 configuration.</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>
|