Installing Reflection
The Reflection Administrator management server (Emulation & Administration) must run as a servlet within a servlet runner. If you use a servlet runner other than the one supplied with Reflection, see the documentation supplied with your servlet runner for information on where to install web applications and what settings to configure.
If you want to use a servlet runner other than the one automatically installed with Reflection (Tomcat), if you are installing on a platform for which an automated installer is not provided, or if you cannot run the automated installer for any reason, use rweb.zip or rweb.war to install the management server (located on the CD-ROM for your platform in the \install\nonautomated\ directory).
If you have installed tomcat.zip, follow these steps:
/usr/local/ReflectionServer/jakarta-tomcat-[version number]/webapps/rweb/
c:\Program Files\ReflectionServer\jakarta-tomcat-[version number]\webapps\rweb\
rwebdata_location_placeholder
with /usr/local/ReflectionServer/ReflectionData
(or the location and name of the directory you define) and the value for https_port_placeholder
with the HTTPS port number. The HTTPS port should be unused; the default is 443. The resulting lines look like this: <context-param>
<param-name>ReflectionData</param-name>
<param-value>/usr/local/ReflectionServer/ReflectionData</param-value>
</context-param>
<context-param>
<param-name>sslport</param-name>
<param-value>443</param-value>
</context-param>
After you have installed the management server and completed this initial configuration, start the servlet runner and run the Administrative WebStation.
Installation Guide Home
Prepare
Install
Upgrade
Start WebStation
Configure
Remove