Re: CF 11

2014-06-29 Thread Dave Watts

> > > Official list:
> > >
> > > http://www.adobe.com/products/coldfusion-enterprise/features._sl_id-contentfilter_sl_featuredisplaytypes_sl_new.html
> > >
> > > Your needs are almost surely different from ours...however...in case it's
> > > helpful, my boss asked me to order these from "most important" (for us)
> > > through "least important" (for us):
> >
> > One feature not on your list (and probably not important to you) is
> > interesting to me. You can install CF as an application instead of a
> > service. You could always run CF as an application once it's
> > installed, but now you can just unzip CF into a directory - no admin
> > rights needed - and run it as an application. You could do that before
> > with a little bit of tinkering, but CF 11 makes it a lot easier.
>
> Interesting. Can you provide an example where that'd be useful?

Building ready-to-run zip files with sample apps, deploying on
developer workstations without admin rights.

Dave Watts, CTO, Fig Leaf Software
1-202-527-9569
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

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


Re: cannot find /cfcs/

2014-06-29 Thread Matthew Smith

thank you, i will give it a try.


On Sun, Jun 29, 2014 at 12:05 AM, Adam Cameron  wrote:

>
> The *component* attribute value needs to be the dotted path to an actual
> CFC, not a directory.
>
> So say your CFC is /cfcs.Foo.cfc, the value ought to be cfcs.Foo.
>
> Aside from that, can I recommend you *don't* use  if at all
> possible for this? Just use a variable assignment, and createObject(): it
> makes for far more natural code:
>
> 
>
> --
> Adam
>
>
> On 29 June 2014 07:59, Matthew Smith  wrote:
>
> >
> > also tried /cfcs_mapping
> >
> >
> > On Sat, Jun 28, 2014 at 11:13 PM, Matthew Smith 
> > wrote:
> >
> > > 
>
>
> 

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


Re: cannot find /cfcs/

2014-06-29 Thread Adam Cameron

The *component* attribute value needs to be the dotted path to an actual
CFC, not a directory.

So say your CFC is /cfcs.Foo.cfc, the value ought to be cfcs.Foo.

Aside from that, can I recommend you *don't* use  if at all
possible for this? Just use a variable assignment, and createObject(): it
makes for far more natural code:



-- 
Adam


On 29 June 2014 07:59, Matthew Smith  wrote:

>
> also tried /cfcs_mapping
>
>
> On Sat, Jun 28, 2014 at 11:13 PM, Matthew Smith 
> wrote:
>
> > 


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


Re: cannot find /cfcs/

2014-06-29 Thread Matthew Smith

also tried /cfcs_mapping


On Sat, Jun 28, 2014 at 11:13 PM, Matthew Smith 
wrote:

> 
>  name = "#application.applicationname#_item_access"
>  type="exclusive"
> timeout="55">
>   
> 
>
> I have a mapping set up here:
> /cfcs_mappingd:\inetpub\redhotkitties\cfcs
>
>
>
> But still cannot get to it.  Any help?
>
> The web site you are accessing has experienced an unexpected error.
> Please contact the website administrator.
>
> The following information is meant for the website developer for debugging
> purposes. Error Occurred While Processing Request Could not find the
> ColdFusion component or interface /cfcs/. Ensure that the name is correct
> and that the component or interface exists.  The error occurred 
> in*D:/Inetpub/redhotkitties/site_theartoflovingcatsanddogs_com/fbx_settings.cfm:
> line 9*
> *Called 
> from*D:/Inetpub/redhotkitties/site_theartoflovingcatsanddogs_com/fbx_fusebox30_CF50.cfm:
> line 191
> *Called 
> from*D:/Inetpub/redhotkitties/site_theartoflovingcatsanddogs_com/fbx_fusebox30_CF50.cfm:
> line 33
> *Called 
> from*D:/Inetpub/redhotkitties/site_theartoflovingcatsanddogs_com/fbx_fusebox30_CF50.cfm:
> line 1
> *Called from* 
> D:/Inetpub/redhotkitties/site_theartoflovingcatsanddogs_com/index.cfm:
> line 9
> *Called from* 
> D:/Inetpub/redhotkitties/site_theartoflovingcatsanddogs_com/Application.cfc:
> line 62
>
> 7 : 
> 8 : *9 : 
> *
> 10 :  11 :  name = "#application.applicationname#_item_access"
>
>


-- 
Regards,
chedder is bedder


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