Re: (ot) FarCry upgrade to 7.x

2015-02-12 Thread Matthew Williams

It's gotten MUCH better with the transition to 7.x (I'm sure the Daemonites are 
off for the day).  The front end templates are now responsive, the dreaded site 
tree is now completely revamped.  The entire admin interface got a much needed 
redesign.  If you're already invested in it I'd go with 7.x.

--
Matthew Williams
Geodesic GraFX

Hi everybody,
I know that there a are some
guys out here on the list using
FarCry.

Uwe 

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


Re: Possible time out

2014-02-13 Thread Matthew Williams

Is the form re-submitting each time you check a box?  I bet it's the post 
parameter limit thing.  The behavior you're describing (white screen) is 
exactly what happens when you hit that post param limit.  Cutter did a great 
blog post on it 
http://www.cutterscrossing.com/index.cfm/2012/3/27/ColdFusion-Security-Hotfix-and-Big-Forms.


--
Matthew Williams
Geodesic GraFX 

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


Re: Possible time out

2014-02-13 Thread Matthew Williams

I find that it bites me every time I do a CF9 install (for instance, after 
rebuilding my dev laptop).  So it happened in the last month or so to me, which 
is the only reason I even remember the cause ;).  Though WHY there's no error 
output to the screen is highly annoying.

--
Matthew Williams
Geodesic GraFX 

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


Re: fedex tracking cfc

2013-07-10 Thread Matthew Williams

Have you tried here?  https://code.google.com/p/cffedexrates/.  It uses XML
and CFHTTP.  It should at least point you in the direction of what to send
the tracking API.


-- 

Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog
http://twitter.com/ophblance


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


Re: Coldfusion 7 and JVM

2013-03-03 Thread Matthew Williams

According to what I've seen on the Railo groups, that's more dependent 
of the J2EE server you're on.  For instance, you could use Tomcat 7  
JRE 7 if you wanted with Railo.

-- 
Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog
twitter.com/ophbalance


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


Re: New Round of Exploits going on

2013-02-11 Thread Matthew Williams

IF, and it's a large IF, but IF you're willing to maintain your own 
machine than a slicehost with an open source CFML engine isn't all that 
much more expensive than a shared hosting plan.  For $20 USD a month you 
can have a linode running whatever flavor of headless linux that you 
want.  Throw on Webmin/Virtualmin to handle site creation and updates.  
Throw on Railo on Tomcat.  MySQL for DB, apache to serve web traffic.  
Use IPTables to lockdown all but SSH/HTTP/HTTPS/FTP/DNS.  Virtualmin can 
be set to automatically check for package updates and deploy them on a 
set schedule.  It can backup to an S3 bucket.  Railo can be set to 
update automatically as well.  Everything that is running is basically 
free, it's just going to cost you in time if you're not familiar with it.

Now, the cost in time for setup?  That's going to be higher than just 
going with a shared host, but I personally found that my time is far 
offset against dealing with the latest issues that have come up with 
vulnerabilities.

NOTE: this doesn't address PCI compliance as I've not had to go down 
that route.  In that instance shared may still yet be cheaper, but given 
the prices I've seen on shared hosts that are PCI compliant, I still 
think it'd be cheaper to roll your own.  But then, I'm able to do the 
admin and dev side of things.

-- 
Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog
twitter.com/ophbalance


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


Re: (ot) Fed Reserve Hack

2013-02-07 Thread Matthew Williams

Most of the Fed I've worked with, the coders are pretty exclusively 
contractors on the CF side.  From talk of those that have been here a 
fairly long time, this started when the vast majority of the Fed were 
turned private way back in the day in order to save money. But, like 
many ideas in that vein, it hardly ever works out that way.  So the 
handlers are Fed, but the people doing day to day operations are pretty 
much all contractors.

That's the branch that I've worked with, other branches of the Fed may 
be different however.

-- 
Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog
twitter.com/ophbalance


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


Re: Source control in CF

2013-02-03 Thread Matthew Williams

Just to add some thoughts to this.  It really doesn't take much to have 
a working development setup that can be thrown into a zip and then 
scripted out for installation.  Especially if you're using 
Apache/MySQL.  I've got a zip that I hand out to folks that I 
collaborate with that contains Railo/MySQL/Eclipse/Apache.  They just 
have to run 3 batch files to install the services for Apache/MySQL/Resin 
and they have an identical setup to what I use. The other nice bit is 
every time I add a new site, they just need to download a new zip to add 
it into the mix.

This can be done with ACF as well, as you don't really need an install 
there, just getting the services in place works fine.  Even if you want 
to run the install, it's not all the time consuming. Heck, isn't there 
an unofficial means of running a silent install for it?

And from a maintenance standpoint, you could set up shares on each dev 
machine that are a one to many point (windows allows for this). You 
could patch a central machine and have that propagate out to each of the 
many machines.  It would require a service restart, but it's doable.

In short, I personally feel that running development locally is where 
it's at.  You might have to invest some time up front, but you should 
save effort when it comes to ongoing maintenance of the systems.  And 
when coupled with source control, it should help a larger team from 
stepping on each others work.

-- 
Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog
twitter.com/ophbalance


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


Re: CF7 threads

2011-12-14 Thread Matthew Williams

That is a highly variable it depends.  On a 4 core IBM Blade, I let CF 
have 25 max CF/JRun threads to play with.  Even then, things would just 
bomb out to hell if the database puked and started refusing connections 
(3 different database servers, several instances on each to handle 
database requests depending on where the data lived).  If you've not 
checked out FusionReactor or SeeFusion, it's helpful in finding out 
where the breaking point is.

-- 
Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog
twitter.com/ophbalance


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


Re: CF7 threads

2011-12-14 Thread Matthew Williams

And their support is active pretty much 24x7.  It's more expensive than 
SeeFusion (or at least, was when I was shopping for a solution), but 
their support crew really knows their stuff.

-- 
Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog
twitter.com/ophbalance


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


Re: HouseOfFusion is down (was: CF8 cftextarea richtext is stealing form focus, and being referred to by the form

2011-11-02 Thread Matthew Williams

Eh, websites are SO overrated. ;)  I don't think I've ended up on HoF 
site for a long time  The only reason is when directed there by a google 
search for an issue.

-- 
Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog
twitter.com/ophbalance


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


Re: Determining if multiple Sites are Up/Down?

2011-10-13 Thread Matthew Williams

Call me old school, but I just run Nagios + NagiosQL on one of my VPS's 
to monitor my various machines.  It's a real pain in the arse to setup, 
to be sure, but it gets the job done.

To help with the setup, I have a VM locally that runs Groundworks 
locally.  After that's configured, I export the files out and use 
NagiosQL to import them.  One restart of Nagios, and all my new checks 
and whatnot are in place.  Initial setup is a hell I don't know if I'd 
wish on anyone, but now it just works.

-- 
Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog
twitter.com/ophbalance


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


Re: Coldfusion Hosting

2011-09-30 Thread Matthew Williams

Linode.com is absolutely kickass... but.  It's all linux, all the time.  
You get a slew of different distributions to choose from, and several 
kernels.  You, however, will be responsible for system setup and 
maintenance.  Now, on the positive side of that, the prices are great.  
You get a ton of bandwidth, a fair amount of disk, and a ton of free 
rein.  I switched to linode in 2009 and never looked back, but I'm a bit 
more nutty then most ;).

