Ask a Question related to Coldfusion Server Administration, Design and Development.
-
kabod #1
CFIDE Mapping
Hi,
cfform doesn't work on my server so I need to change where the cfide mapping
is pointing to. CFadministrator won't let me do it - says unable to change
cdife system mappings.
Is this possible to do?
kabod Guest
-
/CFIDE mapping in administrator
Now, I'm talking about the mapping in the CF administrator, not the virtual path that gets you there. When you login to the admin, go to mappings,... -
Wrong /CFIDE mapping. How to change it?
Hello :) I have a little problem. I'm trying to work with two built-in functions : getBaseTemplatePath() and getCurrentTemplaetPath(). The... -
Broken Images in CF7 Admin (CFIDE vs. cfide)
I've just installed CFMX 7 under JRun 4 (updater 4) on Mac OS X 10.3.7. The ..cfm pages from all of my sites are processed well by Apache and I can... -
CFIDE after upgrading from 6.1 to 7.0.1
I upgraded from 6.1 to 7.0.1 and then uninstalled 6.1. It appears that uninstalling the previous version left behind the C:\CFusionMX directory,... -
Change CFIDE Mapping
I am running a Windows 2003 server with CFusion 6.1 MX and Apache 2. It is a development box and is being bumped up into a backup role. To... -
preese #2
Re: CFIDE Mapping
The best solution I've found is to set up a virtual mapping via your web server
so that the directory /CFIDE/scripts/ is accessable. The cfide mapping in the
CF Admin will not get you where you need to be as the files required to support
CFFORM are being called by the client machine rather than cfinclude on the
server.
A look at the "view source" of the page you're calling via the browser will
illustrate the best:
I see this:
<script type="text/javascript" src="/CFIDE/scripts/cfform.js"></script>
<script type="text/javascript" src="/CFIDE/scripts/masks.js"></script>
<script type="text/javascript" charset='utf-8'
src='/CFIDE/scripts/cfformhistory.js'></script>
<noscript>
So the web server would need to know how to get to these files. Not
ColdFusion.
preese Guest
-
Scienter #3
CFIDE mapping
I'm setting up our CFMX7 server in an W2k3/IIS production environment for the
first time.
Because I wanted to separate the web content from the CF infrastructure, I
have set up the CFIDE as a virtual drectory of the main web root.
Does anyone know if this config could cause any problems (aka Security, cf
updates, etc)?
Thanks for your help,
Scienter
Scienter Guest
-
vkunirs #4
Re: CFIDE mapping
Hi
The virtual CFIDE path has to accessble from root path. then there will no errors.
otherwise there may be a chance of some cf validations may not work because of javascript .
vkunirs Guest



Reply With Quote

