Technical Notes |
|
This technical note provides steps and suggestions for installing Reflection for the Web on an iSeries or AS/400 with WebSphere Application Server Express 6.
Before installing Reflection for the Web, we recommend that you have all of the latest Cumulative Fixes for your i5/OS (OS/400) version as well as any Group Program Temporary Fixes (PTFs) for the following applications:
Follow these steps to prepare the rweb.war file:
Note: When renaming the file, you may receive an error stating that the file may become unstable. Click Yes to proceed.
/<WAS_install_root>/default/installableApps/By default, the full path is:
/QIBM/UserData/WebSphere/AppServer/V6/Base/profiles/default/installableAppsBefore proceeding, make a terminal session connection to your AS/400 and use the WRKACTJOB command to verify that the QWAS6 subsystem is started.
If QWAS6 is not started, refer to your WebSphere documentation for directions on starting the subsystem. QWAS6 must be started before you proceed.
Follow the steps below to configure the iSeries Express Server for Reflection:
The new rweb.war application is installed and the Manage Installed Applications screen opens.
Note: It may take quite a while for the new rweb.war application to be created. The current state of the process is displayed in the upper-left corner of the window.
Reflection for the Web stores configuration information in the ReflectionData directory. You must create a ReflectionData directory, if one does not already exist, in a location that is accessible to Reflection for the Web (for example, /usr/local/ReflectionServer/ReflectionData). Ensure that rights are set so that Reflection for the Web can write to the ReflectionData directory.
Now, edit the web.xml file to specify the ReflectionData directory location and the SSL port value:
/WAS_install_root/default/installedApps/<my_node_RWEB>/rweb.war.ear/rweb.war/WEB-INF/WAS_install_root/default/config/cells/<my_host_RWEB>/applications/rweb.war.ear/deployments/rweb.war/rweb.war/WEB-INF
<context-param id="ContextParam_1065567022078"> <param-name>ReflectionData</param-name> <param-value>/usr/local/ReflectionData</param-value></context-param><context-param id="ContextParam_1065567022079"> <param-name>sslport</param-name> <param-value>443</param-value> |
Note: Beginning in Reflection for the Web 2008, the sslport parameter is located in the PropertyDS.sml file, which is located in the ReflectionData directory. To modify the port value, you must edit PropertyDS.xml.
Once you have updated and saved both of the web.xml files, return to the Manage Installed Applications window and follow the steps below.
Check the server’s status. The status is displayed in the upper left corner. If the server is not running, click Start (the green arrow).
Reflection is now installed. To access Reflection for the Web, open a browser and enter the URL, WAS port, and context root to your server.
Syntax:
http://myserver:default_port/context_rootFor example:
http://AS400.ATM.com:3010/rweb