-- 
Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog
twitter.com/ophbalance


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


Re: Coldfusion Hosting

2011-09-29 Thread Matthew Williams

HostMySite tweeted me on this.  Neither HMS or Hosting.com has 
discontinued CF hosting.

-- 
Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog
twitter.com/ophbalance


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


Re: Help Desk System

2011-09-21 Thread Matthew Williams

And a darn good clone at that, with SVN integration as well.

-- 
Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog
twitter.com/ophbalance


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


Re: CFHTTP, self-signed certificates - authentication issues.

2011-09-13 Thread Matthew Williams

What version of ColdFusion?  I've seen issues with even a Verisign cert 
under 9.x that required finagling at the java level to finally resolve 
the issue.

-- 
Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog
twitter.com/ophbalance


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


Re: (ot) Best Site Search Solution

2011-09-08 Thread Matthew Williams

If it's in a database, I tend towards collections for the site search.  
I've got a site with 65k products that uses this approach at the moment.

-- 
Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog
twitter.com/ophbalance


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


Re: CF9 Clustering / Instances multiple domains

2011-08-12 Thread Matthew Williams

I've used the standalone installer, but it's been a good long time.  I 
think it only accepts requests from localhost, or some such pain in the 
arse deal.

-- 
Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog
twitter.com/ophbalance


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


Re: CF9 Clustering / Instances multiple domains

2011-08-12 Thread Matthew Williams

The restriction isn't for CF, I meant for Verity.  It's been my 
understanding that the only way to get a full on Verity install that 
multiple servers could connect to was to pay for a fullblown license.

-- 
Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog
twitter.com/ophbalance


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


Re: CF9 Clustering / Instances multiple domains

2011-08-11 Thread Matthew Williams

That's only possible if you use Verity as a standalone product (not 
free), sadly.  SOLR (free!) supports this, however, but you'd need to 
convert everything over to SOLR collections.  I believe there's a 
function in the admin to do that conversion.

-- 
Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog
twitter.com/ophbalance


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


Re: ColdFusion 10 and beyond

2011-08-09 Thread Matthew Williams

It also means you can grab a VPS for $30/mo and run a completely open 
source stack, and not have to deal with shared hosting at all.

-- 
Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog
twitter.com/ophbalance


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


Re: Problem with Client Variables not persisting.

2011-07-28 Thread Matthew Williams

I (used to) maintain a server with an app that did this as well.  The 
code on staging worked, but was at CF9 with no patches.  The production 
server was at 901.  Staging had no firewall, but production is in a 
DMZ.  We never did determine a why for this happening, and it ONLY 
happened on calls made by the server to itself (cfhttp, cfdocument, 
etc).  We boiled it down to something that changed with CF901 that's not 
documented.  My only recommendation was to move off of client variables 
to a different shared session scope.



-- 
Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog
twitter.com/ophbalance


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


Re: Problem with Apache 2.2 not starting on windows -- CF9.01

2011-07-07 Thread Matthew Williams

You would also think that moving the compiled .so file over from a known 
good install should work... but no dice there.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

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


Re: Problem with Apache 2.2 not starting on windows -- CF9.01

2011-07-06 Thread Matthew Williams

I HATE the fact that 9.0 works (and has the check) for 32bit 
applications, but 9.01 borks that all to hell.  I ran into this (several 
times), and the only means I had that corrected it is to completely wipe 
CF and start fresh.  From there, be sure to run the JRun config BEFORE 
you put on the 9.01 update... else, you see the error that you hit.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

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


Re: Automated File Deployment/Replication

2011-07-05 Thread Matthew Williams

What OS?  Windows 2003 and up support Distributed File System (DFS).  
Wherever possible, it only moves partial files, etc, etc.  You can set 
it to propagate from a main server, or from each server in the cluster.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

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


Re: Applying hotFixes and updates

2011-06-17 Thread Matthew Williams

No.  That means the file you downloaded to your desktop is no longer 
required.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

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


Re: CDN and Coldfusion

2011-06-15 Thread Matthew Williams

Or use screen scrapes... which is what I think one of your FED based 
clients uses ;).  I'm not 100% on that, as I tried to stay as far away 
as humanly possible from that part of the deployment.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

On 6/15/2011 10:52 AM, Dave Watts wrote:
 CDNs can be used with dynamic content, but it gets ... complicated.
 You can, for example, distribute edge servers, use in-memory database
 replication, etc, etc.

 Dave Watts, CTO, Fig Leaf Software
 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:345329
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Homesite 5.5

2011-06-14 Thread Matthew Williams

Well, it's installed.  I've not done anything but open it up, but I 
gotta say, it opens a hell of a lot faster than DW CS4 ever did.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

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


Re: Homesite 5.5

2011-06-12 Thread Matthew Williams

That reminds me... the only reason I switched off DW to CFEclipse at the 
time was I got a new laptop.  The version of DW I was using at the time 
didn't play nice with AMD dual core chips, and would have one core at 
100% every time you used it.  It made for a seriously bad day to have it 
running all the time, so I bit the bullet and jumped ship.  Since I 
don't do much UI development anymore (yay for having a graphics type 
dedicated to that crap), I don't really miss it.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

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


Re: Homesite 5.5

2011-06-12 Thread Matthew Williams

To clarify, Ray's clarify, my clarify... uh, right, it sounded funnier 
in my head.  At any rate, for me UI dev at this point is just 
table/div/paragraph stuff, so strictly HTML items.  I've not dived into 
jQuery development as I've just not had the time (or financial incentive).

Out of curiosity, can DW be tied into SVN the same way Eclipse can?  95% 
of my projects sit in SVN at this point, and it's a big selling point to 
the team I work with to have it all combined into the IDE.

As an aside, CS4 corrected my AMD issues, but now I have an i5 CPU to 
play on so it's an issue left long in the dust.  It was my incentive to 
switch my IDE, nothing more.  I have DW CS4 installed, but since I 
offload all HTML look and feel to others in my group (I turn their work 
into templates for our CMS), it's a very rare day that I open it.

Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog




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


Re: Homesite 5.5

2011-06-12 Thread Matthew Williams

Well, I guess since I'm a full time daytime dev again (after a 5 year 
stint as a full time CF server admin... I didn't change by choice), and 
I'm supposed to have access to the entire Adobe creative suite, I 
suppose it's time to give it a whirl again.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

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


Re: Homesite 5.5

2011-06-11 Thread Matthew Williams

The only reason I bust out Dreamweaver is for making tables and UI 
stuff.  For everything else, there's CFEclipse, Subclipse, Apatana.  I 
have yet to find a plugin for Eclipse that does split dev/UI like 
Dreamweaver can.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

On 6/11/2011 11:08 AM, Raymond Camden wrote:
 Just want to ditto Russ. Moving to Eclipse was painful at first. I
 forced myself to give it two weeks. If I had just given it a day I
 would have given up.

 That being said - if you don't like CFEclipse or CFBuilder and want to
 move to something more modern, _definitely_ check out Dreamweaver CS
 5.5. I'm really, _really_ digging it lately especially in terms of how
 well it supports JavaScript.

 On Sat, Jun 11, 2011 at 5:26 AM, Russ Michaelsr...@michaels.me.uk  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:345168
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Can't open cfadmin after installing CFBuilder Beta 2

