28 lines
1.2 KiB
HTML
28 lines
1.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>Configure JCA data access</title>
|
|
</head>
|
|
|
|
<BODY>
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
|
|
<h5><A NAME="datacconjca">Configure JCA data access</A></h5>
|
|
|
|
<p>To configure WebSphere Application Server - Express to access databases using the J2EE Connector Architecture (JCA) specification, you must configure a connection factory and install a resource adaptor for your application. Perform these steps:</p>
|
|
|
|
<ol>
|
|
<li><p><strong><a href="dataj2cf.htm">Configure Java 2 Connector connection factories</a></strong>
|
|
<br>If your data access application implements the J2EE Connector Architecture (JCA) specification, you must configure a connection factory to provide connections to your database.</p></li>
|
|
|
|
<li><p><strong><a href="dataj2ci.htm">Install Java 2 Connector resource adapters</a></strong>
|
|
<br>After you have configured a connection factory, install a resource adapter, which is used to connect to your database.</p></li>
|
|
</ol>
|
|
|
|
</body>
|
|
</html>
|