Running Scheduled Tasks

2012-03-05 Thread Chad Baloga
We have a new server that I am trying to run scheduled tasks on. Problem is, the server does not have internet access out and it is an SSL site. So I cannot browse by IP because I get the SSL error that the host names do not match. I am able to add the IP/URL to the hosts file and browse to

Re: Running Scheduled Tasks

2012-03-05 Thread Dave Watts
We have a new server that I am trying to run scheduled tasks on.  Problem is, the server does not have internet access out and it is an SSL site.  So I cannot browse by IP because I get the SSL error that the host names do not match.  I am able to add the IP/URL to the hosts file and

CF9/Win2008 CFDocument/PDF Chinese characters not showing if wrapped with an HTML tag

2012-03-05 Thread James Dodge
Hi all. CM9. CFDocument. PDF. Chinese characters. Ugh. When first migrating from CM7 to CM9, producing a PDF document, via CFDocument, containing Chinese characters, the characters would not show in the PDF (though they showed just fine in HTML or FlashPaper), which seems to be a known

Ralio Diff?

2012-03-05 Thread Brian Thornton
I understand the timelapse from Adobe release of a function of CF to the time Ralio allows it. But I wonder what happens when they start to allow for separate features. Like for instance, cfparam as part of a cfscript is allowed in Ralio. Say you write this and then port the code over the Adobe

Re: Ralio Diff?

2012-03-05 Thread Russ Michaels
this is already the case, Railo has features that CF does not or which work differently, however there are some settings in the Railo admin that allow you to set backwards compatibility with CF. If you want your app to work on all platforms then you need to use code and syntax that works on all

Re: Ralio Diff?

2012-03-05 Thread Cameron Childress
On Mon, Mar 5, 2012 at 3:18 PM, Brian Thornton br...@cfdeveloper.comwrote: Should/Would Ralio work like Adobe new or should it work like Ralio old or both? Seeing as there is no governing body over this, your question is largely moot. I suspect we would all love to see all features to be

Re: Ralio Diff?

2012-03-05 Thread Brian Thornton
Of course... I guess one way to limit syntax would be with eclipse to tag tags and attributes as ralio vs. non ralio by version. On Mon, Mar 5, 2012 at 3:36 PM, Cameron Childress camer...@gmail.com wrote: On Mon, Mar 5, 2012 at 3:18 PM, Brian Thornton br...@cfdeveloper.comwrote: Should/Would

Re: Ralio Diff?

2012-03-05 Thread Cameron Childress
On Mon, Mar 5, 2012 at 3:45 PM, Brian Thornton br...@cfdeveloper.comwrote: Of course... I guess one way to limit syntax would be with eclipse to tag tags and attributes as ralio vs. non ralio by version. Do you mean CFEclipse? Also ColdFusion Builder? DreamWeaver? IntelliJ? I think the best

Re: Ralio Diff?

2012-03-05 Thread Alan Rother
Cameron, We doing an over/under on the number of response to this thread? I'll take 46 =] -- Alan Rother Manager, Phoenix Cold Fusion User Group, www.AZCFUG.org Twitter: @AlanRother ~| Order the Adobe Coldfusion Anthology

Re: Ralio Diff?

2012-03-05 Thread Cameron Childress
Wait, are we counting using Railo's math functions or ColdFusion's? What happens if they are different? -Cameron On Mon, Mar 5, 2012 at 4:10 PM, Alan Rother alan.rot...@gmail.com wrote: We doing an over/under on the number of response to this thread? I'll take 46

Re: Ralio Diff?

2012-03-05 Thread Steve 'Cutter' Blades
ColdFusion has allowed a cfscript equivalent of cfparam since the 9.01 updater, so you might need a better example. Steve 'Cutter' Blades Adobe Community Professional Adobe Certified Expert Advanced Macromedia ColdFusion MX 7 Developer http://cutterscrossing.com Co-Author

Re: CF attack on a buddies server

2012-03-05 Thread Ras Tafari
thanks pete, i just saw this reply. ill show him and my people at work :) cf-ras On Fri, Feb 24, 2012 at 2:44 PM, Pete Freitag p...@foundeo.com wrote: On Thu, Feb 23, 2012 at 7:39 PM, James Holmes james.hol...@gmail.comwrote: This would confirm which patches are missing:

RE: CF9/Win2008 CFDocument/PDF Chinese characters not showing if wrapped with an HTML tag

2012-03-05 Thread IT (Pradeep Viswanathan)
I believe you should wrap your data with cfprocessingdirective tag. -Original Message- From: James Dodge [mailto:h...@bananachunks.com] Sent: Monday, March 05, 2012 11:57 PM To: cf-talk Subject: CF9/Win2008 CFDocument/PDF Chinese characters not showing if wrapped with an HTML tag Hi

Failed PCI Compliance test on CF9.01

2012-03-05 Thread Robert Rhodes
So a site that I built failed PCI compliance testing because the jsessionid cookie is not set securely. I found this posthttp://thinkinglemur.com/index.php/2009/02/setting-secure-attribute-of-jsessionid-cookie-in-coldfusion-8/that shows how to force jrun to do always set the session cookies