Technical Notes |
|
This technical note provides steps and suggestions for installing Reflection for the Web metering on an iSeries or AS/400 with WebSphere Application Server Express.
Before installing Reflection for the Web, you must have all of the following installed and configured on your AS/400 host.
Follow the steps below to configure the iSeries Express Server for Reflection:
Note: The IBM WebSphere Application Server screens may vary slightly, depending on the OS Level and PTFs you have installed.
Note: Use upper case characters. You can use any name for the application server, but we recommend using RMETERING.
Note: You can choose to create a new HTTP server, but this technical note discusses using an existing HTTP server only.
Note: We recommend using port 3013 (if this port is not already in use). This reserves ports 3013-3024 for Reflection.
The new WebSphere application server is created, and a management screen for your version opens. For example, if you are using Websphere Application Server Express version 5, the "Manage Application Server-Express, 'V5'" screen displays.
Note: Do not start the server.
After the WebSphere application server has been created, follow the steps below to install Reflection for the Web metering to your new Express Server.
Follow these steps to obtain Reflection rwebmeter.war file:
/QIBM/UserData/WebASE/ASE5/RMETERING/installableAppsNote: If you transfer the file using FTP, use the Binary transfer type.
Follow the steps below to update the WebSphere Express Server settings:
Note: Make sure to select the rwebmeter.war file, not the folder where it resides.
The new rwebmeter.war application is installed and the Manage Installed Applications screen opens.
Note: It may take quite a while for the new rwebmeter.war application to be created. The current state of the process is displayed. The state will be Installing until it is complete, when it will change to Stopped.
Before proceeding, make a terminal session connection to your AS/400 and use the WRKACTJOB command to verify that the QASE5 subsystem is started.
If QASE5 is not started, refer to your WebSphere documentation for directions on starting the subsystem. QASE5 must be started before you proceed.
Follow the steps below to update the web.xml file.
/<WAS_install_root>/RMETERING/installedApps/<my_host_RMETERING>/rwebmeter.war.ear/rwebmeter.war/WEB-INF/<parm-value>rwebdata_location_placeholder</param-value>and modify the file to include the fully qualified path to the /ReflectionData/log directory (the data in red below):
<parm-value><install path>/ReflectionData/log</param-value>Once you have updated and saved the web.xml file, return to the Manage Installed Applications window and follow the steps below.
Check the HTTP server's status. By default, this is APACHEDFT. (The status is displayed in the Status field.) If the server is not running, click Start.
Check the RMETERING application server's status. (The status is displayed in the Status field.) If the server is not running, click Start.
Reflection metering is now installed.
Follow the steps below to enable Reflection for the Web metering in the Administrative WebStation.
Where <AS400 server> is the fully qualified name of your server. For example, http://myhost.atm.com:3010/rweb/AdminStart.html.
| Field name |
Enter |
| Metering web server name |
Your fully qualified host name. For example, myhost.atm.com. |
| Metering web server port |
3022 |
| Metering servlet context |
rwebmeter |
There are two interfaces: Metering Configuration, which enables you to specify what gets metered, and Metering Reports, which enables you to configure and run a metering report.
To access Meter Configuration, open a browser and enter the following URL.
Syntax:
http://<myserver>:<default_port>/<context_root>/AdminStart.htmlFor example:
http://AS400.atm.com:3022/rwebmeter/AdminStart.htmlTo access Meter Reports, open a browser and enter the following URL.
Syntax:
http://<myserver>:<default_port>/<context_root>/For example:
http://AS400.atm.com:3022/rwebmeterNote: You can also run a default report (with no configuration options) from within the Administrative WebStation by clicking Reports > Usage Metering, selecting a metering server, and then clicking the Show Reports button.