2011-04-30 Thread Matthew Williams

That reads to me as to rerun the JRun web configurator JAR/exe.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

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


Re: Fullasagoog not updating?

2011-03-30 Thread Matthew Williams

I'd hit up Geoff Bowers (Geoffrey Bowers mod...@daemon.com.au).  The 
daemonites host/maintain it.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

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


Re: Hosting.com, Your Experiences

2011-03-06 Thread Matthew Williams

I've had clients with HMS (hosting.com bought them?) for roughly 3 
years.  Their dedicated solutions seem to be OK, but their shared 
hosting is... well, the norm for CF shared hosting I suppose :P.  It's 
entirely overcrowded.  I've got a nagios alert set up for the only 
shared hosting account we still have with them, and some months are 
better than others.  There is not a week that goes by that I don't get 
paged at least once for page timing out, and sometimes it's also 
pitching out 500 server error messages.

If you're not afraid of Linux, and can migrate from ACF to Railo, 
Linode.com has some truly smashing deals.  I think in the 2 years I've 
been with them there has been one outage (DNS went out for a few hours) 
at the datacenter that hosts two of my VMs.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

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


Re: I think I'm confused...

2011-03-02 Thread Matthew Williams

I love that hosts file.  I make all of mine site.geodesic.com or 
site.local.  It's portable too, in that it's easy to share with other 
dev's this way.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

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


Re: US Government moving to Drupal?

2011-01-13 Thread Matthew Williams

I've been working with .GOV as a shared CF server admin since the 
beginning of '06 for EPA, and the impression I've always been given is 
that our branch is only interested in enterprise solutions.  Even the 
FOSS apps that are being run are the Enterprise variants (Solaris, RHEL, 
etc).  If there's no large vendor behind supporting the product, no one 
wants to own the project of putting it in place and having a potential 
failure.  In the last year it's begun to change with the inclusion of 
PHP (but only cake-php CMS), and some facebook integration apps, but it 
still remains pretty much an enterprise only shop.  Not that I'm going 
to complain, I hope that they keep CF around for at least another 5-10 
year ;).


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

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


Re: secure site woes

2010-12-01 Thread Matthew Williams

img  src=http://www.clergyleadership.com/images/spacer.gif  
view-source:http://www.clergyleadership.com/images/spacer.gifalt=border=0height=400width=1/

This image is loading over http.  There may be more, I didn't search beyond 
that.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog


On 12/1/2010 1:57 PM, Rob Voyle wrote:
 Hi Folks

 I have a secure site that works fine:
 https://www.appreciativeway.com/secure/bookstore.cfm

 When I add variables such as:
 https://www.appreciativeway.com/secure/bookStore.cfm?webSource=clergy

 The page becomes a mix of secure and non secure items.
 The variable is the link origin and changes the header images, however they 
 are
 in the same format and directory as the secure version.

 I have tried it on multiple bowsers. IE gives the mixed content message but
 when I select don't show the non secure items everything shows up.

 Is the problem the  appended url?
 Is there away to make that secure?

 Thanks for any help

 Rob
 Robert J. Voyle, Psy.D.
 Director, Clergy Leadership Institute
 For Coaching and Training in Appreciative Inquiry
 Author: Restoring Hope: Appreciative Strategies
   to Resolve Grief and Resentment
 http://www.appreciativeway.com/
 503-647-2378 or 503-647-2382




 

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


Re: Moving from MSSQL to mySQL

2010-12-01 Thread Matthew Williams

There's also SQLYog Enterprise.  It has a conversion tool for this as well.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

On 12/1/2010 2:48 PM, mac jordan wrote:
 No idea - not at my desktop.  Google for intelligent converters mysql mssql
 - that should find them.

 On Wed, Dec 1, 2010 at 7:44 PM, Monique Boeamoniqueb...@gmail.com  wrote:

 What's the link?

 there are a million Intelligent Solutions out there :)

 On Wed, Dec 1, 2010 at 1:39 PM, mac.jordanmac.jor...@gmail.com  wrote:

 Check out Intelligent Solutions - we have utility software from them to
 do
 Access and mySQL.

 --
 mac jordan


 On 1 Dec 2010, at 18:07, Monique Boeamoniqueb...@gmail.com  wrote:

 Hello All.

 Is there a utility that will allow me to copy the tables and structure
 from
 an MS SQL database to a mySQL one?

 Thanks





 

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


Re: Is it possible to install both 32bit and 64bit CF6 Standard?

2010-11-21 Thread Matthew Williams

I've found trying to force JRun to host both a 64bit and 32bit JRE at 
the same time just will not work.  What DID work was running a 
standalone version CF9 beside a multi-server version of CF9.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

On 11/21/2010 7:05 AM, Russ Michaels wrote:
 cf wont let you install 2 copies in standard mode, you will need to install
 one of them as multiserver or deploy as a WAR, but otherwise yes you can
 install 2 versions.
 Or you could just install cf 64bit  in multi server server, then install a
 32bit jvm, then run the 32bit cf install and deploy a war to your existing
 multi-server install.

 Russ

 On Sun, Nov 21, 2010 at 4:57 AM, .jonahjonah@creori.com  wrote:

 We're finally upgrading to ColdFusion 9 and in the process want to go to
 the 64bit version and Windows 2008 R2.

 Unfortunately, one of the apps on the box requires a COM object - which
 is not supported by the 64bit JVM.

 So, is it possible to install the 32bit version of CF9 Standard for that
 site and then the 64bit version for everything else?

 Thanks,
 .jonah


 

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


Re: Back to the COM issue...

2010-10-18 Thread Matthew Williams

  You're on a 64 bit version of CF?  If so, it won't work... ever.  
Check out http://kb2.adobe.com/cps/403/kb403277.html#_Toc193176418, 
wherein Adobe flat out states there is no COM support for 64 bit 
architecture... at least for CF8.  There doesn't seem to be any reason 
why this shouldn't hold true for CF9 as well.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com

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


Re: 32-bit / 64-bit COM object issues in ColdFusion 9

2010-10-12 Thread Matthew Williams

  I'm seeing this as well, but on a CF8 server with 32 bit OS.  Every 
time this happens I also get an email from FusionReactor that we're 
hitting less than 2% of memory available, or that the server has started 
to queue up requests.  So, to me, this would indicate it's out of memory 
issue.  It's not happening after every request, just during periods of 
heavy load.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

