Coldfusion files aren't found.

2010-06-13 Thread Richard Steele

We're trying to get our IIS7 webserver to serve cfm files that are on a 
different drive, but they aren't being found even though they are there. 

This works:
http://localhost/sites/test.html

This doesn't work:
http://localhost/sites/test.cfm 
even though it is there.

Here's the CF error message:
File Not Found: /sites/test.cfm

/sites/test.cfm is on a different drive than jrun.

Many thanks in advance.





~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334510
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: GoGrid Experiences?

2010-06-13 Thread Richard Steele

Hi Maureen, We are having problems serving cfm files from the gogrid cloud 
storage. 
We can serve up html files but not cfm files from it. What might we be doing 
wrong?
Thanks in advance.

 GoGrid is a great company.  I have nothing but good things to say 
 about them.
 
 On Wed, Jun 9, 2010 at 10:17 AM, Richard  Steele r...@photoeye.com 
 wrote:
 
  We're thinking about setting up a CF8 Development Server in the 
 cloud at GoGrid and would love to know any  experiences with GoGrid, 
 good or bad. 
Thanks

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334511
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: GoGrid Experiences?

2010-06-13 Thread Maureen

Which server?

On Sun, Jun 13, 2010 at 2:22 PM, Richard  Steele r...@photoeye.com wrote:

 Hi Maureen, We are having problems serving cfm files from the gogrid cloud 
 storage.
 We can serve up html files but not cfm files from it. What might we be doing 
 wrong?
 Thanks in advance.

 GoGrid is a great company.  I have nothing but good things to say
 about them.

 On Wed, Jun 9, 2010 at 10:17 AM, Richard  Steele r...@photoeye.com
 wrote:
 
  We're thinking about setting up a CF8 Development Server in the
 cloud at GoGrid and would love to know any  experiences with GoGrid,
 good or bad.
 Thanks

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334512
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Coldfusion files aren't found.

2010-06-13 Thread Mark A. Kruger

Richard,

Is this is a brand new site? Or are other CF files from other drives working
on this site?  Is this a physical direct storage drive on the same server
(as in the D: drive or a mount point etc).

-Mark

Mark A. Kruger, MCSE, CFG
(402) 408-3733 ext 105
Skype: markakruger
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com



-Original Message-
From: Richard Steele [mailto:r...@photoeye.com] 
Sent: Sunday, June 13, 2010 4:17 PM
To: cf-talk
Subject: Coldfusion files aren't found.


We're trying to get our IIS7 webserver to serve cfm files that are on a
different drive, but they aren't being found even though they are there. 

This works:
http://localhost/sites/test.html

This doesn't work:
http://localhost/sites/test.cfm 
even though it is there.

Here's the CF error message:
File Not Found: /sites/test.cfm

/sites/test.cfm is on a different drive than jrun.

Many thanks in advance.







~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334513
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Coldfusion files aren't found.

2010-06-13 Thread Brad Wood

The user that Cf runs as needs to have access to that drive.  The html file is 
being served directly by iis and using its permissions.

Sent from my HTC on the Now Network from Sprint!

- Reply message -
From: Richard  Steele r...@photoeye.com
Date: Sun, Jun 13, 2010 4:17 pm
Subject: Coldfusion files aren't found.
To: cf-talk cf-talk@houseoffusion.com


We're trying to get our IIS7 webserver to serve cfm files that are on a 
different drive, but they aren't being found even though they are there. 

This works:
http://localhost/sites/test.html

This doesn't work:
http://localhost/sites/test.cfm 
even though it is there.

Here's the CF error message:
File Not Found: /sites/test.cfm

/sites/test.cfm is on a different drive than jrun.

Many thanks in advance.







~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334514
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: GoGrid Experiences?

2010-06-13 Thread Richard Steele

Windows 2008 Server with IIS7. Thanks! 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334515
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Coldfusion files aren't found.

2010-06-13 Thread Mark A. Kruger

Linux or Windows?

Mark A. Kruger, MCSE, CFG
(402) 408-3733 ext 105
Skype: markakruger
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com



-Original Message-
From: Brad Wood [mailto:b...@bradwood.com] 
Sent: Sunday, June 13, 2010 4:42 PM
To: cf-talk
Subject: Re: Coldfusion files aren't found.


The user that Cf runs as needs to have access to that drive.  The html file
is being served directly by iis and using its permissions.

Sent from my HTC on the Now Network from Sprint!

- Reply message -
From: Richard  Steele r...@photoeye.com
Date: Sun, Jun 13, 2010 4:17 pm
Subject: Coldfusion files aren't found.
To: cf-talk cf-talk@houseoffusion.com


We're trying to get our IIS7 webserver to serve cfm files that are on a
different drive, but they aren't being found even though they are there. 

