ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzatz_5.4.0.1/51/admin/samples.htm

80 lines
3.6 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!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>Samples and applications</title>
</head>
<BODY>
<!-- Java sync-link -->
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
<h1><a name="samples"></a>Samples and applications</h1>
<p>
WebSphere<SUP>(R)</SUP> Application Server - Express includes several shipped samples and business applications, including several IBM Business Solutions applications. This topic describes these samples and provides a link to IBM Business Solutions documentation.</p>
<p><strong>IBM Telephone Directory</strong></p>
<p>WebSphere Application Server - Express ships with the IBM Welcome Page V1.1 and IBM Telephone Directory V5.2 applications. See the following topic for information about configuring and running the these applications:</p>
<ul>
<li><a href="../../../rzahg/rzahgebusapp.htm">IBM Business Solutions</a>
</ul>
<p><strong>DB2 Web Services Samples</strong></p>
<p>Included with WebSphere Application Server - Express is the DB2<SUP>(R)</SUP> Web Services Samples application. It contains samples for accessing DB2 using the Web Services Object Runtime Framework (WORF). These samples demonstrate the ease of developing Web Services that access iSeries<SUP>(TM)</SUP>
DB2 data.</p>
<p>If you want to install the DB2 Web Services Samples application, you can do this from the administrative console using one of the following methods:</p>
<ul>
<li>For a new WebSphere Application Server - Express:
<ol>
<li>Enter the following URL in your Web browser:
<pre>http://your.server.name:2001/HTTPAdmin</pre>
</li>
<li>Enter your user ID and password, if applicable.</li>
<li>On the <strong>Manage</strong> tab, click <strong>Create New Application Server</strong>. This starts the Create New Application Server wizard, which creates a new application server into which you can install the DB2 Web Services Samples.</li>
<li>In the Create New Application Server wizard, make sure to select the DB2 Web Services Samples option.</li>
<li>Start your application server.</li>
<li>Enter the following URL in your Web browser to access the application:
<pre>http://your.server.name:port/services</pre>
</li>
</ol>
</li>
<li>For an existing WebSphere Application Server - Express:
<ol>
<li>Enter the following URL in your Web browser:
<pre>http://your.server.name:2001/HTTPAdmin</pre>
</li>
<li>Enter your user ID and password, if applicable.</li>
<li>Select your application server from the drop-down list.</li>
<li>On the <strong>Manage</strong> tab, click <strong>Install New application</strong>.</li>
<li>Browse to <tt>/QIBM/ProdData/WebASE51/sampleApps/installable/DB2WebServicesSamples.ear</tt> to install the DB2 Web Services Samples application into your application server.</li>
<li>Start your application server.</li>
<li>Enter the following URL in your Web browser to access the application:
<pre>http://your.server.name:port/services</pre>
</li>
</ol>
</li>
<li>For WebSphere Application Server for iSeries, install the DB2WebServicesSamples.ear from the directory that you downloaded it to.</li>
</ul>
<p>After deploying the application, start the application server to start the application so you can work with the DB2 Web Services samples. The application's URL is http://your.server.name:port/services. The application uses either your external or internal HTTP port.</p>
</body>
</html>