mapping question

2012-08-17 Thread Eric Roberts
If I have a mapping set up of /Log pointing to c:\inetpub\wwwroot\inventorylog and the file is located in c:\inetpub\wwwroot\inventorylog\acceptreq and I then try to go to http://sitename/Log/acceptReq/15BC0EE1-F3FC-6A8C-90D99A7D8B54BDD3.xml, it should display the file? This should hold true if

Re: mapping question

2012-08-17 Thread Maureen
First, I would move the log files out of the webroot. Having logs under your webroot is not good security. Then do a mapping to that directory. As for writing the files, the directory will need to have write permissions (another reason for it not to be webroot). Often problems with

Re: mapping question

2012-08-17 Thread Dave Watts
If I have a mapping set up of /Log pointing to c:\inetpub\wwwroot\inventorylog and the file is located in c:\inetpub\wwwroot\inventorylog\acceptreq and I then try to go to http://sitename/Log/acceptReq/15BC0EE1-F3FC-6A8C-90D99A7D8B54BDD3.xml, it should display the file? This should hold

RE: mapping question

2012-08-17 Thread Eric Roberts
://www.threeravensconsulting.com -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Friday, August 17, 2012 1:24 PM To: cf-talk Subject: Re: mapping question If I have a mapping set up of /Log pointing to c:\inetpub\wwwroot\inventorylog and the file

RE: mapping question

2012-08-17 Thread Eric Roberts
ow...@threeravensconsulting.com tel: 630-486-5255 fax: 630-310-8531 http://www.threeravensconsulting.com -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Friday, August 17, 2012 1:24 PM To: cf-talk Subject: Re: mapping question

Re: mapping question

2012-08-17 Thread Dave Watts
The code was referring to the mapping in cf... You posted a URL though, which indicates you need a web server mapping (virtual directory) rather than a CF mapping. I also had a virtual directory pointing to the directory. In that case, you probably have something else going on. And anyway,

RE: mapping question

2012-08-17 Thread Eric Roberts
-Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Friday, August 17, 2012 4:01 PM To: cf-talk Subject: Re: mapping question The code was referring to the mapping in cf... You posted a URL though, which indicates you need a web server mapping (virtual

Extending Application.cfc using a mapping question

2008-05-02 Thread marc --
Hello, I have a folder components off the webroot. I have 2 applications, A and B, both in their own webroot. I want both of them to extend the Application.cfc in the folder components. So: D:www/components/ApplicationRoot.cfc is extended by D:/www/wwwroot/ApplicationA/Application.cfc and

Dir Mapping Question

2005-08-18 Thread Mark Leder
Hi all, I want to be able to use FCKeditor in different apps on one server (win 2003/IIS 6). I placed fck in a folder on the server in the following path: c:\inetpub\wwwroot\fckeditor\. Then I created a mapping in CF Admin 7 called /fckeditor pointing to the dir location. Finally I created an

Re: Dir Mapping Question

2005-08-18 Thread Scott Stroz
Try this: CFMODULE template=/fckeditor/fckeditor.cfm instanceName=newEntry width=95% height=350 toolbarSetName=myWidget canUpload= canBrowse= value=#entryVar# BasePath=/fckeditor/ tabindex=3 On 8/18/05, Mark Leder [EMAIL PROTECTED] wrote: Hi all, I want to be able to use FCKeditor in

Mapping Question

2004-11-09 Thread Jay McEntire
Is there anyway to hard code coldfusion mappings instead of using the coldfusion administrator? Thanks in advance. J ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message:

RE: Mapping Question

2004-11-09 Thread Hugo Ahlenius
Message- |From: Jay McEntire [mailto:[EMAIL PROTECTED] |Sent: Wednesday, November 10, 2004 01:44 |To: CF-Talk |Subject: Mapping Question | |Is there anyway to hard code coldfusion mappings instead of |using the coldfusion administrator? | |Thanks in advance. | |J

image mapping question

2002-02-05 Thread Ray Bujarski
How do I insert an image using the actual path similar to img src=c:\imagesdir\image.jpg with unix file system? When I use img src=/prj/photos/GIF/72.90.8.color/image.jpg it translates it like it were a relative path (properties show

RE: image mapping question

2002-02-05 Thread Fred jambukeswaran
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 05, 2002 5:52 PM To: CF-Talk Subject: image mapping question How do I insert an image using the actual path similar to img src=c:\imagesdir\image.jpg with unix file system? When I use img src=/prj/photos/GIF/72.90.8.color/image.jpg it translates