ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzatz_5.4.0.1/51/program/clsext.htm

36 lines
2.0 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>WebSphere extensions classloader</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h5><A NAME="clsext">WebSphere extensions classloader</A></h5>
<p>The WebSphere extensions classloader loads the WebSphere run time. The WebSphere extensions classloader also loads resource provider classes into a server if an application module installed on the server refers to a resource that is associated with the provider and if the provider specifies the directory name of the resource drivers.</p>
<p>The WebSphere run time classloader loads the WebSphere run time (infrastructure). The classloader contents are defined by the ws.ext.dirs property, which should not be changed. Classes are loaded from the following locations, in the order listed:</p>
<ol>
<li>/QIBM/ProdData/WebASE51/ASE/classes<br>
This directory is used to provide iSeries changes to the core WebSphere Application Server - Express run time.</li>
<li>/QIBM/ProdData/WebASE51/ASE/lib and /QIBM/ProdData/WebASE51/ASE/lib/server<br>
These directories contain the core WebSphere Application Server - Express run time.</li>
<li>/QIBM/ProdData/WebASE51/ASE/lib/ext<br>
This directory contains extensions to the core WebSphere Application Server - Express run time.</li>
<li>/QIBM/UserData/WebASE51/ASE/<em>instance</em>/lib/ext, where <em>instance</em> is the name of your WebSphere Application Server - Express instance<br>
This directory is maintained for compatibility with WebSphere Application Server Version 4. Utility libraries placed here can make use of the i5/OS Java Virtual Machine's direct execution mode. For more information on the direct execution mode, see <a href="clsjvamode.htm">Java execution modes</a>.</li>
</ol>
</body>
</html>