On 10/12/2010 10:22 AM, Eric Roberts wrote:
 This is a follow up on a discussion from back in June in regards to com
 object with CF9 on win 2008 server...

 Background...this process loads a flash file for a video tribute (for
 funeral homes)...

 The odd thing for me is that  I have been running this with no issue for the
 past 2 weeks and for no known reason, we started to get the following error:

 Any ideas as to why this popped up out of the blue after working previously
 on teh same server? (64 bit CF9 and 64 bit Win2008 Server on IIS7)

 An exception occurred when instantiating a COM object.The cause of this
 exception was that: java.lang.RuntimeException: Can not use native code:
 Initialisation failed.   The error occurred in
 *C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:
 line 81*
 *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line
 267
 *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line 2
 *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line 1
 *Called from* C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm: line 49
 *Called 
 from*C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:
 line 81
 *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line
 267
 *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line 2
 *Called from* C:\inetpub\wwwroot\weblink\templates\1100\template.cfm: line 1
 *Called from* C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm: line 49

 79 :
 80 :!--- Create the screensaver ---*81 :cfobject action=create
 class=Replacer.replace name=replacer type=com*
 82 :cfset replacer.Init(JJgikeke?kd===h?dl...@facJKHCL)
 83 :cfset replacer.addMovie(#main_path#\tribute_full.swf)

--
 Resources:

 - Check the ColdFusion documentation
 http://www.adobe.com/go/prod_docto verify that you are using the
 correct syntax.
 - Search the Knowledge Basehttp://www.adobe.com/go/prod_support/  to
 find a solution to your problem.

   Browser   Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9)
 Gecko/20100824 Firefox/3.6.9 GTB7.1  Remote Address   12.96.65.83
 Referrer
 http://devint.meaningfulfunerals.net/fh/admin/vt_index.cfm?fh_id=10273s_id=47ACB737-0A0D-8FD5-4C7763AE4BC8733Ao_id=413378vt_type=1
 Date/Time   12-Oct-10 10:07 AM Stack Trace   at
 cfdownload_create22ecfm1127011690.runPage(C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:81)
 at
 cftemplate2ecfm476814760._factor5(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:267)
 at
 cftemplate2ecfm476814760._factor6(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:2)
 at
 cftemplate2ecfm476814760.runPage(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:1)
 at
 cfvt_download2ecfm373307081.runPage(C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm:49)
 at
 cfdownload_create22ecfm1127011690.runPage(C:\inetpub\wwwroot\weblink\fh\admin\vtributes\download_create2.cfm:81)
 at
 cftemplate2ecfm476814760._factor5(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:267)
 at
 cftemplate2ecfm476814760._factor6(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:2)
 at
 cftemplate2ecfm476814760.runPage(C:\inetpub\wwwroot\weblink\templates\1100\template.cfm:1)
 at
 cfvt_download2ecfm373307081.runPage(C:\inetpub\wwwroot\weblink\fh\admin\vt_download.cfm:49)


 java.lang.RuntimeException: Can not use native code: Initialisation failed
   at com.linar.jintegra.NativeObjRef.init(Unknown Source)
   at com.linar.jintegra.Dispatch.createDispatch(Unknown Source)
   at com.linar.jintegra.Dispatch.init(Unknown Source)
   at 
 com.intrinsyc.typeInfo.IMacroViewerProxy.init(IMacroViewerProxy.java:32)
   at com.intrinsyc.typeInfo.MacroViewer.init(MacroViewer.java:90)
   at com.intrinsyc.typeInfo.MacroViewer.init(MacroViewer.java:69)
   at 
 com.intrinsyc.typeInfo.InterfaceInfoFactory.getInfoGivenPROGID(InterfaceInfoFactory.java:50)
   at coldfusion.runtime.com.ComProxy.init(ComProxy.java:114)
   at 
 coldfusion.runtime.com.ComProxyFactory.getProxy(ComProxyFactory.java:41)
   at coldfusion.runtime.ProxyFactory.getProxy(ProxyFactory.java:65)
   at coldfusion.runtime.CFPage.createObjectProxy(CFPage.java:4949)
   at coldfusion.tagext.lang.ObjectTag.doStartTag(ObjectTag.java:427)
   at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722)
   at 
 cfdownload_create22ecfm1127011690.runPage(C:\inetpub\wwwroot\weblink\fh\admin

Re: CF 9.01 with JRocket JRE

2010-10-08 Thread Matthew Williams

  The JDK seems to be required because the stock JRE doesn't come with 
all the components need to run the services.  There's a JRE inside the 
JDK, which is all you'll really need once you've extracted/installed 
it.  I've found this to be the case with all of the SUN builds as well.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

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


Re: Unable to load CFX C++ on CF 64 bit

2010-10-01 Thread Matthew Williams

  If this is a COM object/call, it won't never ever work under CF9 
64bit.  Adobe documents this on their site, 
http://kb2.adobe.com/cps/403/kb403277.html#_Toc193176418.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

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


Re: (ot) Memory Upgrade

2010-09-11 Thread Matthew Williams

  I think your bigger issue is going to be 32bit vs 64bit.  The maximum 
amount of memory you can assign to a 32bit ColdFusion JVM is going to be 
somewhere in the 1200 megabyte range for the heap, and 512 or so for the 
perm gen.  If you had the Enterprise version of ColdFusion you could 
spawn more instances using the same configuration and cluster/load 
balance them.  But in the end, if you want to take advantage of all that 
memory with just one instance, it's going to have to be 64bit ColdFusion.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

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


Re: (ot) FTP Servers with DB integration

2010-08-31 Thread Matthew Williams

  You never mentioned the server OS and SQL type?  There's a ton of open 
source FTP daemons that will do this on the linux side, proftpd being 
one of them.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

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


Re: Upgrading to Coldfusion 8

2010-08-23 Thread Matthew Williams

  It's fairly easy to do.

* Choose multi-server EAR/WAR during the CF install.  Choose the EAR
  specifically.
* Create a new folder in jrunhome/servers/yournamefolder.
* Expand the EAR/WAR into folders.  Use the CF8 folders as an
  example.  cfusion-ear will have a cfusion-war folder and a
  META-INF folder.  cfusion-war will have CFIDE and WEB-INF.  There
  also appears to be a crossdomain.xml in my cfusion-war folder for CF9.
* COPY the application.xml from the working CF8
  cfusion-ear/cfusion-war/META-INF folder into the new folder
  cfusion-ear/cfusion-war/META-INF.  The application.xml created by
  the install will NOT work with JRun.  Go figure.
* Load up the JRun admin at port 8000.  I have this service set to
  manual, but it may already be on.  The username is admin, password
  is the password from when you first installed CF8.  It can be
  found (unencrypted) in
  jrunhome/servers/admin/SERVER-INF/jrun-users.xml.
* You should see a link to create a new instance.  Go for it.
* Name the instance the yourfoldername.  It will automagically pic
  up the EAR/WAR you exploded into that folder
* Create a service for it with jrunhome/bin/jrunsvc -install
  yourfoldername yourfoldername Macromedia JRun whatever
  Macromedia JRun whatever
* profit

Now, I'm not sure you're going to get SOLR along with this, but I'm 
fairly sure you can find that separate somewhere in the install 
folders.  Some optional steps include downloading an updated JRE.  You 
could also create a separate jvm.config and specify that during jrunsvc 
-install.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog


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


Re: Oracle 11g Stored Proccedure won't talk to our ColdFusion code.

2010-07-24 Thread Matthew Williams

  Is this acknowledged anywhere on Adobe's site?  I've not seen an issue 
with the vast majority of the shared apps we host.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

On 7/23/2010 8:30 PM, James Holmes wrote:
 Which version of CF are you on? Oracle 11G isn't supported until CF9.

 --
 WSS4CF - WS-Security framework for CF
 http://wss4cf.riaforge.org/


 On 24 July 2010 05:06, Ian Skinnerh...@ilsweb.com  wrote:
   We are attempting to execute a stored procedure with this piece of code.

 cfstoredproc returncode=yes datasource=purload
 procedure=co_error.check_records debug=yes  cfprocparam type=in
 cfsqltype=cf_sql_decimal value=2010  /cfstoredproc

 As you can see, it is a pretty smallcfstoredproc...  block.  Executing
 it returns this error.

 [Macromedia][Oracle JDBC Driver]Unhandled sql ty
 

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


Re: CFMAIL isn't working at all

2010-07-06 Thread Matthew Williams

  Doesn't CentOS come with a firewall enabled by default?  That, and 
maybe IPTables?  If your connection won't verify, I doubt that mail will 
ever go out.  You may need to poke about CentOS to open ports to allow 
outbound to the google mail servers.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog




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


Re: CF Shopping carts

2010-06-28 Thread Matthew Williams

  My problem with this Kart is the amount of holes in it.  I had an 
entire server brought down from defacement from this... however, some of 
that was the lack of sandboxing the app to its own space.  Essentially, 
it was not validating ANY user input (or URL input) and allowing script 
kiddies access to the DB and its result set in the title of every page 
of the site based on the URL params you passed in.  It didn't store 
username/password combination in the database, and once they were in to 
the admin page, they had free reign to upload pages at will.  I closed 
this hole on my local copy, and will never use this code for any other 
kart again ever.  I'm rolling my own for all future clients.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

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


Re: CF9 Developer Edition - IP Addresses

2010-06-16 Thread Matthew Williams

  The new wording is, for each license that you *buy*, you can use that 
license for:

* One production environment
* One staging environment
* One test environment

Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog


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


Re: What is the version of Java SDK CF should use?

2010-05-13 Thread Matthew Williams

It would sure be handy if Adobe would update their FAQ page with the 
most current supported of Java... it's hard to justify moving to version 
XXX if it's not officially supported by Adobe.


Matthew Williams
Geodesic GraFX
www.geodescigrafx.com/blog

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


Re: What is the version of Java SDK CF should use?

2010-05-13 Thread Matthew Williams

Right... I'm thinking back to the release of 8 (or 8.01) with an early 
version of JVM 6.  This JVM had known issues with classes and such with 
CFC and memory scope intensive apps.  Did Adobe every officially support 
_10 or so that fixed that?  In addition, security fixes do eventually 
come down the pipe, and it'd be nice if instead of just trying XX 
release of the JVM, that Adobe could say yep, we only support _xx, 
you'll be fine to move to that.



Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

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


Re: (ot) Farcry docs site down

2010-04-11 Thread Matthew Williams

mod...@daemon.com.au

Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:332830
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Upgrading Multi-home CF8 to CF9 on a Solaris 10 server

2010-03-11 Thread Matthew Williams

Don't forget that there was also a JRun update between 8-9.  If you've 
not already run it, unintalling the whole shebang will also get you that 
update.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331582
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Possible switch to CFEclipse

2010-02-11 Thread Matthew Williams

The only thing I've yet found that Eclipse + plugins can do for me is 
WYSIWIG page development.  I still keep a copy of Dreamweaver around for 
that.  However, I've not really looked that hard to find a plugin in the 
last two years.  Maybe something has risen to the challenge.  Everything 
else, such as SVN, editing, etc. is perfectly fine.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330617
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Disaster Recovery Windows ColdFusion8 mulit-home (and Perl)

2009-08-11 Thread Matthew Williams

Do you use Verity or ODBC services?  If not, you can just restore the 
folder and the jrunsvc -install command to install each instance as a 
service.  I blogged about this here, 
http://www.geodesicgrafx.com/blog/index.cfm/2009/7/22/You-learn-something-new-every-day.
  
If you restore IIS (assuming you use IIS) from an XML export, all of the 
settings for the wsconfig come along for the ride as well.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

Ian Skinner wrote:
 We are pulling together a disaster recovery plan and plan on running a 
 test of if to insure the would could rebuild one of our Windows 2003 web 
 servers.

 Anybody provide some pointers, hints or gothca's I maybe overlooking?  
 Is there anything unusual about backing up a ColdFusion multi-home 
 configure server?  Are the various xml config files sufficient to 
 restore to a new box?

 TIA
 Ian


 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325342
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Disaster Recovery Windows ColdFusion8 mulit-home (and Perl)

2009-08-11 Thread Matthew Williams

Easy enough.

Step 1  Our windows team restores the data drive (contains ColdFusion 
install in multi-server configuration, ColdFusion templates, etc.  All 
but the OS, really).  This assumes that IIS and such is pre-installed 
with your standard windows image.  Not my department, the box is already 
there waiting for me on about day 2 of our DR testing.
Step 2  Restore previous save of IIS meta data XML (right click within 
IIS... should be a save option somewhere.  Don't have IIS up in front of 
me at the moment.  You'd do this and save it to your data drive before 
it's backed up, or whatever.  Then right click, new site from file to 
create the site when the DR server is available).
Step 3  Run jrun4directory\bin\jrunsvc -install name of the instance 
in JRun service display nifty description repeat nifty 
description.  This sets it to autostart.  You would do this for every 
instance on the box (including admin).  I cannot recall if this starts 
it on installation I'm thinking not.  If you need to specify 
different JVM configs, you'd do this here.  Can't recall off the top of 
my head the option to do so.
Step 4  Since our DNS/IP changes at the hot site, modify the IIS site 
to point to the correct IP.  Since this is an SSL based site, we need to 
generate a temporary cert for the new DNS name.

And, that was it.  Usually, I need to go through and install CF from 
scratch, copy the EAR file in, make sure all the settings are correct, 
create the IIS site from scratch, etc.  This was so much easier this 
year, I think I can actually get it into an any idiot can do this 
documented experience... which is actually what the client wants anyway.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog


Ian Skinner wrote:
 Matthew Williams wrote:
   
 Do you use Verity or ODBC services?  If not, you can just restore the 
 folder and the jrunsvc -install command to install each instance as a 
 service.  I blogged about this here, 
 http://www.geodesicgrafx.com/blog/index.cfm/2009/7/22/You-learn-something-new-every-day.
   
 If you restore IIS (assuming you use IIS) from an XML export, all of the 
 settings for the wsconfig come along for the ride as well.
 

 Would it be too much to ask what your 4 steps look like?

 Ian


 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325356
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: fedex rates

2009-07-08 Thread Matthew Williams

You could also try this CFC... http://code.google.com/p/cffedexrates/.  
I've tested it as of last night, and it works fine.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

Chad Gray wrote:
 I am using some code I got from this web site (not sure who the author is) to 
 tap into FedEx's rate API.
 http://cfsearching.blogspot.com/2007/12/how-heck-do-you-use-fedex-rate-web.html
  


 If I try to put a CF variable in the second line below it errors out.  If I 
 put a 1 or 2 in there statically it works fine.  The list has one entry in it 
 so the list is fine.

 cfset objNonNegInteger = createObject(java, 
 org.apache.axis.types.NonNegativeInteger) /

 cfset data.requestedShipment.packageCount = 
 objNonNegInteger.init(#listLen(attributes.PkgWeights)#)


 Here is the error:
 Unable to find a constructor for class 
 org.apache.axis.types.NonNegativeInteger that accepts parameters of type ( 
 java.lang.Integer ).


 Is CF processing the objNonNegInteger function before it processes the 
 ListLen() function?



 

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324345
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Ubuntu - how WinXP compatible?

2009-06-18 Thread Matthew Williams

One hurdle to consider is how supported is your hardware.  I really 
wanted to move to Ubuntu (I was upgrading drives anyway), but hit 
problem after problem on my Dell 1501 using the 8.10 release.  It seems 
that the 1501 just has craptastic time of it based on the amount of 
reports I found over the net, most of it stemming from unreliable driver 
sets for the wireless card.  I spent several days trying to get 
everything to play nicely together, but gave it up for bad in the end.  
This doesn't mean that linux (or Ubuntu) is bad, just that for this 
particular laptop it wasn't worth it.


Matthew Williams
Geodesic GraFX

~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323631
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: HostNexus

2009-04-28 Thread Matthew Williams

The only pain with I've had with dealing with them is no control panel 
support for basic ColdFusion functions.  I cannot add my own datasource, 
or mappings without first submitting a trouble ticket with them.  
However, they WILL create mappings for you, and even go so far as to 
edit your vhost.conf file if you should so choose (add Alias's) by way 
of their trouble ticket system.  Their shared hosting does tend to be a 
bit crowded though.


Matthew Williams
Geodesic GraFX

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322051
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFQUERY Timeout for SQL2005 Fails

2009-04-15 Thread Matthew Williams

The docs say, no, it may not timeout at 1 second.  Check out the 
livedocs...  Because the timeout attribute only affects the maximum 
time for each suboperation of a query, the cumulative time may exceed 
its value.

And, even then, the query stuff is considered to be 3rd party (or at 
least, so I remember reading a ways back) and does not fall under the 
same rules as CF templates when it comes to setting a timeout using 
CFsetting or by way of the administrator.  The best way to kill those 
hung threads is going to be something like FusionReactor or SeeFusion.


Matthew Williams
Geodesic GraFX


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321619
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Unable to access CF Admin

2009-04-07 Thread Matthew Williams

You need an alias in httpd.conf that looks like Alias /cfide 
c:\inetpub\wwwroot\cfide.


Matthew Williams
Geodesic GraFX


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321426
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Server Application Error - This should not happen, its Friday!

2009-03-27 Thread Matthew Williams

Is there any chance you can ditch XP?  They stuck a bastardized version 
of IIS on that OS, and I could never get it to run quite right locally 
either.  You could always put Apache on there, and it'll run quite 
happily. 


Matthew Williams
Geodesic GraFX

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321049
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFMX7 Flash Forms not working on server

2009-03-03 Thread Matthew Williams

Check to see that the /CFIDE IIS mapping is in place.  This is usually 
where I have issues with flash forms, and other nifty UI widgets not 
working.


Matthew Williams
Geodesic GraFX

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320086
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Clustering with Synchronization/Mirroring

2009-02-18 Thread Matthew Williams

That's going to highly depend on your server architecture.  We have 
Windows 2003 R2 Enterprise.  The NFS clustering in that release has been 
fantastic, and has only failed one time in about a year.  It's 
multi-point sync (a - b, b - a) and can do partial file changes as 
well.  This also requires that the machines be part of an active 
directory domain. 


Matthew Williams
Geodesic GraFX

Joseph Bugeja wrote:
 We have a setup consisting of 2 CF8 servers running in parallel (the 2 
 instances are clustered together using CF8 Ent/JRun4) and we have one app. 
 deployed on each of the two servers. Each request is served by either one of 
 the 2 servers. 

 Although clustering is working great, we would like have a facility that when 
 a server generates a file on one server it gets automatically pushed to the 
 other parallel server. Is that possible with ColdFusion clustering or we to 
 invest on additional software/perhaps proprietrary ones? 

 Naturally, the two folders (one on each of the parallel servers) need to 
 contain the same content, so ideally when one gets generated on one server it 
 is immediately replicated on the other server.

 Can you give some tips/assistance about this problem?

 Kindest Regards,
 Joseph. 

 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319498
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: form post getting cut off at 32,000

2009-02-12 Thread Matthew Williams

Yeah... this just bit me too.  You need to adjust either your clob/blob 
size for the DSN.  The default cuts off at 32k.  Even if the clob/blob 
options are not checked, that seems to be the cutoff.  I'm reasonably 
sure that clob is the one you're looking to change.


Matthew Williams
Geodesic GraFX

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319249
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Session stickiness breaks in CF 8

2009-02-10 Thread Matthew Williams

I wonder if this is only an issue on *nix operating systems?  I've never 
had this happen on our Windows boxes... and we have clustering turned on 
for 7 different clusters across 11 different servers.  Heck, it's been 
running just fine for those environs since we were on MX 6.1... we're 
currently at 8.01.  This has worked on JRun 4 update 6 through JRun 4 
update 7.


Matthew Williams
Geodesic GraFX

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319118
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Session stickiness breaks in CF 8

2009-02-10 Thread Matthew Williams

Would you care to provide a link to how you get to an instance without 
going through the JWS?  I'm really not trying to be a smart ass here, I 
truly want to know ;).


Matthew Williams
Geodesic GraFX

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319122
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Dreamweaver CRASHES!!!

2009-01-26 Thread Matthew Williams
At what point is your CFEclipse install not working?


Matthew Williams
Geodesic GraFX

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318582
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Dreamweaver CRASHES!!!

2009-01-26 Thread Matthew Williams
But, does it actually explain how to set up a project and actually use 
the UI? ;)  I'm already in the middle of getting a tutorial together for 
setting up a new CFEclipse project.  I don't mind releasing it, but it 
won't be finished until at least tomorrow.


Matthew Williams
Geodesic GraFX

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318586
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Dreamweaver CRASHES!!!

2009-01-26 Thread Matthew Williams
I ditched DW when I switched to an AMD Turion 64x2 processor.  DW spikes 
50% on one of the dual cores and stays that way until a drop down menu 
is selected.  The issue showed up on the Adobe boards, but there was 
never a resolution that I saw.  I'm pretty sure this was only with 
CS3... but I never tried CS4 to find out.  That's what drove me to 
CFEclipse, but I've never really minded.


Matthew Williams
Geodesic GraFX

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318590
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Strange error with cffeed

2009-01-20 Thread Matthew Williams
Wow.. that's obscure.  I need to bookmark this as we're moving to 
sandboxing in the future.  Are you planning on reporting this to Adobe 
as a bug?


Matthew Williams
Geodesic GraFX

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318203
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Strange error with cffeed

2009-01-19 Thread Matthew Williams
You know, you might want to try copying the tools.jar file from the 
{currentjre}/lib folder to the /cfusion/lib folder.  Until I did this, 
my webservice calls were all shot to hell.  This may only be a problem 
for those that install in multiserver mode though.  Maybe standalone 
copies the correct file here?  Or maybe it pulls it from the PATH 
variable somehow?  Either way, when I installed CF8 as an ear/war into 
my current environment, that was a problem for me.


Matthew Williams
Geodesic GraFX

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318196
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: missing car file option on MX 7

2009-01-15 Thread Matthew Williams
I'm pretty sure that's an Enterprise setting and not available to those 
running Standard (assuming you're running Standard).  What you could do 
is delete the license and set the instance back to developer mode.  You 
could then export the settings, and then leave the new CF8 instance in 
developer mode long enough to import the CAR file before entering in the 
license string.


Matthew Williams
Geodesic GraFX

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318000
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: missing car file option on MX 7

2009-01-15 Thread Matthew Williams
I'd love to claim the workaround as my own, but I'm pretty sure I've 
seen that tip posted here before ;).


Matthew Williams
Geodesic GraFX

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318004
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: JRUN and Sockets

2009-01-15 Thread Matthew Williams
FusionReactor or SeeFusion (or the CF8 Monitor) allows you to kill long 
running threads.  Typically, I kill anything that runs over 5 minutes.  
FusionReactor allows you to add exceptions for processes which you know 
are valid, but are long running.  I'm sure SeeFusion does as well, but I 
don't use that product.  I consider having any one of those three a 
necessity for a happy server. ;)


