Technical Notes |
|
This technical note explains how to install Reflection for the Web and deploy it as an application in BEA WebLogic Server, version 10.0.
This technical note assumes that you already have the BEA WebLogic server installed and running.
For information about installing and configuring BEA WebLogic, refer to the BEA web site:
Follow these steps to install Reflection for the Web on the system where BEA WebLogic is installed. For information about installing Reflection for the Web, see the Installation Guide:
Reflection for the Web 2008: http://support.attachmate.com/manuals/rweb2008.html
Reflection for the Web 9.x: http://support.attachmate.com/manuals/wthdocs.html
Note: This new Rweb directory tree should be separate from the BEA directory, not under it.
<context-param><param-name>ReflectionData</param-name> <param-value>rwebdata_location_placeholder</param-value> </context-param>For example, if the Rweb\ReflectionData folder is located at the root of your file system, then this section would be modified as follows:
<context-param><param-name>ReflectionData</param-name> <param-value>\\MyServer.attachmate.com\Rweb\ReflectionData</param-value> </context-param><param-name>sslport</param-name><param-value>[number]</param-value>For example, the default TCP/IP port at which the WebLogic Server listens for SSL connection requests is port 7002. If you are using the default port, this section would be modified as follows:
<param-name>sslport</param-name><param-value>7002</param-value>Note: In Reflection for the Web 2008, the sslport parameter is located in the PropertyDS.xml file, which is located in the ReflectionData folder. To change the sslport value, you must edit PropertyDS.xml after Reflection for the Web 2008 is started on the application server. By default, the sslport parameter is set at 443 in the PropertyDS.xml file. Change the value to 7002 to configure Reflection to use the WebLogic Server's default SSL port. Or configure it to the SSL port that you are using.
Follow these steps to deploy Reflection for the Web on the BEA WebLogic application server.
http://111.222.111.222:7001/rweb/AdminStart.htmlNote: The default administrator password is admin.
If you plan to configure Reflection for the Web server replication, see the following additional technical notes:
| Note number |
Description |
| 2174 |
This technical note shows how to configure Reflection for the Web replication |
| 2330 |
This technical note provides additional details about how to configure BEA WebLogic and Reflection for the Web server replication |