How do I install FusionReactor on a J2EE ColdFusion MX 7 installation deployed to the examples domain of WebLogic 8.1 on a Windows platform?
Description
The following procedure describes how to install FusionReactor on a J2EE ColdFusion MX 7 installation deployed to the examples domain of WebLogic 8.1 on a Windows platform. In this setup FusionReactor will be added as a Servlet filter to the ColdFusion web application, i.e. FusionReactor will track only request belonging to ColdFusion.
The following assumes that WebLogic is installed in C:\bea\weblogic81 and the (unpacked) ColdFusion enterprise application module resides in C:\bea\weblogic81\samples\domains\examples\applications\cfusion-ear with the web module cfusion-war inside.
To install FusionReactor in this environment you have to
- Download the generic install and unpack it to the C: drive. This creates the directory C:\FusionReactor.
- Open the CFMX web descriptor C:\bea\weblogic81\samples\domains\examples\applications\cfusion-ear\cfusion-war\WEB-INF\web.xml and add the FusionReactor servlet filter definition: as the first servlet filter at the top of the document (e.g. before the first <context-param> element.
<filter> <filter-name>FusionReactor</filter-name> <filter-class> com.intergral.fusionreactor.filter.FusionReactorFilter </filter-class> <init-param> <param-name>config</param-name> <param-value> C:/FusionReactor/instance/default/conf/reactor.conf </param-value> </init-param> </filter> <filter-mapping> <filter-name>FusionReactor</filter-name> <url-pattern>/*</url-pattern> </filter-mapping>
- Copy C:\FusionReactor\etc\lib\fusionreactor.jar to C:\FusionReactor\weblogic81\samples\domains\examples\applications\cfusion-ear\cfusion-war\WEB-INF\lib
- Copy C:\FusionReactor\etc\lib\fusionreactor.dll to C:\bea\weblogic81\server\bin (Alternatively you could add the directory C:\FusionReactor\etc\lib to the Windows PATH system variable.)
- Restart the WebLogic examples server and open http://localhost:8088 in a browser on this machine to access FusionReactor.
The initial password is the empty string.
NOTE: If you use different paths as in the procedure above you have to take care that you also use them in the servlet filter definition and the configuration file reactor.conf.
Issue Details
| Type: | Technote |
|---|---|
| Issue Number: | FRS-88 |
| Components: | Installer |
| Environment: | |
| Resolution: | Fixed |
| Added: | 23/05/2007 10:48:22 |
| Affects Version: | 2.0 |
| Fixed Version: | 2.0 |
| Server: | ColdFusion 7, WebLogic |
| Platform: | Windows XP, Windows 2000, Windows 2003 |
| Related Issues: | None |
Issue Feedback
Did you find this issue helpful?
0 out of 0 people found this article helpful

