Technical Notes |
|
This technical note provides steps and suggestions for installing Reflection for the Web on a WebSphere Application Server.
Before installing Reflection for the Web, you must have all of the following installed and configured on your host.
After the WebSphere Application Server has been properly installed and tested, follow the steps below to install Reflection for the Web.
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.
Follow the steps below to update the WebSphere Server settings:
C:\Temp\rweb.war or /u/local/rweb.war
The new rweb.war application is installed and the Administration Console screen opens. If you expand the Applications menu and select Enterprise Applications, the application state for rweb should be Stopped.
Click Save to update the master configuration.
There are two copies of the web.xml file, located in the following directories:
/WAS_install_root/installedApps/<cellname>/rweb.ear/rweb.war/WEB-INF/web.xml- and -
/WAS_install_root/config/cells/<cellname>/applications/rweb.ear/deployments/rweb/rweb.war/WEB-INF/web.xmlNote: If this is a WebSphere Application Server Network Deployment, there is an additional web.xml that must be updated:
/IBM/WebSphere/AppServer/profiles/Dmgr01/config/cells/<dellname>/applications/rweb_war.ear/deployments/rweb_war/rweb.war/web.xml
In both (or all three) files, locate the <param-name>ReflectionData</param-name> section and modify the file to include the data in red below, entering your path to ReflectionData (for example, C:\ReflectionData or /u/local/ReflectionData), and substituting your own sslport value for 443:
<context-param id="ContextParam_1065567022078"> <param-name>ReflectionData</param-name> <param-value><PathTo>ReflectionData</param-value> </context-param> <context-param id="ContextParam_1065567022079"> <param-name>sslport</param-name> <param-value>443</param-value> |
Reflection for the Web stores configuration information in the ReflectionData directory. If this is a UNIX installation, ensure that rights are set so that Reflection for the Web can write to the ReflectionData directory.
Note: In Reflection for the Web 2008, the sslport parameter is located in the PropertyDS.xml file, which is located in the ReflectionData folder. If you want to use a port other than default port 443; you must edit PropertyDS.xml after Reflection for the Web 2008 is started in WebSphere.
Once you have updated and saved both (or all three) of the web.xml files, return to the Administrative Console window and follow the steps below.
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_root
For example: http://rweb.atm.com:9080/rweb