Re: ACF10 32 -> 64 bit

2015-03-05 Thread Dave Watts

> In the "old days," the wisdom was to make min and max match so that CF
> wasn't spending "horsepower" constantly re-sizing the heap. Is that no
> longer true?

It's never been true, in an unqualified sense. That's why they give
you two fields. Any place there's a choice in the CF Administrator,
it's there for a reason.

There is a cost to constantly increasing the heap size over time.
There is also a cost to starting with a large heap when you're not
currently using that much.

What's the right value for you? Only load testing can tell you for
sure. Anyone who tells you that they can give you the correct value
for a configuration field in all situations is wrong.

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

Fig Leaf Software is a Service-Disabled Veteran-Owned Small Business
(SDVOSB) 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:360216
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ACF10 32 -> 64 bit

2015-03-05 Thread John M Bliss

In the "old days," the wisdom was to make min and max match so that CF
wasn't spending "horsepower" constantly re-sizing the heap. Is that no
longer true?

On Thu, Mar 5, 2015 at 7:08 PM, Dave Watts  wrote:

>
> > > > Hi. So we're moving from ACF10 32 bit to ACF10 64 bit. On ACF10 32
> bit,
> > > > we settled on:
> > > >
> > > > Minimum JVM Heap Size (in MB)1369
> > > > Maximum JVM Heap Size (in MB)1369
> > > >
> > > > On the ACF10 64 bit box, we have 32 GB of RAM to play with. Given
> that
> > > > this box is just:
> > > >
> > > > ACF10
> > > > The OS (Windows Server 2012)
> > > > FusionReactor
> > > >
> > > > ...what's the best recommendation(s) for min/max heap to guarantee
> ACF10
> > > > always has as much RAM as it could possible want/need?
> > >
> > > This question requires more information. How much memory did your
> > > application use in the 32-bit environment? Were you having
> > > out-of-memory issues in the old enviroment?
> > >
> > > Just because you have loads of memory doesn't mean you want CF to have
> > > to manage it all, unless it's going to use it.
> >
> > In the last week, we maxed out at 960 MB.
>
> OK, so maybe you'd leave the minimum heap size right around where it
> is now, and increase the maximum by 1.5 or 2 times the current value -
> these are just guesses, of course. See how that works, then change
> accordingly.
>
> If you're using Java 8 (which you can with the latest CF patches), you
> might want to look at your PermGen settings, as Java 8 doesn't really
> have a permanent generation any more.
>
> Dave Watts, CTO, Fig Leaf Software
> 1-202-527-9569
> http://www.figleaf.com/
> http://training.figleaf.com/
>
> Fig Leaf Software is a Service-Disabled Veteran-Owned Small Business
> (SDVOSB) 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:360215
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ACF10 32 -> 64 bit

2015-03-05 Thread Dave Watts

> > > Hi. So we're moving from ACF10 32 bit to ACF10 64 bit. On ACF10 32 bit,
> > > we settled on:
> > >
> > > Minimum JVM Heap Size (in MB)1369
> > > Maximum JVM Heap Size (in MB)1369
> > >
> > > On the ACF10 64 bit box, we have 32 GB of RAM to play with. Given that
> > > this box is just:
> > >
> > > ACF10
> > > The OS (Windows Server 2012)
> > > FusionReactor
> > >
> > > ...what's the best recommendation(s) for min/max heap to guarantee ACF10
> > > always has as much RAM as it could possible want/need?
> >
> > This question requires more information. How much memory did your
> > application use in the 32-bit environment? Were you having
> > out-of-memory issues in the old enviroment?
> >
> > Just because you have loads of memory doesn't mean you want CF to have
> > to manage it all, unless it's going to use it.
>
> In the last week, we maxed out at 960 MB.

OK, so maybe you'd leave the minimum heap size right around where it
is now, and increase the maximum by 1.5 or 2 times the current value -
these are just guesses, of course. See how that works, then change
accordingly.

If you're using Java 8 (which you can with the latest CF patches), you
might want to look at your PermGen settings, as Java 8 doesn't really
have a permanent generation any more.

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

Fig Leaf Software is a Service-Disabled Veteran-Owned Small Business
(SDVOSB) 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:360214
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ACF10 32 -> 64 bit

2015-03-05 Thread John M Bliss

In the last week, we maxed out at 960 MB.

On Thu, Mar 5, 2015 at 5:35 PM, Dave Watts  wrote:

