Problem with CF Mappings and CF9 ORM on Mac

2010-08-11 Thread Aaron Roberson
to be a problem with CF Mappings and CF9 ORM on Mac. Any help would be much, much, greatly and amazingly appreciated Thanks, Aaron ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology

CF Mappings

2007-10-24 Thread Web Exp
Hi I have two separate applications running on the CF server CF MX 7.0.2 Standard. Currently both are using same set of custom tags/cfc frameworks. But I want them to use two separate copies of the CFC/custom tags. So that if I am working on one application's cfcs, it doesn't affect the other.

Re: CF Mappings

2007-10-24 Thread Brian Kotek
You can on CF8. Otherwise you'll have to maintain two copies and adjust the paths used by the applications accordingly. Though I don't really see why you want to maintain a central set of files and at the same time not have the changes applied everywhere. It sounds like you don't really want

RE: CF Mappings

2007-10-24 Thread Peterson, Chris
Peterson Gainey IT Adobe Certified Advanced Coldfusion Developer -Original Message- From: Web Exp [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 12:53 PM To: CF-Talk Subject: CF Mappings Hi I have two separate applications running on the CF server CF MX 7.0.2 Standard. Currently

Re: CF Mappings

2007-10-24 Thread Dominic Watson
Absolutely you can have independant mappings. I would have 1 mapping for components that should be shared between applications (in there own directory on the server). Then have individual mappings per application to a folder within the app root that has application specific components. Dom On

Re: CF Mappings

2007-10-24 Thread Web Exp
Message- From: Web Exp [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 12:53 PM To: CF-Talk Subject: CF Mappings Hi I have two separate applications running on the CF server CF MX 7.0.2 Standard. Currently both are using same set of custom tags/cfc frameworks. But I want

RE: host does not offer cf mappings

2006-06-17 Thread Phillip Holmes
['/phillipholmes'] = e:\wwwroot\phillipholmes\; /cfscript Warmest Regards, Phillip B. Holmes http://phillipholmes.com -Original Message- From: Stan Winchester [mailto:[EMAIL PROTECTED] Sent: Saturday, June 17, 2006 1:00 PM To: CF-Talk Subject: Re: host does not offer cf mappings I have tried

Re: host does not offer cf mappings

2006-06-17 Thread Stan Winchester
Thanks; I have thought of that too. There was talk I might be getting a dedicated box, so hopefully it won't be an issue, but it is good to know I can do this just in case I need to. Create the mapping yourself if they won't do it for you. You can do it programmatically like so:

RE: host does not offer cf mappings

2006-06-17 Thread Russ Michaels
: Phillip Holmes [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Date: Sat, 17 Jun 2006 13:04:53 -0500 Subject: RE: host does not offer cf mappings Create the mapping yourself if they won't do it for you. You can do it programmatically like so: cfscript // setup my mapping

Re: host does not offer cf mappings

2006-06-17 Thread Russ Michaels
I find that rather hard to believe. A mapping simply points to a physical path, and however their serve ris setup, it must have physical paths. I am tied to a host who does not offer CF Mappings. They say ColdFusion mappings will not function on our system due to its hybrid architecture. I

Re: host does not offer cf mappings

2006-06-17 Thread Mike Kear
from AUD$15/month On 6/18/06, Russ Michaels [EMAIL PROTECTED] wrote: I find that rather hard to believe. A mapping simply points to a physical path, and however their serve ris setup, it must have physical paths. I am tied to a host who does not offer CF Mappings. They say ColdFusion

Re: host does not offer cf mappings

2006-06-17 Thread Stan Winchester
I checked and two other CF developers have added mappings, so it looks like I could add one more, but I agree I am not anxious to be booted off the server. Be careful with that. You could could find your account deleted if they find out you are modifying the cfadmin settings, as messing with the

Re: host does not offer cf mappings

2006-06-17 Thread James Holmes
Assuming their mappings work, this proves that the host is clueless and it's new host time. On 6/18/06, Stan Winchester [EMAIL PROTECTED] wrote: I checked and two other CF developers have added mappings, so it looks like I could add one more, but I agree I am not anxious to be booted off the

Re: host does not offer cf mappings

2006-06-17 Thread Mike Kear
If you were with me you would not have access to the CFAdministraor most things are eihter: [A] set up how a good coldfusion server should be, how CF developers like it, OR [B] settable through the control panel yourself at any time OR [C] by sending an email and fixed usually within the hour

Re: host does not offer cf mappings

2006-06-16 Thread Auke van Leeuwen
I am tied to a host who does not offer CF Mappings. They say ColdFusion mappings will not function on our system due to its hybrid architecture. You *could* of course download a CFC to create the mappings anyway :-) http://spike.oli.tudelft.nl/jochemd/index.cfm?PageID=22 However I can imagine

Re: host does not offer cf mappings

2006-06-16 Thread Mike Kear
Windsor, NSW, Australia Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month On 6/16/06, Auke van Leeuwen [EMAIL PROTECTED] wrote: I am tied to a host who does not offer CF Mappings. They say ColdFusion mappings

Re: host does not offer cf mappings

2006-06-16 Thread Russ Michaels
, this will of course fail with a security error as site1 does not have permission to look in site2's custom tags path. - Snake -Original Message- From: Mike Kear [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Date: Fri, 16 Jun 2006 17:38:56 +1000 Subject: Re: host does not offer cf mappings

Re: host does not offer cf mappings

2006-06-16 Thread Stan Winchester
I changed my request.cfcMapping from the CF mapping to a directory just off the web root as shown: request.cfcMapping = _somedir.cfc. CF still cannot find my CFC's. I've tested this on my dev server and it works fine. Any ideas how to get CF to find my CFC's?

Re: host does not offer cf mappings

2006-06-16 Thread rhymes with 'loud'
I had the same issue with my host, so i wrote a little single page self calling app to manage my mappings. If you want a copy, it's at http://www.dougboude.com/blog/1/2006/06/Managing-ColdFusion-Mappings-through-the-BACK-DOOR.cfm I am tied to a host who does not offer CF Mappings. They say

host does not offer cf mappings

2006-06-15 Thread Stan Winchester
I am tied to a host who does not offer CF Mappings. They say ColdFusion mappings will not function on our system due to its hybrid architecture. I don't want to put CFC's ini config files or custom tags inside the web path, so what options do I have besides using a different host? Thank you

Re: host does not offer cf mappings

2006-06-15 Thread Stan Winchester
I should also mention this application is already written calling cfc's custom tags as follows: myObject = CreateObject(Component,request.cfcMapping myCFC); And cfmodule template=#request.tagMapping#mycustomtag.cfm... I am tied to a host who does not offer CF Mappings. They say ColdFusion

CF mappings and wierdness

2005-03-25 Thread Douglas Knudsen
Ok, I just have a mapping on our dev server /com pointing to g:\path\to\root\of\mycfcs so I can easily call cfcs with com.some.path.toa.cfc cool, works nice. works great for a cluster of CF instances too. good now I add this mapping to our production server and suddenly I get tons of error

RE: CF mappings and wierdness

2005-03-25 Thread Dave Watts
is /com a reserved mapping or something? I wouldn't be surprised if it is reserved in some sense. running CFMX 6.1 on JRun J2EE way. What are you running on your dev server? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber

Re: CF mappings and wierdness

2005-03-25 Thread Douglas Knudsen
running exact same setup on our dev box as in production...excpet for one thing, the JVM version is newer on the dev server, 1.4.2_05. THis 'shouldn't' have an effect thouhg. So, how do most folks setup a dir for CFCs? Make a customtag directory instead and have a com directory in it?

Re: How do your ISPs handle CF mappings?

2003-09-08 Thread Thomas Chiverton
On Friday 05 Sep 2003 23:45 pm, Mauricio Giraldo wrote: I don't think that analogy quite fits considering Linux is the most deployed OS for web servers currently and is slated to be the most deployed server OS in general within 5 years. I mean the Linux + CF Combo... That would be a

How do your ISPs handle CF mappings?

2003-09-08 Thread Mauricio Giraldo
Who is this host? I want to know who to avoid. I'd love to hear them explain how a mapping is a security risk. (mt) Media Temple ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription:

Re: How do your ISPs handle CF mappings?

2003-09-07 Thread David Delbridge
Hi Mauricio, Just to give you another ISP's perspective, we have offerred self-service setup of ColdFusion mappings through our control panel for years. The only security limitations enforced by the application are largely common-sense: 1.) Restrict the target of a mapping to the customer's

RE: How do your ISPs handle CF mappings?

2003-09-07 Thread Josh Trefethen
, September 06, 2003 12:01 PM To: CF-Talk Subject: How do your ISPs handle CF mappings? I'm not sure what the downside is to creating a mapping, apart from the small amount of time required to do it. Are there any security issues that I don't know about? Anyone know of security issues

RE: How do your ISPs handle CF mappings?

2003-09-06 Thread Mike Kear
are your preferences with respect to your customers' use of CF mappings in their code? I'm not sure what the downside is to creating a mapping, apart from the small amount of time required to do it. Are there any security issues that I don't know about? Cheers, Michael Kear Windsor, NSW

How do your ISPs handle CF mappings?

2003-09-06 Thread Mauricio Giraldo
I'm not sure what the downside is to creating a mapping, apart from the small amount of time required to do it. Are there any security issues that I don't know about? Anyone know of security issues that arise when using CF mappings in a shared server Linux environment? - mga

Re: How do your ISPs handle CF mappings?

2003-09-06 Thread Adam Churvis
use a mapping, you can usually use relative links or some other way around. But using a mapping sure makes many things simpler. I was specifically asking about your own applications' use of CF mappings, and your experiences with ISPs with respect to them setting up (or refusing to setup) the CF

How do your ISPs handle CF mappings?

2003-09-05 Thread Adam Churvis
work for or operate an ISP, what are your preferences with respect to your customers' use of CF mappings in their code? Thanks for any personal insight you can give me on this. Respectfully, Adam Phillip Churvis Member of Team Macromedia Advanced Intensive ColdFusion MX Training ColdFusion MX

RE: How do your ISPs handle CF mappings?

2003-09-05 Thread Dan Phillips \(CFXHosting.com\)
, September 05, 2003 4:21 PM To: CF-Talk Subject: How do your ISPs handle CF mappings? If I could impose a bit, I could use y'alls help here: 1) Do your applications typically require a CF mapping? 2) How do your ISPs handle requests to create ColdFusion mappings for the applications you host with them

Re: How do your ISPs handle CF mappings?

2003-09-05 Thread Kevin Graeme
We have an in-house server, but we generally do not have the ability to request a server mapping. -Kevin - Original Message - From: Adam Churvis [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, September 05, 2003 3:20 PM Subject: How do your ISPs handle CF mappings? If I

Re: How do your ISPs handle CF mappings?

2003-09-05 Thread Adam Churvis
: Friday, September 05, 2003 4:34 PM Subject: RE: How do your ISPs handle CF mappings? I've done support for CFXHosting since day one and I've never refused a mapping to any customer and we have never had a problem caused by a mapping. Maybe I'm uneducated as to why a mapping could be dangrous

RE: How do your ISPs handle CF mappings?

2003-09-05 Thread Dan Phillips \(CFXHosting.com\)
Good! I thought maybe I was overlooking things all this time. Lol -Original Message- From: Adam Churvis [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 4:42 PM To: CF-Talk Subject: Re: How do your ISPs handle CF mappings? I wasn't suggesting that they were anything negative

Re: How do your ISPs handle CF mappings?

2003-09-05 Thread jon hall
PROTECTED] AC To: CF-Talk [EMAIL PROTECTED] AC Sent: Friday, September 05, 2003 4:34 PM AC Subject: RE: How do your ISPs handle CF mappings? I've done support for CFXHosting since day one and I've never refused a mapping to any customer and we have never had a problem caused by a mapping. Maybe I'm

How do your ISPs handle CF mappings?

2003-09-05 Thread Mauricio Giraldo
My host denies me mappings for security reasons. I also have no idea how a mapping could be insecure (not a security expert). My apps do need mappings and I end up with sleepless nights trying to make the darn thing work without them (CFCs, Flash Remoting, CFINCLUDES... they tend to break

RE: How do your ISPs handle CF mappings?

2003-09-05 Thread Raymond Camden
, 2003 3:56 PM To: CF-Talk Subject: How do your ISPs handle CF mappings? My host denies me mappings for security reasons. I also have no idea how a mapping could be insecure (not a security expert). My apps do need mappings and I end up with sleepless nights trying to make the darn

Re: How do your ISPs handle CF mappings?

2003-09-05 Thread Matt Liotta
I suppose it is because they host under Linux. And what does that have to do with CF mappings? Matt Liotta President CEO Montara Software, Inc. http://www.MontaraSoftware.com (888) 408-0900 x901 ~| Archives: http

How do your ISPs handle CF mappings?

2003-09-05 Thread Mauricio Giraldo
And what does that have to do with CF mappings? I dunno... but I feel like the weird kid in the block whose dad got the Renault when everyone has a Ford or a Chrysler. When I mention they have Linux, the List goes silent :( - mga

Re: How do your ISPs handle CF mappings?

2003-09-05 Thread Matt Liotta
I dunno... but I feel like the weird kid in the block whose dad got the Renault when everyone has a Ford or a Chrysler. When I mention they have Linux, the List goes silent :( I don't think that analogy quite fits considering Linux is the most deployed OS for web servers currently and

Re: How do your ISPs handle CF mappings?

2003-09-05 Thread ksuh
LOL! Anyhow, the fact that you're on Linux has no bearing on the BS they're sending you. - Original Message - From: Mauricio Giraldo [EMAIL PROTECTED] Date: Friday, September 5, 2003 4:08 pm Subject: How do your ISPs handle CF mappings? And what does that have to do with CF mappings

How do your ISPs handle CF mappings?

2003-09-05 Thread Mauricio Giraldo
I don't think that analogy quite fits considering Linux is the most deployed OS for web servers currently and is slated to be the most deployed server OS in general within 5 years. I mean the Linux + CF Combo... That would be a stick-driven Renault 21...

Re: How do your ISPs handle CF mappings?

2003-09-05 Thread Doug White
, September 05, 2003 3:20 PM Subject: How do your ISPs handle CF mappings? | If I could impose a bit, I could use y'alls help here: | | 1) Do your applications typically require a CF mapping? | | 2) How do your ISPs handle requests to create ColdFusion mappings for the | applications you host with them

Re: How do your ISPs handle CF mappings?

2003-09-05 Thread Doug White
PROTECTED] Sent: Friday, September 05, 2003 5:08 PM Subject: How do your ISPs handle CF mappings? | And what does that have to do with CF mappings? | | I dunno... but I feel like the weird kid in the block whose dad got the Renault when everyone has a Ford or a Chrysler. When I mention they have

How do your ISPs handle CF mappings?

2003-09-05 Thread Mauricio Giraldo
We support both Linux and Windows - and CF works the same way on both Well then... I guess I'm out of luck then. - mga ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription:

Homesite and CF mappings

2003-08-01 Thread jon hall
This has been bugging me for a while, and I was wondering if anyone had thought of a creative solution. I love Homesite's right-click edit include file feature, but it wont work with mappings obviously. Any ideas? -- jon mailto:[EMAIL PROTECTED]

Re: Homesite and CF mappings

2003-08-01 Thread Todd
It's working for me on mappings? Please clarify what you mean by 'mappings' - are you talking about CFMX mappings or are you talking network mappings? I'm guessing cfmx mappings. Thanks, ~Todd At 02:36 PM 8/1/2003, you wrote: This has been bugging me for a while, and I was wondering if

Re: Homesite and CF mappings

2003-08-01 Thread jon hall
Sorry, MX type mappings. -- jon mailto:[EMAIL PROTECTED] Friday, August 1, 2003, 2:38:26 PM, you wrote: T It's working for me on mappings? Please clarify what you mean by T 'mappings' - are you talking about CFMX mappings or are you talking network T mappings? I'm guessing cfmx mappings.

Re: Homesite and CF mappings

2003-08-01 Thread Todd
Seeing that there's no way for HomeSite to get the mapping information from CFMX, I don't see how this is possible. ~Todd At 03:00 PM 8/1/2003, you wrote: Sorry, MX type mappings. -- jon mailto:[EMAIL PROTECTED] -- Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/ Team

Re: Homesite and CF mappings

2003-08-01 Thread jon hall
One possibility is junctions. I'd rather not have to create a junction for each mapping though. -- jon mailto:[EMAIL PROTECTED] Friday, August 1, 2003, 2:57:18 PM, you wrote: T Seeing that there's no way for HomeSite to get the mapping information from T CFMX, I don't see how this is

RE: CF mappings

2003-07-04 Thread Adrian Lynch
06:17 To: CF-Talk Subject: Re: CF mappings Is there any way to inspect mappings set up on the server without looking in the CFMX administrator? I'm pretty sure our hosting company has set a mapping up wrongly but I like to be able to say for sure rather than Hmm do you think you could check

RE: CF mappings

2003-07-04 Thread Matthew Walker
Awesome, thanks! -Original Message- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: Friday, 4 July 2003 9:27 p.m. To: CF-Talk Subject: RE: CF mappings Yup, you're right... cfobject action=create type=java class=coldfusion.server.ServiceFactory name

CF mappings

2003-07-03 Thread Matthew Walker
Is there any way to inspect mappings set up on the server without looking in the CFMX administrator? I'm pretty sure our hosting company has set a mapping up wrongly but I like to be able to say for sure rather than Hmm do you think you could check that? I thought they might be stored in some XML

Re: CF mappings

2003-07-03 Thread S . Isaac Dealey
Is there any way to inspect mappings set up on the server without looking in the CFMX administrator? I'm pretty sure our hosting company has set a mapping up wrongly but I like to be able to say for sure rather than Hmm do you think you could check that? I thought they might be stored in

CF Mappings

2002-10-11 Thread Everett, Al
Is there a way to programmitically change the directory mappings found in CF Administrator (CF5 and CFMX)? -- Al Everett Allied Office Products www.askallied.com mailto:[EMAIL PROTECTED] v: 973-594-3209 f: 973-594-3626 ~|

RE: CF Mappings

2002-10-11 Thread Everett, Al
Is there a way to programmitically change the directory mappings found in CF Administrator (CF5 and CFMX)? I would expect so, since the Administrator is written in CF. What's the key tag? CFREGISTRY? ~| Archives:

Using CF Mappings When Invoking Via Flash Gateway

2002-08-21 Thread Stacy Young
Does this work? This is the first time I'm attempting to get at a service via a CF mapping and the remoting service keeps complaining that the component doesn't exist... Stace AVIS IMPORTANT: --- Les informations contenues dans le present document et ses pieces

CF mappings with a template?

2002-03-18 Thread David Grabbe
I'm stuck on getting these CF mappings to work. In CF Admin, I have set up a logical path called '/articles/', and a physical path of 'C:\Inetpub\wwwroot\test_domain1\literature\articles\'. I am trying to access this directory from a different domain: test_domain2 (same box). I set up a link

RE: CF Mappings

2002-01-11 Thread Aidan Whitehall
Excellent idea. We have a need for just such a solution - using the same graphic elements on the secure and non-secure sides of a site. A mapping would eliminate the need for duplicate copies of the files. This is what I use in all Application.cfm files. It allows you to create dynamic

RE: CF Mappings

2002-01-11 Thread Aidan Whitehall
Should have also mentioned... With the code from the previous e-mail, I write file references like this (they are all absolute, starting with the base web root or base ColdFusion mapping - I never use relative links any more). a href=#Request.Mappings.Webserver#somefolder/somefile.xxx img

On the fly CF mappings?

2002-01-11 Thread Robyn Follen
Hi, Is there any way to create CF Mappings on the fly from a web page through a custom tag, CFX tag, or otherwise? Thanks, Robyn Robyn Follen Web Applications Developer PreVision Marketing Inc. 55 Old Bedford Road Lincoln, MA 01773

RE: On the fly CF mappings?

2002-01-11 Thread Stephenie Hamilton
you can use cfregistry ~~ Stephenie -Original Message- From: Robyn Follen [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 4:06 PM To: CF-Talk Subject: On the fly CF mappings? Hi, Is there any way to create CF Mappings on the fly from a web page through a custom tag, CFX

Re: CF Mappings

2002-01-10 Thread Chris Norloff
Mappings aren't required (though the two default mappings might be). I just recently added a mapping for some error-handling code - it's nice to be able to include the code from ANYWHERE and let it rely on the mapping t o run. Otherwise, each code insertion would have to have the relative path

Re: CF Mappings

2002-01-10 Thread Chris Norloff
- From: James Taavon [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 11:53 AM Subject: CF Mappings What is the determining factor whether you need a Mapping for your application or not? Is it necessary for the app to work? James

Re: CF Mappings

2002-01-10 Thread Chris Norloff
-- Original Message -- from: Jennifer Larkin [EMAIL PROTECTED] There are some times where a mapping is an extremely good idea, like when you have two sites on the same server and there is a different webroot for each site but there are elements from one

RE: CF Mappings

2002-01-10 Thread Chris Norloff
: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 11:11 AM To: CF-Talk Subject: Re: CF Mappings Whether or not you wish to use mappings in your application. You'd use them in CFInclude and CFModule - Original Message - From: James Taavon [EMAIL PROTECTED

CF Mappings

2002-01-09 Thread James Taavon
What is the determining factor whether you need a Mapping for your application or not? Is it necessary for the app to work? James __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER

Re: CF Mappings

2002-01-09 Thread Billy Cravens
Whether or not you wish to use mappings in your application. You'd use them in CFInclude and CFModule - Original Message - From: James Taavon [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 11:53 AM Subject: CF Mappings What is the determining factor

Re: CF Mappings

2002-01-09 Thread Jim McAtee
PROTECTED] Sent: Wednesday, January 09, 2002 10:53 AM Subject: CF Mappings What is the determining factor whether you need a Mapping for your application or not? Is it necessary for the app to work? James __ Why Share

RE: CF Mappings

2002-01-09 Thread Shawn Grover
On that note, is it possible to declare mappings dynamically (from Application.cfm I'd imagine), without using the CF Admin interface? -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 11:11 AM To: CF-Talk Subject: Re: CF Mappings

Re: CF Mappings

2002-01-09 Thread Jennifer Larkin
-0600, you wrote: Whether or not you wish to use mappings in your application. You'd use them in CFInclude and CFModule - Original Message - From: James Taavon [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 11:53 AM Subject: CF Mappings What

RE: CF Mappings

2002-01-09 Thread James Taavon
Subject: Re: CF Mappings Whether or not you wish to use mappings in your application. You'd use them in CFInclude and CFModule - Original Message - From: James Taavon [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 11:53 AM Subject: CF Mappings What

RE: CF Mappings

2002-01-09 Thread James Taavon
I have the same webroot for each site, it is on the D: drive. -Original Message- From: Jennifer Larkin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 1:34 PM To: CF-Talk Subject: Re: CF Mappings It can make some things easier. For instance, the webroot map will allow you

Re: CF Mappings

2002-01-09 Thread Billy Cravens
: James Taavon [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 12:41 PM Subject: RE: CF Mappings hmmm, ok. my question came about because i have two apps right now on CF 4.5 running on NT server. One works just fine, it has a mapping which I did not know of until

RE: CF Mappings

2002-01-09 Thread James Taavon
yes, i agree with you. The thing is, the files do exist. It works fine on my local CF server. -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 1:48 PM To: CF-Talk Subject: Re: CF Mappings No, there is no need to set up a mapping

RE: CF Mappings

2002-01-09 Thread Mark Stewart
PM To: CF-Talk Subject: CF Mappings What is the determining factor whether you need a Mapping for your application or not? Is it necessary for the app to work? James __ Why Share? Dedicated Win 2000 Server · PIII 800 / 256 MB

RE: CF Mappings (New Problem)

2002-01-09 Thread James Taavon
, January 09, 2002 2:10 PM To: CF-Talk Subject: RE: CF Mappings I use them specifically for cfincludes. Instead of referencing a template path as ../dir/dir/filename.cfm, you can reference it as /mapping/dir/dir/filename.cfm - much cleaner Mark -Original Message- From: James Taavon [mailto

RE: CF Mappings

2002-01-09 Thread Jennifer Larkin
, is it possible to declare mappings dynamically (from Application.cfm I'd imagine), without using the CF Admin interface? -Original Message- From: Billy Cravens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 11:11 AM To: CF-Talk Subject: Re: CF Mappings Whether or not you wish to use

CF mappings in Studio

2000-12-18 Thread Chad Gray
How do i delete a Cold Fusion server from the CF Studio Mappings? I can remove individual mappings from the server, but not the server itself. ~~ Structure your ColdFusion code with Fusebox. Get the official book at