This works:
http://localhost/sites/test.html

This doesn't work:
http://localhost/sites/test.cfm 
even though it is there.

Here's the CF error message:
File Not Found: /sites/test.cfm

/sites/test.cfm is on a different drive than jrun.

Many thanks in advance.









~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334516
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Coldfusion files aren't found.

2010-06-13 Thread Mark A. Kruger

Duh.. windows IIIS7... sorry.



Mark A. Kruger, MCSE, CFG
(402) 408-3733 ext 105
Skype: markakruger
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com



-Original Message-
From: Brad Wood [mailto:b...@bradwood.com] 
Sent: Sunday, June 13, 2010 4:42 PM
To: cf-talk
Subject: Re: Coldfusion files aren't found.


The user that Cf runs as needs to have access to that drive.  The html file
is being served directly by iis and using its permissions.

Sent from my HTC on the Now Network from Sprint!

- Reply message -
From: Richard  Steele r...@photoeye.com
Date: Sun, Jun 13, 2010 4:17 pm
Subject: Coldfusion files aren't found.
To: cf-talk cf-talk@houseoffusion.com


We're trying to get our IIS7 webserver to serve cfm files that are on a
different drive, but they aren't being found even though they are there. 

This works:
http://localhost/sites/test.html

This doesn't work:
http://localhost/sites/test.cfm 
even though it is there.

Here's the CF error message:
File Not Found: /sites/test.cfm

/sites/test.cfm is on a different drive than jrun.

Many thanks in advance.









~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334517
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Date range with a date in the past

2010-06-13 Thread Kevin Parker

Greatly appreciate another set of eyes looking at this please.

Picking events from a table based on dates so that only current or future
events show up. Date values can not be NULL.