>
> > Hi. So we're moving from ACF10 32 bit to ACF10 64 bit. On ACF10 32 bit,
> we
> > settled on:
> >
> > Minimum JVM Heap Size (in MB)1369
> > Maximum JVM Heap Size (in MB)1369
> >
> > On the ACF10 64 bit box, we have 32 GB of RAM to play with. Given that
> this
> > box is just:
> >
> > ACF10
> > The OS (Windows Server 2012)
> > FusionReactor
> >
> > ...what's the best recommendation(s) for min/max heap to guarantee ACF10
> > always has as much RAM as it could possible want/need?
>
> This question requires more information. How much memory did your
> application use in the 32-bit environment? Were you having
> out-of-memory issues in the old enviroment?
>
> Just because you have loads of memory doesn't mean you want CF to have
> to manage it all, unless it's going to use it.
>
> Dave Watts, CTO, Fig Leaf Software
> 1-202-527-9569
> http://www.figleaf.com/
> http://training.figleaf.com/
>
> Fig Leaf Software is a Service-Disabled Veteran-Owned Small Business
> (SDVOSB) 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:360213
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: 404

2015-03-05 Thread Russ Michaels

the requirement for the jakarta vdir I just find annoying, so I am using
the boncode handler with CF, then all you need is the handler and nothing
else, so you can enable/disable cf via the web.config alone.

On Thu, Mar 5, 2015 at 9:41 PM, Dave Watts  wrote:

>
> > I think it did. Then I deleted it. Genius.
>
> Don't feel too bad, it's not immediately obvious what it's for unless
> you're familiar with Tomcat already. I know I did a double-take the
> first time I installed CF 10, then I remembered there was no more
> JRun.
>
> Dave Watts, CTO, Fig Leaf Software
> 1-202-527-9569
> http://www.figleaf.com/
> http://training.figleaf.com/
>
> Fig Leaf Software is a Service-Disabled Veteran-Owned Small Business
> (SDVOSB) 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:360212
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: ACF10 32 -> 64 bit

2015-03-05 Thread Dave Watts

> Hi. So we're moving from ACF10 32 bit to ACF10 64 bit. On ACF10 32 bit, we
> settled on:
>
> Minimum JVM Heap Size (in MB)1369
> Maximum JVM Heap Size (in MB)1369
>
> On the ACF10 64 bit box, we have 32 GB of RAM to play with. Given that this
> box is just:
>
> ACF10
> The OS (Windows Server 2012)
> FusionReactor
>
> ...what's the best recommendation(s) for min/max heap to guarantee ACF10
> always has as much RAM as it could possible want/need?

This question requires more information. How much memory did your
application use in the 32-bit environment? Were you having
out-of-memory issues in the old enviroment?

Just because you have loads of memory doesn't mean you want CF to have
to manage it all, unless it's going to use it.

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

Fig Leaf Software is a Service-Disabled Veteran-Owned Small Business
(SDVOSB) 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:360211
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: 404

2015-03-05 Thread Dave Watts

> I think it did. Then I deleted it. Genius.

Don't feel too bad, it's not immediately obvious what it's for unless
you're familiar with Tomcat already. I know I did a double-take the
first time I installed CF 10, then I remembered there was no more
JRun.

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

Fig Leaf Software is a Service-Disabled Veteran-Owned Small Business
(SDVOSB) 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:360210
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: 404

2015-03-05 Thread John M Bliss

I think it did. Then I deleted it. Genius.

On Thu, Mar 5, 2015 at 3:54 PM, Dave Watts  wrote:

>
> > Found it, I think: I was missing the IIS virtual directory /jakarta
> mapped
> > to C:\ColdFusion10\config\wsconfig\1
> >
> > Does that look right?
>
> Yes, you will need that. The web server configuration tool should have
> created that for you.
>
> Dave Watts, CTO, Fig Leaf Software
> 1-202-527-9569
> http://www.figleaf.com/
> http://training.figleaf.com/
>
> Fig Leaf Software is a Service-Disabled Veteran-Owned Small Business
> (SDVOSB) 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:360209
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


ACF10 32 -> 64 bit

2015-03-05 Thread John M Bliss

Hi. So we're moving from ACF10 32 bit to ACF10 64 bit. On ACF10 32 bit, we
settled on:

Minimum JVM Heap Size (in MB)1369
Maximum JVM Heap Size (in MB)1369

On the ACF10 64 bit box, we have 32 GB of RAM to play with. Given that this
box is just:

ACF10
The OS (Windows Server 2012)
FusionReactor

...what's the best recommendation(s) for min/max heap to guarantee ACF10
always has as much RAM as it could possible want/need?

-- 
John Bliss - http://www.linkedin.com/in/jbliss


~|
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:360208
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: 404

2015-03-05 Thread Dave Watts

> Found it, I think: I was missing the IIS virtual directory /jakarta mapped
> to C:\ColdFusion10\config\wsconfig\1
>
> Does that look right?

Yes, you will need that. The web server configuration tool should have
created that for you.

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

Fig Leaf Software is a Service-Disabled Veteran-Owned Small Business
(SDVOSB) 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:360207
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Can you use a CFTHREAD inside an Ajax routine?

2015-03-05 Thread DURETTE, STEVEN J