Matthew Williams
Geodesic GraFX

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318044
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


How do I replicate some vBulletin board functions?

2008-12-15 Thread Matthew Williams
There's a really nifty feature in vBulletin, mySpace, etc. that shows a user as 
being online now.  Does anyone have an ideas how to pull this off in 
ColdFusion?  My users are logged in with various information being thrust into 
the session scope.  I'm thinking I'll need to run scheduled task every 5-10 
minutes that checks for a users logged in status, and then updating a table.  
Or, maybe there's an easier way?


Matthew Williams
Geodesic GraFX 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316768
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: IDE announced: IDE/Compiler Business Model

2008-11-19 Thread Matthew Williams
They can get away with it because their (Oracle) thin client driver 
sucks ;).  The DataDirect version of the driver is far superior.  It 
could be argued, however, that a company that can put the funds out for 
an Enterprise SQL server, it should be able to front funds for an 
Enterprise web application server.  I'm not saying that's my opinion, 
merely what seems to be sentiment.


Matthew Williams
Geodesic GraFX

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315630
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Official ColdFusion IDE announced

2008-11-18 Thread Matthew Williams
I wonder just how much the commercial release is going to cost?  I 
can't see spending more than $50 for a new IDE.


Matthew Williams
Geodesic GraFX

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315453
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Access individual instances in a cluster without JWS?

