Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: kyle1830Posted on 2005-01-26 at 18:40:20ID: 13149013
OK, you are using multiple hosts, you have to modify one of the files.
F directory (by default, lt\SERVER- INF\jrun.x ml). The >>>>> fault/SERV ER-INF/jru n.xml /attribute > >>>>>>
Web servers using ColdFusion mx that use multiple host
names with different document roots ("multihomed"
servers) must change the cacheRealPath option of the
ProxyService to false. (To do so, open the jrun.xml
file for editing, located in the
\servers\default\SERVER-IN
C:\CFusionMX\servers\defau
cacheRealPath attribute is nested in the XML <service>
element with name="ProxyService".) Otherwise, if two
sites have a script with the same name relative to
their web roots (for example, /index.cfm), the web
server might incorrectly render the scripts. This
setting might cause slower performance; this is why
the option is set to true by default.
THIS PART IN PARTICULAR
>>>>>>>>>>>>>>>>>>>>>>>>>>
Edit
cf_root/runtime/servers/de
and change the value of the following option from true
to false.
<!-- set this to false for multi-hosted sites -->
<attribute name="cacheRealPath">true<
>>>>>>>>>>>>>>>>>>>>>>>>>>
Kyle