Re: SOT: READ UNCOMMITTED

2011-09-30 Thread Mike Chabot
I recommend doing this as an optimization technique, as long as you are aware of the tradeoff you are making. The default database settings are optimized for ACID transactional safety, but most Web sites don't need this level of safety unless you are handing financial transactions. Most of the NoS

Re: (ot) Awesome Eclipse Shortcut

2011-09-30 Thread Josh Nathanson
Yeah, that is a sweet one. Even though I've known about it for a while, I am still in the process of training myself to use it, rather than using the Navigation pane to dig into the file tree. My first instinct is always to navigate when looking for a file. -- Josh On Fri, Sep 30, 2011 at 2:5

(ot) Awesome Eclipse Shortcut

2011-09-30 Thread Brook Davies
I know its OT, and most of you probably already know it, but this shortcut saves me so much time, and I'm such a geek, that I had to post it: CTRL + SHIFT + R - then hit Enter Type a few characters of the name of the file your looking for, boom, hit enter to open it. Or if you highlight th

SOT: READ UNCOMMITTED

2011-09-30 Thread John M Bliss
We have a fairly high-traffic ACF 8 site where SQL Server database gets hit with two types of queries: type 1 - about 1-5 SELECTS per second that have to run as fast as possible *always* (< 1 second) type 2 - about 100-500 "other" queries per day that are allowed to run "slower" (5-20 seconds). (

Re: creating a signable PDF...CF9

2011-09-30 Thread Stephen Hait
On Fri, Sep 30, 2011 at 4:58 PM, Eric Roberts < ow...@threeravensconsulting.com> wrote: > > Does anyone know how to create a signable PDF? We have a need to be ale to > create pdf's in CF on the fly, but then they need to be signable via a > signing pad (like the one you use for credit card sign

creating a signable PDF...CF9

2011-09-30 Thread Eric Roberts
Does anyone know how to create a signable PDF? We have a need to be ale to create pdf's in CF on the fly, but then they need to be signable via a signing pad (like the one you use for credit card signatures). Does anyone know if this is possible and if so, how do you do it? Thanks! Eric

PDF in web.xml question

2011-09-30 Thread Brian Bradley
I use ColdFusion to run security for my site. I put the html and htm in the web.xml file so that it runs through ColdFusion but when I added pdf files, it doesn't work. The .cfm, .htm files in that directory get blocked by security but the .pdf came right up. Anyone else ever run into this?

Re: Coldfusion Hosting

2011-09-30 Thread Gerald Guido
First off, my mandatory +1 godzillion for Viviotech.net One of the best companies I have ever dealt with and the best hosting company. >> You, however, will be responsible for system setup and maintenance. The one thing that sold me on Viviotech.net was that the VPS I got was managed. They set

Re: Coldfusion Hosting

2011-09-30 Thread Bryan Stevenson
Thanks MattI'm on Ubuntu, so Linux is not lost on me ;-) On Fri, 2011-09-30 at 12:32 -0400, Matthew Williams wrote: > 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, w

Re: CF and Word.Application

2011-09-30 Thread Richard White
I have found the word.application *extremely* slow when adding rows to a table and populating the cells with data. Has anyone else found this and know of anyway to speed it up? it is taking up to 5 minutes just to write about 50 rows! thanks > Hi > > does anyone know of any good examples o

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

Re: Coldfusion Hosting

2011-09-30 Thread Russ Michaels
things do seem to have gone downhill since hosting.com took over HostMySite, I see customers flying the coop every week it seems. I hear nothing but good things about EdgeWebHosting - http://www.edgewebhosting.net/ If we get customers looking for USA hosting, that is where we send them. -- Rus

Re: Coldfusion Hosting

2011-09-30 Thread Bryan Stevenson
If it matters MaxI'd say Viviotech is as good or better than HostMySite ever was...and I was pretty happy when we found HostMySite (the early days) I'm not familiar with Linode On Thu, 2011-09-29 at 22:26 -0400, Max Hamby wrote: > I had stayed with hosting.com out of convenience I knew

Re: Commons Logging issues

2011-09-30 Thread Russ Michaels
how about just replacing the Batik files that comes with CF with the newer ones, or removing the ones from CF so they don't conflict with yours ? On Fri, Sep 30, 2011 at 4:30 PM, Paul Giesenhagen wrote: > > - Gaining access to the log files now > > - No, the ones that come with CF are outdated .

RE: Commons Logging issues

2011-09-30 Thread Paul Giesenhagen
- Gaining access to the log files now - No, the ones that come with CF are outdated ... (per my developer). -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: Friday, September 30, 2011 10:27 AM To: cf-talk Subject: Re: Commons Logging issues are you not able

Re: Commons Logging issues

2011-09-30 Thread Russ Michaels
are you not able to use the Batik classes that come with CF rather than loading your own ? On Fri, Sep 30, 2011 at 4:03 PM, Mack wrote: > > Paul, > > Do you have access to CF's logs ? You should see something in the > exception.log ... > > -- > Mack > >

Re: Commons Logging issues

2011-09-30 Thread Mack
Paul, Do you have access to CF's logs ? You should see something in the exception.log ... -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion A

RE: Commons Logging issues

2011-09-30 Thread Paul Giesenhagen
Mack, Gave that a shot and removed all of the files and directories from the .jar .. uploaded it ... loaded the logger with Javaloader and still not firing - now it's just throwing a 500 error that I can't see .. generic. If I comment out the transcoder.transcode(input,output) I don't get the

Re: Commons Logging issues

2011-09-30 Thread Mack
Delete org\apache\commons\logging from pdf-transcoder.jar, download the newest common logging jar file from http://commons.apache.org/logging/ and load that with JavaLoader. -- Mack ~| Order the Adobe Coldfusion Anthology now!

RE: Commons Logging issues

2011-09-30 Thread Paul Giesenhagen
First we're loading up the latest batik files.. Then the second cfscript bombs out on the transcoder.transcode(input,output); with the duplicate commons.logging.Log error. It seems to not like the /pdf-transcoder.jar - which is the file that converts from SVG to PDF batik_p

Re: MyFax and CFMail

2011-09-30 Thread Mack
Make sure there are is no white space in your text email (). -- Mack ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffus

Re: Commons Logging issues

2011-09-30 Thread Mack
On Thu, Sep 29, 2011 at 6:25 PM, Paul Giesenhagen wrote: > > SO there was a directory that had the commons logging files in it .. removed > those - restarted the CF Service and still have the same error - so at this > time, it "I" believe is just loading the CF defaults. Do you have a piece of