2008-11-07 Thread Matthew Williams
We leave the built-in JRun webserver turned on.  You can then just call 
http://{servername}:{jrunserver port}/cfide/administrator to access each 
instance.  You can even use SSL (as long as you don't have JVM 1.6 
installed!).  This assumes that you're using JRun... I'm not sure how 
other J2EE platforms are set up.  This has worked for us from MX 6.1 - 8.01.

Matthew Williams
Geodesic GraFX

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314956
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Use J2EE datasource to insert Clob on MX6,7

2008-11-03 Thread Matthew Williams
My guess would be it's a Standard, vs an Enterprise install.  Those 
native Oracle drivers are just not up to par with the DataDirect ones.


Matthew Williams
Geodesic GraFX

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314762
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Use J2EE datasource to insert Clob on MX6,7

2008-11-03 Thread Matthew Williams
That begs the question then of why is the OP using the data source 
capability into WebLogic over the datasource that you can define in 
ColdFusion? 


Matthew Williams
Geodesic GraFX

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314766
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cf8 enterprise failover

2008-08-30 Thread Matthew Williams
By default CF uses 512 Megs + up to 128 Megs of memory per instance.  
You can configure that to be higher, though I wouldn't go any lower.  
I'd go with a maximum of two instances with that type of system in a 
production environment.  This way, you could allocate about 1.2 gigs per 
instance and be relatively safe.  At least, that's what I've found to be 
the most optimum on my end.