Yes, this works.  I do it for an application I'm working on.  The ajax call 
hits a page with a cfthread and it runs fine.

I do have problems when that cfthread calls other cfm/cfc pages that also have 
cfthread in them.  When that happens I get an error.

Steve


-Original Message-
From: John Pullam [mailto:jpul...@mcleansystems.com] 
Sent: Thursday, March 05, 2015 3:48 PM
To: cf-talk
Subject: Can you use a CFTHREAD inside an Ajax routine?


It seems to me that the CFTHREAD I attempt to start from inside an Ajax routine 
(triggered by a CFWINDOW) never runs and doesn't generate any error message. 
Can anyone advise if this is a legitimate thing to do? 



~|
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:360206
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Can you use a CFTHREAD inside an Ajax routine?

2015-03-05 Thread John Pullam

It seems to me that the CFTHREAD I attempt to start from inside an Ajax routine 
(triggered by a CFWINDOW) never runs and doesn't generate any error message. 
Can anyone advise if this is a legitimate thing to do? 

~|
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:360205
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: 404

2015-03-05 Thread John M Bliss

Found it, I think: I was missing the IIS virtual directory /jakarta mapped
to C:\ColdFusion10\config\wsconfig\1

Does that look right?

On Thu, Mar 5, 2015 at 3:14 PM, Dave Watts  wrote:

>
> > In IIS, the handler for *.cfm is:
> >
> > C:\ColdFusion10\config\wsconfig\1\isapi_redirect.dll
> >
> > Does that look right...?
>
> Yes.
>
> > Could this be a permissions issue...?
>
> Are you able to run any CF pages? If so, probably not.
>
> Dave Watts, CTO, Fig Leaf Software
> 1-202-527-9569
> http://www.figleaf.com/
> http://training.figleaf.com/
>
> Fig Leaf Software is a Service-Disabled Veteran-Owned Small Business
> (SDVOSB) 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:360204
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: 404

2015-03-05 Thread Dave Watts

> In IIS, the handler for *.cfm is:
>
> C:\ColdFusion10\config\wsconfig\1\isapi_redirect.dll
>
> Does that look right...?

Yes.

> Could this be a permissions issue...?

Are you able to run any CF pages? If so, probably not.

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

Fig Leaf Software is a Service-Disabled Veteran-Owned Small Business
(SDVOSB) 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:360203
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: 404

2015-03-05 Thread John M Bliss

In IIS, the handler for *.cfm is:

C:\ColdFusion10\config\wsconfig\1\isapi_redirect.dll

Does that look right...?

Could this be a permissions issue...?

On Thu, Mar 5, 2015 at 2:28 PM, John M Bliss  wrote:

> Hi. I'm moving an ACF10 / FuseBox 5 site from Windows Server 2003 (32 bit)
> to Windows Server 2012 (64 bit) with new IIS, etc. My default fuse seems to
> work fine but whenever I specify another fuse like:
>
> http://www.domain.com/index.cfm?fuseaction=User.ShowLoginForm
>
> ...I'm getting the generic IIS 404 error. What am I missing...?
>
> --
> John Bliss - http://www.linkedin.com/in/jbliss
>



-- 
John Bliss - http://www.linkedin.com/in/jbliss


~|
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:360202
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


404

2015-03-05 Thread John M Bliss

Hi. I'm moving an ACF10 / FuseBox 5 site from Windows Server 2003 (32 bit)
to Windows Server 2012 (64 bit) with new IIS, etc. My default fuse seems to
work fine but whenever I specify another fuse like:

http://www.domain.com/index.cfm?fuseaction=User.ShowLoginForm

...I'm getting the generic IIS 404 error. What am I missing...?

-- 
John Bliss - http://www.linkedin.com/in/jbliss


~|
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:360201
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9 License

2015-03-05 Thread Russ Michaels

I will skype you

On Thu, Mar 5, 2015 at 2:07 AM, Mik Muller  wrote:

>
> Standard would be fine.
>
> Mik
>
>
> At 05:49 PM 3/4/2015, Russ Michaels wrote:
>
> >Do you want std or enterprise
> >
> >
> >On Wed, Mar 4, 2015 at 21:18 PM, Mik Muller  wrote:
> >
> >
> >I know that it's no longer supported, but I'm looking to purchase a
> license
> >for ACF9. I have a few sites that moving onto a server with no included
> ACF
> >licenses. The sites are running under ACF9 and use many tags that are not
> >supported under Railo / Lucee.
> >
> >I've seen licenses on eBay for $800 but those sellers are eventually
> >removed for whatever reason.
> >
> >Hoping someone here has access to a license they no longer need.
> >
> >Thanks,
> >
> >Mik
> >
> >
> >
> >
> >
> >
> >Michael Muller
> >
> >
> >Eschew Obfuscation
> >
> >
> >
> >
> >
> >
> >
> >
>
> 

~|
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:360200
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm