Images aren't being displayed on the FusionReactor login page.
Description
To fix this issue on ColdFusion MX 7.0.x you need to follow the steps outlined in the following tech article from the Adobe knowledge base: http://www.adobe.com/go/2addd247
To fix the issue on ColdFusion MX 6.1 you need to add the following lines into your web.xml file that is located at <drive>:\JRun4\servers\<servername>\cfusion-ear\cfusion-war\WEB-INF{code}
<servlet-mapping id="macromedia_mapping_11"> <servlet-name>CfmServlet</servlet-name> <url-pattern>*.cfm/*</url-pattern> </servlet-mapping> <servlet-mapping id="macromedia_mapping_12"> <servlet-name>CfmServlet</servlet-name> <url-pattern>*.cfml</url-pattern> </servlet-mapping>
The numbering of the mappings assume a default, base installation of ColdFusion MX 6.1. If you have added other mappings already, they may need to adjust the numbers accordingly.
After these changes are made to the web.xml files, you need to restart both your web server and the ColdFusion server to have the changes loaded by the connector and the application server.
Check that the images are displayed properly when you access FusionReactor using the built in web server:
http://<your-hostname>:8088
Issue Details
| Type: | Technote |
|---|---|
| Issue Number: | FRS-55 |
| Components: | Installer |
| Environment: | |
| Resolution: | Fixed |
| Added: | 21/05/2007 14:39:41 |
| Affects Version: | 2.0 |
| Fixed Version: | 2.0 |
| Server: | ColdFusion 7, ColdFusion 6, JRun 4 |
| Platform: | Windows 2000, Windows 2003 |
| Related Issues: | None |
Issue Feedback
Did you find this issue helpful?
0 out of 0 people found this article helpful

