Technical Notes |
|
Reflection for the Web can run as a web application with the Caucho Resin application server. This technical note describes how to install Reflection for the Web when Caucho Resin version 3.0.8 is already installed.
After restarting Caucho Resin, you will see an error regarding the ReflectionData folder (when the system tries to load Reflection for the Web).
<context-param><param-name>ReflectionData</param-name> <param-value>rwebdata_location_placeholder</param-value> </context-param>For example, if the ReflectionData folder is located in the root installation (resin-3.0.8) folder, then this section would be modified as follows:
<context-param><param-name>ReflectionData</param-name> <param-value>\ReflectionData</param-value> </context-param>Follow the instructions outlined in the Reflection for the Web Installation Guide.
Note: Beginning in Reflection for the Web 2008, the security proxy server is not available with the Standard Edition.
Reflection for the Web 2008: http://support.attachmate.com/manuals/rweb2008.html
Reflection for the Web 9.6: http://support.attachmate.com/manuals/wthdocs.html
Follow the instructions described in the Reflection for the Web Installation Guide.
Reflection for the Web 2008: http://support.attachmate.com/manuals/rweb2008.html
Reflection for the Web 9.6: http://support.attachmate.com/manuals/wthdocs.html
There is a known issue when running the Reflection for the Web metering servlet with version 3.0.x of Caucho Resin caused by a class loading conflict. (Resin uses the same class library, but different version, as Reflection.)
To work around this problem, modify the web.xml file:
<class-loader><servlet-hack/></class-loader>