Matthew Williams
Geodesic GraFX

Richard Steele wrote:
 Great, thanks. How much memory is required or recommended for each instance? 
 I'm on a Windows Server 2003 Standard Edition with 4 GB of memory (its max). 
 How many instances would be recommended for that amount of memory?

   

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311832
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cf8 enterprise failover

2008-08-30 Thread Matthew Williams
Brad Wood wrote:
 How do you define working?  When you can't place CFCs or XML objects in 
 your session scope without ugly erros, I don't call that working. 
 Serialization of complex objects has plauged session replication for a 
 while.  CF8 made CFCs serializable and that was very good, but to this day 
 (and to my knowledge), ColdFusion is still incapable of serializing complex 
 variables (Arrays, Dates, Query objects) within a CFC. (Adobe Bug #70580)
 I know there are people who use session replciation, but in general, my 
 perception (from this list anyway) is that a lot of people have simply 
 enabled sticky sessions and then clocked out.
   
I define working in that we host about 130 applications, and none have 
had issues (beyond that MachII app) in 2 years with our setup.  At 
least, I've not had any complaints.  Now, we do use session stickiness 
in addition to the replication, so in theory we wouldn't have any issues 
unless the server goes down.  We've actually had 98+% uptime on the 
servers, so maybe we just don't come across it?  Mayhap we just have 
really boring devs that don't serialize objects.  I don't know.
 I'm not sure what you speak of, but to my knowledge this is not operation 
 out of the box since cfchart's cache location defaults to a local directory. 
 (Which is why it qualifies in my gotcha catagory) Your options are to cache 
 to a shared network location, or enable some sort of file replication beween 
 your chart caching folders.  Keep in mind, I didn't say it was impossible. 
 I simply said it was a gotcha.
 To my knowledge, cfimage does not allow customization of the caching folder.

   
Yes, sleep addled brain at work here.  I should say that since all of 
the sessions should stick, we don't typically have an issue with 
CFCHART.  Although, I should look at setting those folders as targets 
for our DFS shares.

I guess the only real thing I have going here is that, in my experience, 
life has been 1000x better since we've moved to multi-server with 
session replication and stickiness.  Customers and the public no longer 
catch a 500 server error (which happened frequently before I came on 
board).  The only complaint I've had for our public facing servers in 
the last few months is an issue with our front end balancer.  If a 
CFHTTP request gets routed back to the same server making the request, 
the load balancer fails the request.  This only applies to non-CFM 
related requests, so calls to XML files and images would fail 
intermittently.  The workaround for that is to use things like CFFILE 
instead, but I have no control over the front end load balancer.


Matthew Williams
Geodesic GraFX

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311833
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: cf8 enterprise failover

2008-08-29 Thread Matthew Williams
Uh, what?  Session replication has been working for me starting with MX 
6.1 and continues to work fine now that we've moved to CF8.  I've also 
not had an issue with cfchart since the information replicates within 
the cluster.  And, as an added bonus, the latest JRun updater for CF8 
brings us partial session updates!  Now, only the data that actually 
changes gets pushed to the other clusters.  Before?  It sent the entire 
scope data.  This is in several environments, and one that has a load of 
about 75k hits daily shared across 4 servers and 4 instances.  Things 
that may go wrong though...  if your servers are on different subnets, 
it's a right pain in the ass to make it work correctly.  The only time 
I've seem to have issues with session replication is with sites that 
have exceedingly high memory writes/reads.  We've got a Mach II app that 
will not behave when pushed into a cluster.  Normal startup time for 
this app is 30 seconds, but that stretched beyond 3 minutes when it was 
trying to replicate data amongst peers.  Then again, this app had a 
startup XML file of around 120k.  It's ungodly massive, and something I 
did mention to the devs in the past ;).

