Alternative to shared SMTP server

2014-10-30 Thread Kevin Parker
Has anyone had any experience using Send Grid (or even something else) with CF - just looking for other options for a site rather than using the shared mail server. ++ Kevin Parker ++ ~| Order the Adobe

Re: Alternative to shared SMTP server

2014-10-30 Thread Steve Milburn
Maybe Amazon SES? I haven't used it in a CF project so I can't speak to that specifically, but I did use it in a Node.js project and it was a piece of cake. Steve On Thu, Oct 30, 2014 at 4:22 AM, Kevin Parker tras...@internode.on.net wrote: Has anyone had any experience using Send Grid (or

Re: Alternative to shared SMTP server

2014-10-30 Thread Russ Michaels
We use and recommend send grid On Thu, Oct 30, 2014 at 8:22 AM, Kevin Parker tras...@internode.on.net wrote: Has anyone had any experience using Send Grid (or even something else) with CF - just looking for other options for a site rather than using the shared mail server. ++ Kevin

Re: Alternative to shared SMTP server

2014-10-30 Thread Will Swain
We use Mandrill, Very happy with it. On 30 October 2014 12:01, Russ Michaels r...@michaels.me.uk wrote: We use and recommend send grid On Thu, Oct 30, 2014 at 8:22 AM, Kevin Parker tras...@internode.on.net wrote: Has anyone had any experience using Send Grid (or even something else)

Re: Alternative to shared SMTP server

2014-10-30 Thread Byron Mann
You could also do something like a small linux EC2 instance and run Postfix which based on your data transfer would probably be free as well. http://aws.amazon.com/free/ I think with Amazon SES you can send something like 2000 emails per day at no cost. ~Byron

Re: Alternative to shared SMTP server

2014-10-30 Thread Russ Michaels
Send grid et al does have a lot of useful extra features you won't get from a plain smtp server so depends what you need. The bounce tracking and reporting is very handy. On Thu, Oct 30, 2014 at 13:11 PM, Byron Mann byronos...@gmail.com wrote: You could also do something like a small linux

Re: IE slow, Ffox, Chrome, Opera fast

2014-10-30 Thread Byron Mann
I would agree the UI should maybe be tweaked; however things they may help IE and even other browsers. Set a fixed width on your columns and table. table width='500' td width='20'. Not sure if doing this as a style makes a difference or not. Set the table-layout to fixed. table

Re: Alternative to shared SMTP server

2014-10-30 Thread Dave Watts
Maybe Amazon SES? I haven't used it in a CF project so I can't speak to that specifically, but I did use it in a Node.js project and it was a piece of cake. Amazon SES works fine from CF. We use it quite a bit. But we also host our CF infrastructure with Amazon, so it makes sense there. Dave

Re: Alternative to shared SMTP server

2014-10-30 Thread Steve Milburn
Good to know, Dave. I figured there wouldn't be any problem using it from CF, but just couldn't speak to it from experience. On Thu, Oct 30, 2014 at 9:17 AM, Dave Watts dwa...@figleaf.com wrote: Maybe Amazon SES? I haven't used it in a CF project so I can't speak to that specifically, but

Problem with CF11 starting after boot

2014-10-30 Thread DURETTE, STEVEN J
Hi all, Got a little bit of a strange one here. I have installed CF11 dev on my laptop with the tomcat internal web server and I set the port to use 80. Everything works fine, however after a reboot, when I hit pages I get the error below. If I restart CF it runs fine until I reboot again.

Re: Problem with CF11 starting after boot

2014-10-30 Thread Dave Watts
Got a little bit of a strange one here. I have installed CF11 dev on my laptop with the tomcat internal web server and I set the port to use 80. Everything works fine, however after a reboot, when I hit pages I get the error below. If I restart CF it runs fine until I reboot again. It

Re: IE slow, Ffox, Chrome, Opera fast

2014-10-30 Thread Cameron Childress
On Wed, Oct 29, 2014 at 8:46 PM, Gonzo Rock wrote: -- IE seems to hang after it renders a very large webpage... 13Mb of html -- Same page in firefox or chrome or opera have no problems Details: This page is pretty much straight up html markup of a 6000 row table using the classic tabletrtd

Re: Alternative to shared SMTP server

2014-10-30 Thread Scott Stroz
I use Mandrill, too. Cannot say enough good things about it. On Thu, Oct 30, 2014 at 9:03 AM, Will Swain w...@hothorse.com wrote: We use Mandrill, Very happy with it. On 30 October 2014 12:01, Russ Michaels r...@michaels.me.uk wrote: We use and recommend send grid On Thu, Oct

Work Around for SSLv3 Vulnerability?

2014-10-30 Thread Michael Grant
I have a legacy app on CF9 (originally CF7) which uses CFHTTP to make a secure connection to Chase Paymentech's Orbital payment gateway. I have the SSL's installed into the Java keystore like I'm supposed to and for about 7 years this app has been working as expected. Fast forward to a few

Re: Work Around for SSLv3 Vulnerability?

2014-10-30 Thread .jonah
What's preventing it from negotiating to an earlier version of SSL? Settings in the keystore? On 10/30/14, 3:36 PM, Michael Grant wrote: I have a legacy app on CF9 (originally CF7) which uses CFHTTP to make a secure connection to Chase Paymentech's Orbital payment gateway. I have the

Re: Work Around for SSLv3 Vulnerability?

2014-10-30 Thread Jordan Michaels
I was able to communicate with their server using TLSv1: = jordan@jordan-M61P-S3:~$ curl -v --tlsv1.0 https://orbital1.paymentech.net/ * Hostname was NOT found in DNS cache * Trying 65.124.118.70... * Connected to

Re: Work Around for SSLv3 Vulnerability?

2014-10-30 Thread Michael Grant
I don't know. Newtek is the hosting provider. As soon as they disabled ssl3 it just immediately stopped working. I don't really know what to tell them to do and I'm not sure they have tried all that hard to find a solution. Do you know what setting would determine if it negotiated down or not?

Re: Work Around for SSLv3 Vulnerability?

2014-10-30 Thread Michael Grant
Thanks for the reply. Should the cfhttp code I have automatically try tls? Is this something wrong in the Newtek config? ~| Order the Adobe Coldfusion Anthology now!

Re: Work Around for SSLv3 Vulnerability?

2014-10-30 Thread Jordan Michaels
Yes, it should auto-negotiate by default, and honestly, I'm not aware of a way to turn off auto-negotiation unless you force a specific protocol (like I did earlier with my curl command). It's also possible that with your payment providers most recent update they might have gone from SHA1 to

Re: Work Around for SSLv3 Vulnerability?

2014-10-30 Thread Michael Grant
I'll try that with them, thank you SO much. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

IE slow, Ffox, Chrome, Opera fast

2014-10-29 Thread Gonzo Rock
Looking for ideas on how to fix this. -- IE seems to hang after it renders a very large webpage... 13Mb of html -- Same page in firefox or chrome or opera have no problems Details: This page is pretty much straight up html markup of a 6000 row table using the classic tabletrtd tags generated in

Re: IE slow, Ffox, Chrome, Opera fast

2014-10-29 Thread .jonah
It seems the IE rendering engine is slower in your particular case. Time re-work your app to not send 13 Megs of data and 6000 select options to the client. Look into paging, live filtering, and ajax-powered searching. On 10/29/14, 5:46 PM, Gonzo Rock wrote: Looking for ideas on how to fix

Non-profit donation providers

2014-10-28 Thread Rob Voyle
Hi Folks Any recommendations for church/non-profit online donations, especially recurring donations? Thanks Rob Robert J. Voyle, Psy.D. Director, Clergy Leadership Institute For Coaching and Training in Appreciative Inquiry Author: Restoring Hope: Appreciative Strategies to Resolve

Re: Non-profit donation providers

2014-10-28 Thread John M Bliss
...? https://merchant.paypal.com/us/cgi-bin/?cmd=_render-contentcontent_ID=merchant%2Fdonations On Tue, Oct 28, 2014 at 2:26 PM, Rob Voyle robvo...@voyle.com wrote: Hi Folks Any recommendations for church/non-profit online donations, especially recurring donations? Thanks Rob Robert J.

RE: Non-profit donation providers

2014-10-28 Thread David Phelan
Our hospital uses BlackBaud, used to be called Convio. http://www.convio.com/ Dave -Original Message- From: John M Bliss [mailto:bliss.j...@gmail.com] Sent: Tuesday, October 28, 2014 2:29 PM To: cf-talk Subject: Re: Non-profit donation providers ...?

File name length in email attachment

2014-10-27 Thread Kevin Parker
Appreciate some advice please. Have a script that attaches a file to an email. In one example the file name is 20141027072348.origin-cat-3-ppm-form-v1-1-audio-spiro-das-20141027.pdf But it arrives attached as Untitled attachment 0007.pdf It looked like some issue with file name

Maintaining a Lyris listserv via CF

2014-10-27 Thread Randi Knutson
Has anyone attempted decontructing the Lyris listserv database to manage subscribers using a CF web form? Thanks... ~| Order the Adobe Coldfusion Anthology now!

Re: Adobe is just a spammer now

2014-10-24 Thread John M Bliss
That's the way it's always looked for me... On Thu, Oct 23, 2014 at 9:29 PM, Eric Roberts ow...@threeravensconsulting.com wrote: Here's the screenshot: https://www.diigo.com/item/image/50m7r/eyn5 Look at the center column Eric -Original Message- From: Jenny Gavin-Wear

I need jqgrid to refresh the entire page, not just the grid

2014-10-24 Thread Ray Meade
I have a jqgrid that displays the job details of auto repairs. Right now, I have the grid reloading using the following script and I need to change it so that it refreshes the entire page so that the subtotal and total fields (that sit outside of the grid) update. Here is my relevant code, any

Re: I need jqgrid to refresh the entire page, not just the grid

2014-10-24 Thread Ray Meade
By the way, I tried changing $self.trigger(reloadGrid); to $self.trigger(location.reload ()); but that just makes the new row disappear until I refresh the page manually using F5. (I also tried resetForm() and got the same results)

cfschedule - retrieve properties

2014-10-23 Thread AJ Mercer
with coldfusion (8) is there a way to retrieve the properties of an existing schedule? I want to get the start time so I can compare to local time to highlight if it needs to be updated because of a change in day light saving -- *AJ Mercer* webonix:net strength=Industrial /

Re: cfschedule - retrieve properties

2014-10-23 Thread AJ Mercer
I had to go to the 2nd page off google results - What? http://www.thecfguy.com/blog/listing-scheduled-task/ findTask() On 23 October 2014 18:09, AJ Mercer ajmer...@gmail.com wrote: with coldfusion (8) is there a way to retrieve the properties of an existing schedule? I want to get the

RE: Adobe is just a spammer now

2014-10-23 Thread Jenny Gavin-Wear
Yes you were. It's just not very obvious. It's in the middle of the top area of the screen. Regardless, it should default to unclicked. I wrote to Adobe about this and got a prompt reply promising a change. No change made, no change accepted. But when have Adobe ever listened to user

Re: CF10 creating extra CFID/CFTOKEN cookies at the domain level

2014-10-23 Thread Money Pit
I went thru this special brand of misery back in March of this year. Here is the thread: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:64982 There's a lot more in that thread than here as to potential causes of this problem. -- --m@Robertson-- Janitor, The Robertson Team

Re: Adobe is just a spammer now

2014-10-23 Thread Mike K
Jenny, thank you for your contribution. I hate to disagree with you, but since I knew the flash installer was going to try to force McAfee on me as it did last time (and really made a mess of my Norton - I had to reinstall that too as a result), I was looking for the checkbox or button so I

Re: Adobe is just a spammer now

2014-10-23 Thread .jonah
How about on the adobe.com page where you downloaded the installer? There's a checkbox there. (Agreed with others that this bundling thirdparty software to eek out a bit more revenue is pretty lame.) On 10/23/14, 2:55 PM, Mike K wrote: Jenny, thank you for your contribution. I hate to

Re: Adobe is just a spammer now

2014-10-23 Thread Russ Michaels
its not just Adobe, Java does this as well with their never ending daily updates. Sometimes there has been no option to NOT install the other crapware it wants to put on my computer. It almost seems as though they intentionally exclude the opt out option because they know people are so used to

Re: Adobe is just a spammer now

2014-10-23 Thread Ben
It could also be the company doing A/B testing of different website options. Google does that continuously with its search results. Ben On Oct 23, 2014, at 3:08 PM, Russ Michaels r...@michaels.me.uk wrote: its not just Adobe, Java does this as well with their never ending daily

RE: Adobe is just a spammer now

2014-10-23 Thread Jenny Gavin-Wear
Sorry to hear that. Wish I was more surprised. Adobe .. -Original Message- From: Mike K [mailto:afpwebwo...@gmail.com] Sent: 23 October 2014 22:56 To: cf-talk Subject: Re: Adobe is just a spammer now Jenny, thank you for your contribution. I hate to disagree with you, but

RE: Adobe is just a spammer now

2014-10-23 Thread Eric Roberts
Here's the screenshot: https://www.diigo.com/item/image/50m7r/eyn5 Look at the center column Eric -Original Message- From: Jenny Gavin-Wear [mailto:jenn...@fasttrackonline.co.uk] Sent: Thursday, October 23, 2014 7:12 PM To: cf-talk Subject: RE: Adobe is just a spammer now Sorry to

Urgent issue

2014-10-22 Thread Sathyanarayanan Ramanathan
Dear All, Suddenly my Production site is down. I am getting the below message. Windows could not start the ColdFusion 9 Application Server on Local Computer. For more information, review the System Event Log. If this is a non-Microsoft service, contact the service vendor, and refer to

Re: Urgent issue

2014-10-22 Thread Phillip Vector
If you are running it on a non-windows machine, I would google search that code. If it's windows, I would review the system event log. On Tue, Oct 21, 2014 at 11:29 PM, Sathyanarayanan Ramanathan sathya0...@gmail.com wrote: Dear All, Suddenly my Production site is down. I am getting the

Re: Urgent issue

2014-10-22 Thread Sathyanarayanan Ramanathan
Now it's showing as Coldfusion service as started. But still I am not able to view CF administrator or site. I am confused. Sathya On 22 Oct 2014 10:44, Phillip Vector vec...@mostdeadlygame.com wrote: If you are running it on a non-windows machine, I would google search that code. If it's

Re: Urgent issue

2014-10-22 Thread Sathyanarayanan Ramanathan
Dear Phillip, It is a windows server machine. Now I checked the CF log and it shows CF is started. But I am not even able to see CF admin page also. Regards, Sathya On Wed, Oct 22, 2014 at 10:53 AM, Sathyanarayanan Ramanathan sathya0...@gmail.com wrote: Now it's showing as Coldfusion

Re: Urgent issue

2014-10-22 Thread Russ Michaels
Have you checked the connectors have been setup properly? Have you tried internal web server Have you check runtime logs Etc On Wed, Oct 22, 2014 at 7:59 AM, Sathyanarayanan Ramanathan sathya0...@gmail.com wrote: Dear Phillip, It is a windows server machine. Now I checked the CF log and it

Re: IIS 6 suddenly returning connection reset message

2014-10-22 Thread Russ Michaels
It could be your application pool, is it running? Try creating a new one and set site to use that. On Wed, Oct 22, 2014 at 0:01 AM, Michael Dinowitz mdino...@houseoffusion.com wrote: I've got an old IIS6 box with CF and iMS on it and all of a sudden the webserver starts returning The

Re: Urgent issue

2014-10-22 Thread Sathyanarayanan Ramanathan
Dear All, Thanks for your suggestions. There was some problem with IIS. It was showing IIS service started but W3wp.exe was not showing in running process under task manager. Not sure exactly what the problem is. But the simple restarting the Windows server 2003 solved the problem. Regards,

Submitting form with file and CFGRID - Exception in The submitted cfgrid form field is corrupt

2014-10-22 Thread Chad Baloga
I have a form with a file upload and a CFGRID. When submitted the following error occurs: Exception in The submitted cfgrid form field is corrupt This works with CF10 Update 13. When we upgraded to Update 14 this error started occurring.

Re: Distributive Mode

2014-10-20 Thread brad f
Thanks so much! I really appreciate all the feedback and information from everyone. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive:

I need help converting a modal jqgrid to an inline jqgrid

2014-10-20 Thread Ray Meade
I'm a jquery/jqgrid newbie here and I have a client that is using a jqgrid to list the job details on auto repairs. Right now, they're using the modal method of editing and adding new job details, but they'd rather use the inline functions. I've managed to convert the grid the best I can, but

Re: CF10 creating extra CFID/CFTOKEN cookies at the domain level

2014-10-20 Thread John Pullam
For anyone who stumbles across this post, I thought I should add the closure as I now understand it. First of all, the duplicate CFID and CFTOKEN was not the problem I thought it was. It confused matters, but it seems that most browsers can tolerate it, even though it makes no sense to me. I

Re: CF10 creating extra CFID/CFTOKEN cookies at the domain level

2014-10-20 Thread Claude Schnéegans
I eventually found that browsers were losing the CFID/CFTOKEN values and as a result could not locate the session variables Actually, browsers are not losing cookies and do not locate session variables. Session variables are managed by ColdFusion. IMO the problem is that when CF receives TWO

Re: Adobe is just a spammer now

2014-10-18 Thread Mike K
Nope Dave it has offered the option to deselect it in the past, but this time just went on ahead and installed it without asking.So installation of the flash runtime took twice as long this time i had to uninstall the damned McAfee after the adobe installer finished. On Sat, Oct 18, 2014 at

RE: Adobe is just a spammer now

2014-10-18 Thread Eric Roberts
Yes...you can deselect it...it is a detestable practice that should default to not checked rather than checked. -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Saturday, October 18, 2014 12:27 AM To: cf-talk Subject: Re: Adobe is just a spammer now In the

Re: Adobe is just a spammer now

2014-10-18 Thread Mike K
You can say whatever you like, Eric but i was given NO OPPORTUNITY TO DESELECT the installation of the McAfee product which I definitely DO NOT WANT. I downloaded the flash installer, then ran the installer, and it went right ahead and installed two items - the flash player and then without

Re: Adobe is just a spammer now

2014-10-18 Thread Claude Schnéegans
I downloaded the flash installer, then ran the installer, and it went right ahead and installed two items - the flash player and then without pause the McAfee crap. I confirm, I executed directy the installer and I had no opportunity to uncheck McAfee. Only after it failed, BECAUSE OF

Re: Adobe is just a spammer now

2014-10-18 Thread Andrew Scott
It doesn't matter, the company the size of Adobe, should never be doing this with their downloads at all. Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/113032480415921517411 ~|

Distributive Mode

2014-10-17 Thread brad f
Looking for help. We currently run CF9 on windows and run it in distributive mode. I set this up by installing coldfusion on one server(using JRUN to run multiple instances), setup a cluster.. then copy the wsconfig.jar file to the IIS web server, install the JRE on web server then run the

Re: Distributive Mode

2014-10-17 Thread Dave Watts
Looking for help. We currently run CF9 on windows and run it in distributive mode. I set this up by installing coldfusion on one server(using JRUN to run multiple instances), setup a cluster.. then copy the wsconfig.jar file to the IIS web server, install the JRE on web server then run

Re: Distributive Mode

2014-10-17 Thread brad f
Distributive mode allowed us to have three servers on three separated tiers. Presentation, Application and Database. Presentation never talking to DB. To me it doesn't seem a good idea to run IIS and Coldfusion on the same server. There is already a load balancer(reverse proxy) in front of the

Re: Distributive Mode

2014-10-17 Thread Dave Watts
Distributive mode allowed us to have three servers on three separated tiers. Presentation, Application and Database. Presentation never talking to DB. To me it doesn't seem a good idea to run IIS and Coldfusion on the same server. There is already a load balancer(reverse proxy) in front

Re: Distributive Mode

2014-10-17 Thread brad f
For better security...piece of mind, I prefer to have my web servers physically separated from my database servers and distributed mode lets me do this. I finally did find a good article https://wikidocs.adobe.com/wiki/display/coldfusionen/WebSocket+Enhancements that describes exactly what I

Re: Distributive Mode

2014-10-17 Thread Dave Watts
For better security...piece of mind, I prefer to have my web servers physically separated from my database servers and distributed mode lets me do this. Again, so does using a reverse proxy. There is no additional security provided by distributed mode that isn't provided by a reverse proxy.

RE: Distributive Mode

2014-10-17 Thread Mark A Kruger
Dave - he likes it the way it is let it go! (with my apologies to Elsa) :D Mark Kruger - CFG CF Webtools www.cfwebtools.com www.coldfusionmuse.com O: 402.932.3318 E: mkru...@cfwebtools.com Skype: markakruger -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent:

Re: Distributive Mode

2014-10-17 Thread Dave Watts
Dave - he likes it the way it is let it go! (with my apologies to Elsa) :D But since CF 10+ doesn't support it, he'd be ... FROZEN at CF 9. http://www.badum-tish.com/ I'm here all week. Try the veal! Dave Watts, CTO, Fig Leaf Software 1-202-527-9569

Re: Distributive Mode

2014-10-17 Thread Byron Mann
We actually run our internal CF sites in distributed mode. CF10+ works better than 9-. Previously it seems to work very slow and the clustering well, just plain sucked. And yes, you can accomplish pretty much the same thing with reverse proxy. The distributed methodology is still useful (proxy

Adobe is just a spammer now

2014-10-17 Thread Mike K
So I succumbed to temptation and installed the latest flash player. In the process of installing it, I have to also install McAfee, even though I have paid for Norton's product. Now i have the conflict between the two. I DONT BLOODY WANT McAFEE!!! Then it opens a screen offering me other

Re: Adobe is just a spammer now

2014-10-17 Thread Dave Watts
In the process of installing it, I have to also install McAfee, even though I have paid for Norton's product. Now i have the conflict between the two. I DONT BLOODY WANT McAFEE!!! I'm pretty sure you can deselect this during the installation. Dave Watts, CTO, Fig Leaf Software

CFHTMLHEAD

2014-10-16 Thread Dave Sueltenfuss
I'm working on a migration from CF9 to CF 11, and for some reason CFHTMLHEAD is not working for me. Has anyone else run into this? ~| Order the Adobe Coldfusion Anthology now!

Re: CFHTMLHEAD

2014-10-16 Thread Gonzo Rock
Just finished a huge migration to CF11 and there were multiple locations where cfhtmlhead are used... and a new one added during migration. No problems with that. Perhaps more details? On Thu, Oct 16, 2014 at 9:34 AM, Dave Sueltenfuss dsueltenf...@gmail.com wrote: I'm working on a migration

Re: XMLRPC Request with CFHTTP

2014-10-15 Thread Dave Watts
Thanks for the quick response. I don't believe this is helpful. I have the correct XML to send and it has been confirmed. The issue is with the web service interpreting my request and processing the XML. I believe the issue is in the header that CFHTTP creates. Actually, take a look

Re: XMLRPC Request with CFHTTP

2014-10-15 Thread Donnie Carvajal
Thanks for the quick response. I don't believe this is helpful. I have the correct XML to send and it has been confirmed. The issue is with the web service interpreting my request and processing the XML. I believe the issue is in the header that CFHTTP creates. Actually, take a

Re: XMLRPC Request with CFHTTP

2014-10-15 Thread Donnie Carvajal
Hi Dave, Thanks for the response. I did add the /XMLRPC to the url in cfhttp and that did the trick. Donnie Carvajal Thanks for the quick response. I don't believe this is helpful. I have the correct XML to send and it has been confirmed. The issue is with the web service

Re: CFHTTP Raw Request

2014-10-14 Thread Donnie Carvajal
Hi Steve, Thanks for the suggestion. I've never used Fiddler before. Are there any special configurations to watch a cfhttp request? Thanks, Donnie Carvajal If you are doing this on a developer machine, install fiddler. Then you can watch everything the request and response and look at

RE: CFHTTP Raw Request

2014-10-14 Thread DURETTE, STEVEN J
It's just a program that when run will sit between the browser and the world outside the computer (internet, intranet, etc). It displays what is going in and out. It's an easy install and adds piece to IE/Chrome/Firefox as well as installing the App. You just run it and use your web

Re: Writing an Apache 404 Handler in CF

2014-10-14 Thread Robert Glover
Hi Jon, thanks for the reply! I'm far from an expert on Apache; in my httpd.conf, I don't seem to have any rewrite rules at all. Where would I put these? Inside the virtualHost section for my redirect app? If it helps any, we're running Railo 4.2.1 on Tomcat 7, not sure if that affects the

Re: CFHTTP Raw Request

2014-10-14 Thread Donnie Carvajal
I think I may be confused. I need to see the raw headers that CFHTTP is creating. I installed Fiddler on the development and ran it. When I call the CF page that includes the CFHTTP, I am not seeing any new requests in Fiddler. I'm not sure how a browser would show me CFHTTP headers that

RE: CFHTTP Raw Request

2014-10-14 Thread Mark A Kruger
Donnie, you will need a sniffer on the server to see any HTTP request from CF. If you are doing local development (where cf is installed on your laptop or desktop) then that's where your proxy/sniffer needs to live. CFHTTP is technically not a browser request - just a straight HTTP request

Re: CFHTTP Raw Request

2014-10-14 Thread Dave Watts
you will need a sniffer on the server to see any HTTP request from CF. If you are doing local development (where cf is installed on your laptop or desktop) then that's where your proxy/sniffer needs to live. CFHTTP is technically not a browser request - just a straight HTTP request using

RE: CFHTTP Raw Request

2014-10-14 Thread Mark A Kruger
Ah... so you would have to use the proxy/port attributes of the cfhttp tag. I see how that would work. On the plugin install it sets that up for you with the browser. Good to know. -Original Message- From: Dave Watts [mailto:dwa...@figleaf.com] Sent: Tuesday, October 14, 2014 12:11 PM

RE: CFHTTP Raw Request

2014-10-14 Thread DURETTE, STEVEN J
CF has to be running on your local machine to see it. If you are doing it on a development server then you have to install fiddler on the dev server and run the browser from there. Steve -Original Message- From: Donnie Carvajal [mailto:donnie.carva...@transformyx.com] Sent: Tuesday,

XMLRPC Request with CFHTTP

2014-10-14 Thread Donnie Carvajal
I'm having an issue with a XMLRPC webservice using CFHTTP. I am getting text/html responses instead of xml. A successful non-CFHTTP request's raw header are sends as POST /XMLRPC HTTP/1.0. The CFHTTP request's header sends as POST / HTTP/1.1. I believe the issue is the missing /XMLRPC.

Re: XMLRPC Request with CFHTTP

2014-10-14 Thread John M Bliss
Helpful...? http://www.houseoffusion.com/groups/xml/thread.cfm/threadid:108 On Tue, Oct 14, 2014 at 4:08 PM, Donnie Carvajal donnie.carva...@transformyx.com wrote: I'm having an issue with a XMLRPC webservice using CFHTTP. I am getting text/html responses instead of xml. A successful

Re: XMLRPC Request with CFHTTP

2014-10-14 Thread Donnie Carvajal
Hi John, Thanks for the quick response. I don't believe this is helpful. I have the correct XML to send and it has been confirmed. The issue is with the web service interpreting my request and processing the XML. I believe the issue is in the header that CFHTTP creates. Donnie Carvajal

IIS web site none does not exist issue

2014-10-13 Thread Sathyanarayanan Ramanathan
Dear All, I am getting this message IIS web site none does not exist ,When I try to add using Add Web Server configuration tool. In the drop down I am not able to see the website. https://forums.adobe.com/thread/693906 Thanks for your time help. Regards, Sathya

Re: Ruby Gems

2014-10-13 Thread Richard Steele
Can Ruby Gems be installed without conflict along side of Coldfusion 8 on a Windows 2003 Server? thanks! ~| Order the Adobe Coldfusion Anthology now!

Re: Ruby Gems

2014-10-13 Thread Richard Steele
Hi Dave, All we want to use Ruby for is to compile SASS into CSS for use with Zurb Foundation pages used on our Coldfusion websites. Can this be done using the same IIS? If not, what is the problem that occurs? Thanks. ~|

Re: Ruby Gems

2014-10-13 Thread Russ Michaels
I have installed Ruby using Web Platform Installer and not had any issues with CF. On Mon, Oct 13, 2014 at 10:26 PM, Richard Steele r...@photoeye.com wrote: Hi Dave, All we want to use Ruby for is to compile SASS into CSS for use with Zurb Foundation pages used on our Coldfusion websites.

Re: Ruby Gems

2014-10-13 Thread .jonah
You might want to look at Java based SASS compilers. The comments in http://stackoverflow.com/questions/1751479/sass-implementation-for-java has some information. On 10/13/14, 2:26 PM, Richard Steele wrote: Hi Dave, All we want to use Ruby for is to compile SASS into CSS for use with Zurb

Re: Ruby Gems

2014-10-12 Thread Dave Watts
Can Ruby Gems be installed without conflict along side of Coldfusion 8 on a Windows 2003 Server? thanks! Yes, but you won't want Ruby itself connected to the same IIS virtual server(s) being used by CF, if you're using IIS. Dave Watts, CTO, Fig Leaf Software 1-202-527-9569

Ruby Gems

2014-10-11 Thread Richard Steele
Can Ruby Gems be installed without conflict along side of Coldfusion 8 on a Windows 2003 Server? thanks! ~| Order the Adobe Coldfusion Anthology now!

RE: Avoiding a boat load of queries inserting multiple records - Better Way?

2014-10-10 Thread DURETTE, STEVEN J
Actually I believe the syntax is: Insert into tablename(field1, field2, field3, field4 ...) Values (value1, value2, value3, value4 ...), (value1, value2, value3, value4 ...), (value1, value2, value3, value4 ...); Steve -Original Message- From: Mike K

RE: Avoiding a boat load of queries inserting multiple records - Better Way?

2014-10-10 Thread Gaulin, Mark
My experience with MS SQL Server is that you have to do multiple inserts using a series of UNION statements... Insert into tablename(field1, field2, field3, field4 ...) select value1, value2, value3, value4 ... union all select value1, value2, value3, value4 ... union all select value1,

RE: Avoiding a boat load of queries inserting multiple records - Better Way?

2014-10-10 Thread DURETTE, STEVEN J
Mark, That was before SQL Server 2008. Your way still works, but this was an addition to the TSQL language. Steve -Original Message- From: Gaulin, Mark [mailto:mark.gau...@ihs.com] Sent: Friday, October 10, 2014 9:04 AM To: cf-talk Subject: RE: Avoiding a boat load of queries

Re: Using caching for a RSS feed

2014-10-10 Thread Dave Watts
... cfcache action = cache timespan = #createtimespan(0,0,2,0)# cffeed action=read source=#rssUrl# query=entriesNews properties=info timeout = 180 ... For Application Server Caching, we have Cache Template in Request and Save Class Files enabled. Since lot of files are in

Re: Using caching and threading to load a page quickly

2014-10-10 Thread Dave Watts
Another approach would have the feed fetching functionality in a separate template which is run as a scheduled task every 2 minutes. That task can shove the parsed (and potentially formatted) feed into the application scope. (With a lock.) And then your main page can output that variable

RE: Avoiding a boat load of queries inserting multiple records - Better Way?

2014-10-10 Thread William Seiter
It sounds like your client needs a smarter application. When your client uploads their XLS document, you can add functionality that displays back to them the first line of the excel spreadsheet and have them identify which column is filled with which data...( email|first name|last name|company)

Re: Avoiding a boat load of queries inserting multiple records - Better Way?

2014-10-10 Thread Les Mizzell
On 10/10/2014 1:50 AM, Mike K wrote: You do know that Microsoft changed the insert syntax as from SQLServer 2008 dont you?now you can insert multiple records in one go like this: INSERT into Tablename (field1, field2, field3, field4 ) Values ( value1, value2, value3, value4 ... ;

Writing an Apache 404 Handler in CF

2014-10-10 Thread Robert Glover
This is as much an Apache question as it is a CF question; I hope this is acceptable. I posted it to Serverfault several days ago and haven't gotten any response, and it's become a rather critical issue. - I've written a custom 404 handler for Apache. The handler looks at

Re: Writing an Apache 404 Handler in CF

2014-10-10 Thread Russ Michaels
Wouldn't url rewriting be better for this? On Fri, Oct 10, 2014 at 20:46 PM, Robert Glover sled...@gmail.com wrote: This is as much an Apache question as it is a CF question; I hope this is acceptable. I posted it to Serverfault several days ago and haven't gotten any response, and it's

<    5   6   7   8   9   10   11   12   13   14   >