Mihai Baboi
2009-03-06 23:37:54 UTC
Hello,
Until now I have been running CF8 as a standalone server on JRun. Because I
also have PHP installed I decided to install it on top of Apache. It all works
well, but I'm having a problem with the images in the ColdFusion Administrator.
It's mapped in jrun-web.xml (I'll post the code at the end) because I want a
different document root for CF and PHP. So after I've done my virtual mappings,
the ColdFusion Administrator works, but it will not display any of the images
in the site. Does anyone else have this problem, or know how to fix it? It's
purely an esthetic problem but it's kind of annoying.
Here's what my virtual mappings in jrun-web.xml look like:
<virtual-mapping>
<resource-path>/WEB-INF</resource-path>
<system-path>C:/usr/coldfusion/wwwroot/WEB-INF</system-path>
</virtual-mapping>
<virtual-mapping>
<resource-path>*</resource-path>
<system-path>D:/work/cfm/www</system-path>
</virtual-mapping>
<virtual-mapping>
<resource-path>/CFIDE/*</resource-path>
<system-path>C:/usr/coldfusion/wwwroot/CFIDE</system-path>
</virtual-mapping>
Until now I have been running CF8 as a standalone server on JRun. Because I
also have PHP installed I decided to install it on top of Apache. It all works
well, but I'm having a problem with the images in the ColdFusion Administrator.
It's mapped in jrun-web.xml (I'll post the code at the end) because I want a
different document root for CF and PHP. So after I've done my virtual mappings,
the ColdFusion Administrator works, but it will not display any of the images
in the site. Does anyone else have this problem, or know how to fix it? It's
purely an esthetic problem but it's kind of annoying.
Here's what my virtual mappings in jrun-web.xml look like:
<virtual-mapping>
<resource-path>/WEB-INF</resource-path>
<system-path>C:/usr/coldfusion/wwwroot/WEB-INF</system-path>
</virtual-mapping>
<virtual-mapping>
<resource-path>*</resource-path>
<system-path>D:/work/cfm/www</system-path>
</virtual-mapping>
<virtual-mapping>
<resource-path>/CFIDE/*</resource-path>
<system-path>C:/usr/coldfusion/wwwroot/CFIDE</system-path>
</virtual-mapping>