Matthew Williams
Geodesic GraFX

Brad Wood wrote:
 * Data that is specific to a users and stored in a persistent scope like 
 session or Application does not automatically follow users from once 
 instance to another.

 Session replication can solve the latter, but still has some problems I 
 think, and not many people seem to use it.
 Sticky sessions eliminates both problems for the most part, and seems to be 
 the most common way to handle clusters.  Of course, the failure of an 
 instance won't be helped by sticky sessions since that only sticks a users 
 to an instance as long as it is still up.

 ~Brad

   


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311826
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFHTTP and SSL

2008-08-27 Thread Matthew Williams
The talking tree has an article on this; 
http://www.talkingtree.com/blog/index.cfm?mode=entryentry=25AA75A4-45A6-2844-7CA3EECD842DB576.


Matthew Williams
Geodesic GraFX

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311653
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


How do I export a verity collection?

2008-06-23 Thread Matthew Williams
I hate verity, for so many reasons.  Mostly because it's a pain to administer.  
I'm setting up some CF8 instances for our customers to start testing on, but 
I'm again having issues moving verity collections.  Is there some secret that 
I'm missing when exporting verity collections?  It looks like the CAR file save 
correctly, and it starts to restore correctly, but then it fails.  


Matthew Williams
Geodesic GraFX 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307983
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: **UPDATE** JRn 600MB+ shortly after boot up

2008-05-16 Thread Matthew Williams
I don't think what you're seeing is abnormal.  I've got the default JVM 
configs running as well, and my JRun is running at 522 Megs.  I'm 
running a the FarCry framework (lots of objects).  I bet if you had a 
server monitor running, you'd see that used memory is far lower than the 
memory that it has acquired by the JVM.  This is on a Dell AMD 64x2 with 
2 Gigs of RAM laptop.  However, our production servers also exhibit the 
same behavior.  Right now, my used memory (according to the CF8 monitor) 
is about 300 megs.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305533
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: load balancing / failover

2008-05-12 Thread Matthew Williams
Actually, I think what your seeing here is not that the clustering is 
breaking, but rather that the JRun/IIS connector piece is dying.  I'm 
running clusters in all of my shared environments and experience this 
very infrequently.  All of them are Win2k3 RC2 (though they were 
previously Win2k).  The only time I ever have issues is if IIS just 
plain hangs.  But when IIS hangs, it's never in a good way ;).  If it's 
still possible to open a the communication port, our hardware load 
balancer thinks that the server is alive.  But since IIS is stuffed up, 
the JRun connector piece never really gets called.  If the JRun 
connector doesn't get called, clustering won't function.  We've now 
taken to having a {server}/alive.htm file that is pinged every 5 seconds 
by the hardware load balancer to ensure that IIS hasn't died in addition 
to the software JRun clustering.  If the hardware load balancer can't 
get through to the alive page then the server is taken out of the 
hardware balancing cluster.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:305086
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: CFMX8 - Standard vs. Enterprise

2008-05-01 Thread Matthew Williams
I think the main thing you lose using the Oracle thin client drivers is 
the ability to use Ref Cursors.  The DataDirect drivers do have this 
functionality. 


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304570
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Proxy Authentication with Oracle - Does ColdFusion Support th is?

2008-04-21 Thread Matthew Williams
If the proxy user supports using a password, you could always override the 
values supplied in the ColdFusion datasource at runtime.  CFQUERY takes an 
optional setting of  username and password.  If you plug the proxy user 
information into those optional values, it will use those credentials for 
authentication.  Or, at least, so sayeth the documentation.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303867
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: ColdFusion 8.0 clustering - quick question.

2008-04-20 Thread Matthew Williams
You also need to name your instances uniquely.  Even if you just copied 
the ear/war file, the instance names in the Enterprise Admin (JRun 
admin) cannot match.  Just another thing to check.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303820
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: ColdFusion and IIS as an external Web Server - Is JRun required o n both machines?

2008-04-18 Thread Matthew Williams
You don't need the full blown install to do this, however it's going to
be a completely manual process.  You can find instructions for that at
this link
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19575.  The
only thing that's not reflected in the kb entry is that IIS6 now uses a
wildcard ISAPI reference.  It may help you to configure a webserver
locally on the ColdFusion box, and then mirror these settings on your
DMZ server (from the IIS standpoint).  Or, even better, create the
website locally and just save the site for import into the DMZ.

Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog


~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303729
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Need built-in JWS SSL help

2008-04-17 Thread Matthew Williams
Other than some occasional thoughts, no.  I'm pretty sure we're going to 
be screwed on this one as it points more toward being a JVM issue 
opposed to a ColdFusion issue.  Looking over some of the 1.6 info, it 
looks like SSL underwent some major revamping.  I'm curious to see what 
would happen if a Verisign cert were used instead of a self signed 
cert... but all of the machines that I do have Verisign certs for are 
production servers and many bad things (TM) would befall should one of 
those machines have issues whilst I'm testing.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303709
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Need built-in JWS SSL help

2008-04-17 Thread Matthew Williams
Yep, that's exactly where I'm at with this ;).  I even tried creating 
the self signed cert under the various JVMs (thinking it may be a SSL v3 
issue), but I think it may actually be a TLS issue.  But, those are 
really just buzz words to me.  I don't have a lot of free time to 
develop a good working relationship with SSL or the JVM.  Guess it's 
time to burn that support money.  Though, it may have to wait until next 
week.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303711
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Adobe CF Customer Support Experience

2008-04-07 Thread Matthew Williams
Hey, if nothing else, it's nice to see that Adobe allows their employees 
to make comments out here in the wild. ;)


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302849
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


HTTPS for integrated JRun web server

2008-04-07 Thread Matthew Williams
So, after reading through this link at Bruce Purcell's site 
(http://www.bpurcell.org/blog/index.cfm?mode=entryentry=1064), I can get 
CF7.02 the admin site for my CF7.02 instances to work fine.  However, as soon 
as I bring up a CF8 instance, things fall apart.  It looks like CF8 is 
expecting a TSL response, whilst the one being sent is an earlier version of 
SSL.  I've tried testing against JRE 1.4.2, and 1.6.  Nothing seems to be 
working when it comes to doing this on CF8.  The security team has decided that 
we must go over SSL... I'm not sure how this can be handled, however, if I 
can't get CF8 to work.  Oh, I run in multiserver mode with clusters.  I have to 
be able to get to the integrated server in order to do administration.

Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302884
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: HTTPS for integrated JRun web server

2008-04-07 Thread Matthew Williams
Hmm... it appears that this is only an issue running the 1.6 JRE.  It works 
fine for CF8 on JRE 1.5 u 15 and 1.4.2.  Well, never mind ya'll.  I don't plan 
on running 1.6 until they address the class issue anyway.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302889
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: ColdFusion - Oracle - kill unresponsive query

2008-04-05 Thread Matthew Williams
That only kills the request on the ColdFusion side.  It can still keep 
running on the Oracle side.  Our DBAs have some sort of monitor on the 
Oracle side that can be configured to kill requests that have gone 
beyond a set time limit.  I can found out what this is on Monday.


Matthew Williams
Geodesic GraFX
www.geodesicgrafx.com/blog

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302795
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


  1   2   >