(EventStartDate = #now()#) AND (EventFinishDate = #now()#)

Let's say an event runs from 17/6 to 19/6 things work OK today but on the
18/6 this event will drop off the calendar even though it's still running.

Greatly appreciate any insight - TIA

++
Kevin Parker
m: 0418 815 527
++

http://au.linkedin.com/in/krparker



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334518
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Date range with a date in the past

2010-06-13 Thread Roger Austin

On 6/13/2010 9:30 PM, Kevin Parker wrote:

 Greatly appreciate another set of eyes looking at this please.

 Picking events from a table based on dates so that only current or future
 events show up. Date values can not be NULL.

 (EventStartDate= #now()#) AND (EventFinishDate= #now()#)

 Let's say an event runs from 17/6 to 19/6 things work OK today but on the
 18/6 this event will drop off the calendar even though it's still running.

 Greatly appreciate any insight - TIA

Why do you have the first condition?

Anyway, wouldn't this be an OR?

-- 
LinkedIn: http://www.linkedin.com/pub/8/a4/60
Twitter:  http://twitter.com/RogerTheGeek
MissHunt: http://www.misshunt.com/ (Home of the Clean/Dirty Magnet)
NCDevCon: http://ncdevcon.com/ 2010 Raleigh ColdFusion Conference

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334519
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Date range with a date in the past

2010-06-13 Thread Kevin Parker

Penny dropped - thank you! I was over complicating it.


++
Kevin Parker
m: 0418 815 527
++

http://au.linkedin.com/in/krparker


-Original Message-
From: Roger Austin [mailto:raust...@nc.rr.com] 
Sent: Monday, 14 June 2010 11:42
To: cf-talk
Subject: Re: Date range with a date in the past


On 6/13/2010 9:30 PM, Kevin Parker wrote:

 Greatly appreciate another set of eyes looking at this please.

 Picking events from a table based on dates so that only current or future
 events show up. Date values can not be NULL.

 (EventStartDate= #now()#) AND (EventFinishDate= #now()#)

 Let's say an event runs from 17/6 to 19/6 things work OK today but on the
 18/6 this event will drop off the calendar even though it's still running.

 Greatly appreciate any insight - TIA

Why do you have the first condition?

Anyway, wouldn't this be an OR?

-- 
LinkedIn: http://www.linkedin.com/pub/8/a4/60
Twitter:  http://twitter.com/RogerTheGeek
MissHunt: http://www.misshunt.com/ (Home of the Clean/Dirty Magnet)
NCDevCon: http://ncdevcon.com/ 2010 Raleigh ColdFusion Conference



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334520
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Date range with a date in the past

2010-06-13 Thread Jim Eisenhauer

WHERE EventStartDate= #now()# AND EventFinishDate= #now()#

You had your end date looking for a date = Now()

Jim Eisenhauer


On Sun, Jun 13, 2010 at 6:41 PM, Roger Austin raust...@nc.rr.com wrote:


 On 6/13/2010 9:30 PM, Kevin Parker wrote:
 
  Greatly appreciate another set of eyes looking at this please.
 
  Picking events from a table based on dates so that only current or future
  events show up. Date values can not be NULL.
 
  (EventStartDate= #now()#) AND (EventFinishDate= #now()#)
 
  Let's say an event runs from 17/6 to 19/6 things work OK today but on the
  18/6 this event will drop off the calendar even though it's still
 running.
 
  Greatly appreciate any insight - TIA

 Why do you have the first condition?

 Anyway, wouldn't this be an OR?

 --
 LinkedIn: http://www.linkedin.com/pub/8/a4/60
 Twitter:  http://twitter.com/RogerTheGeek
 MissHunt: http://www.misshunt.com/ (Home of the Clean/Dirty Magnet)
 NCDevCon: http://ncdevcon.com/ 2010 Raleigh ColdFusion Conference

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334521
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9: How pass cfgrid values to a cfm page?

2010-06-13 Thread Raymond Camden

On Fri, Jun 11, 2010 at 9:00 PM, Azadi Saryev azadi.sar...@gmail.com wrote:

  On 11/06/2010 23:40, Raymond Camden wrote:
 You've made your button use CF's navigate function, which is NOT going
 to pass the form fields along

 actually, it IS going to pass them if you specify form's name or id as
 the last parameter of ColdFusion.navigate() function - which Joy did.

Doh! Thanks for that. Had to check the reference just to be sure, but
you are absolutely right.

-ra

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334522
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Date range with a date in the past

2010-06-13 Thread Wil Genovese

If this is MS SQL server you have the BETWEEN function.

WHERE #now()# BETWEEN EventStartDate AND EventFinishDate 



Wil Genovese
Sr. Web Application Developer/
Systems Administrator

Wil Genovese Consulting
wilg...@trunkful.com
www.trunkful.com

On Jun 13, 2010, at 9:07 PM, Jim Eisenhauer wrote:

 
 WHERE EventStartDate= #now()# AND EventFinishDate= #now()#
 
 You had your end date looking for a date = Now()
 
 Jim Eisenhauer
 
 
 On Sun, Jun 13, 2010 at 6:41 PM, Roger Austin raust...@nc.rr.com wrote:
 
 
 On 6/13/2010 9:30 PM, Kevin Parker wrote:
 
 Greatly appreciate another set of eyes looking at this please.
 
 Picking events from a table based on dates so that only current or future
 events show up. Date values can not be NULL.
 
 (EventStartDate= #now()#) AND (EventFinishDate= #now()#)
 
 Let's say an event runs from 17/6 to 19/6 things work OK today but on the
 18/6 this event will drop off the calendar even though it's still
 running.
 
 Greatly appreciate any insight - TIA
 
 Why do you have the first condition?
 
 Anyway, wouldn't this be an OR?
 
 --
 LinkedIn: http://www.linkedin.com/pub/8/a4/60
 Twitter:  http://twitter.com/RogerTheGeek
 MissHunt: http://www.misshunt.com/ (Home of the Clean/Dirty Magnet)
 NCDevCon: http://ncdevcon.com/ 2010 Raleigh ColdFusion Conference
 
 
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334523
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF9 developer ip addresses

2010-06-13 Thread Andrew Grosset

Is CF9  developer restricted to 3 ip addresses and how does one edit these ip 
addresses? currently I have CF developer which is working fine on one ip 
address.

I used this which corrctly outputs the one ip address:

cfobject action=CREATE type=JAVA class=coldfusion.server.ServiceFactory 
name=ServiceFactory

licfoutput#ServiceFactory.LicenseService.getAllowedIp()#/cfoutput

thanks. 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334524
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9 developer ip addresses

2010-06-13 Thread AJ Mercer

I just bounce CF
CF logs the first (3??) IP addresses that connect

Not sure about CF9, but as I recall, previous releases were localhost plus
one other IP

On 14 June 2010 10:33, Andrew Grosset rushg...@yahoo.com wrote:


 Is CF9  developer restricted to 3 ip addresses and how does one edit these
 ip addresses? currently I have CF developer which is working fine on one ip
 address.

 I used this which corrctly outputs the one ip address:

 cfobject action=CREATE type=JAVA
 class=coldfusion.server.ServiceFactory name=ServiceFactory

 licfoutput#ServiceFactory.LicenseService.getAllowedIp()#/cfoutput

 thanks.

 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334525
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9 developer ip addresses

2010-06-13 Thread Andrew Grosset

I thought that too, but this server is in the cloud under development (which I 
run for a while then shut down) and I have 3 fixed ip addresses that can 
connect to it. I'm not quite ready to purchase a licence yet. Seems strange 
though that CF only reports the one ip address.

I just bounce CF
CF logs the first (3??) IP addresses that connect

Not sure about CF9, but as I recall, previous releases were localhost plus
one other IP



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334526
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm