106 lines
7.0 KiB
HTML
106 lines
7.0 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!DOCTYPE html
|
||
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
<html lang="en-us" xml:lang="en-us">
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
<meta name="security" content="public" />
|
||
<meta name="Robots" content="index,follow" />
|
||
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
<meta name="DC.Type" content="task" />
|
||
<meta name="DC.Title" content="Configure WebSphere Portal - Express for Multiplatforms Version 5.0.2 (iSeries)" />
|
||
<meta name="abstract" content="Use this information to configure iSeries Access for Web for WebSphere Portal - Express for Multiplatforms Version 5.0.2 (iSeries)." />
|
||
<meta name="description" content="Use this information to configure iSeries Access for Web for WebSphere Portal - Express for Multiplatforms Version 5.0.2 (iSeries)." />
|
||
<meta name="DC.Relation" scheme="URI" content="porexmpl.htm" />
|
||
<meta name="DC.Relation" scheme="URI" content="../clfinder/finder.htm" />
|
||
<meta name="copyright" content="(C) Copyright IBM Corporation 2003, 2006" />
|
||
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2003, 2006" />
|
||
<meta name="DC.Format" content="XHTML" />
|
||
<meta name="DC.Identifier" content="rzammpxmpmultiplat" />
|
||
<meta name="DC.Language" content="en-us" />
|
||
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
<!-- US Government Users Restricted Rights -->
|
||
<!-- Use, duplication or disclosure restricted by -->
|
||
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
<title>Configure WebSphere Portal - Express for Multiplatforms Version
|
||
5.0.2 (iSeries)</title>
|
||
</head>
|
||
<body id="rzammpxmpmultiplat"><a name="rzammpxmpmultiplat"><!-- --></a>
|
||
<img src="./delta.gif" alt="Start of change" /><!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
<h1 class="topictitle1">Configure WebSphere Portal - Express for Multiplatforms Version
|
||
5.0.2 (iSeries)</h1>
|
||
<div><p>Use this information to configure iSeries™ Access for Web for WebSphere<sup>®</sup> Portal
|
||
- Express for Multiplatforms Version 5.0.2 (iSeries). </p>
|
||
<div class="section">To configure iSeries Access for Web for WebSphere Portal - Express for Multiplatforms
|
||
Version 5.0.2 (iSeries),
|
||
do the following: </div>
|
||
<ol><li class="stepexpand"><span>Sign on to your server. </span></li>
|
||
<li class="stepexpand"><span>Start the WebSphere Portal Web serving environment: </span><ol type="a"><li><span>Run the server command STRTCPSVR *HTTP HTTPSVR(*ADMIN). </span></li>
|
||
<li><span>Open your browser to http://:2001. </span></li>
|
||
<li><span>Select IBM<sup>®</sup> Web Administration for iSeries. </span></li>
|
||
<li><span>Navigate to your HTTP server and start it if it is not already
|
||
running. </span></li>
|
||
<li><span>Navigate to your WebSphere Portal server and start
|
||
it if it is not already running. </span></li>
|
||
<li><span>Wait for the application server to show a status of <span class="uicontrol">running</span>. </span></li>
|
||
<li id="rzammpxmpmultiplat__minimizemultiplat"><a name="rzammpxmpmultiplat__minimizemultiplat"><!-- --></a><span>Minimize the browser window. </span></li>
|
||
</ol>
|
||
</li>
|
||
<li class="stepexpand"><span>Use the appropriate iSeries Access for Web configuration
|
||
command.</span> <ul><li>To use the CL command, run this command: <p><samp class="codeph">QIWA2/CFGACCWEB2 APPSVRTYPE(*WP50) WASINST(<em>was_instance_name</em>) <br />
|
||
WPUSRID(<var class="varname">wp_user_ID</var>) WPPWD(<var class="varname">wp_password</var>) <br />
|
||
WPURL('<var class="varname">your_server_name:port</var>/wps/config') WPDFTPAG(*CREATE)</samp></p>
|
||
</li>
|
||
<li>To use the script command, run these server commands:<p><samp class="codeph">STRQSH<br />
|
||
cd /QIBM/ProdData/Access/Web2/install<br />
|
||
cfgaccweb2 -appsvrtype *WP50 -wasinst <var class="varname">was_instance_name</var> <br />
|
||
-wpusrid <var class="varname">wp_user_ID</var> -wppwd <var class="varname">wp_password</var> <br />
|
||
-wpurl <var class="varname">your_server_name:port</var>/wps/config -wpdftpag *CREATE</samp></p>
|
||
</li>
|
||
</ul>
|
||
The configuration commands use these variables:<dl><dt class="dlterm"><em>was_instance_name</em></dt>
|
||
<dd>The name of the WebSphere Express application server instance you
|
||
are using. </dd>
|
||
<dt class="dlterm"><em>wp_user_id</em></dt>
|
||
<dd>the WebSphere Portal
|
||
user ID that has administrator-level authority to perform configuration changes
|
||
to WebSphere Portal.</dd>
|
||
<dt class="dlterm">wp_password</dt>
|
||
<dd>The password for the user ID specified in the WPUSRID parameter. </dd>
|
||
<dt class="dlterm">your_server_name:port/wps/config</dt>
|
||
<dd>The universal resource locator (URL) to access the WebSphere Portal configuration servlet.</dd>
|
||
<dt class="dlterm">*CREATE</dt>
|
||
<dd>Tells the command to create the default iSeries Access for Web portal pages and
|
||
add iSeries Access
|
||
for Web portlets to those pages.</dd>
|
||
</dl>
|
||
For more information about any of these values, refer to the
|
||
help text for the appropriate field.</li>
|
||
<li class="stepexpand"><span>Return to the Web administration browser interface window you minimized
|
||
in step <a href="#rzammpxmpmultiplat__minimizemultiplat">2.g</a>. Stop and
|
||
restart the WebSphere Portal
|
||
application server.</span></li>
|
||
<li class="stepexpand"><span>Open your browser to <samp class="codeph">http://<<em>your_server_name</em>>:port/wps/portal</samp>.
|
||
Be sure the case matches the example. </span></li>
|
||
<li class="stepexpand"><span>Sign on to portal.</span></li>
|
||
<li class="stepexpand"><span>Select the new My iSeries tabbed page.</span></li>
|
||
<li class="stepexpand"><span>Navigate through the displayed iSeries Access for Web pages and portlets.</span></li>
|
||
</ol>
|
||
<div class="section"><p><img src="./delta.gif" alt="Start of change" />In this example, only the <span class="cmdname">CFGACCWEB2</span> command
|
||
is used to configure iSeries Access for Web. For more information about
|
||
using all the iSeries Access
|
||
for Web CL commands, use the CL command finder. <img src="./deltaend.gif" alt="End of change" /></p>
|
||
</div>
|
||
</div>
|
||
<div>
|
||
<div class="familylinks">
|
||
<div class="parentlink"><strong>Parent topic:</strong> <a href="porexmpl.htm" title="These examples provide instructions for configuring iSeries Access for Web within an existing portal environment. They assume that an HTTP server and Web application server exist and that WebSphere Portal has been deployed. Before using these examples, ensure you have completed the plan, install, and configure checklist.">Examples for configuring an existing portal environment</a></div>
|
||
</div>
|
||
<div class="relinfo"><strong>Related information</strong><br />
|
||
<div><a href="../clfinder/finder.htm">CL command finder</a></div>
|
||
</div>
|
||
</div>
|
||
<img src="./deltaend.gif" alt="End of change" /></body>
|
||
</html> |