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 the site 
address in a browser, but CF still does not like that.  Any suggestions how I 
can run my scheduled tasks?  

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


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 browse
 to the site address in a browser, but CF still does not like that.  Any 
 suggestions how I can run my scheduled tasks?

You will probably have to add the certificate to CF's Java keystore
(Google cf java keystore for more info)

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 ons

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


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 issue.  From other 
resources online, about the only thing I could find was the suggestion to 
remove the Chinese fonts from the server system.  I removed the two (4, 
actually) ttc system fonts from the server.  Poof, they show up in the PDF - 
yay!  But this is not the end of the problems.  If I wrap any of the Chinese 
characters with ANY html tag - in this case I want b - they don't show in the 
PDF anymore.  I've tried b, css/style, setting the characters wanted to a 
variable and outputting it with tags in the variable and/or surrounded by tags 
- nothing.  Any ideas on how to get this working?

Fine:

#25105;#20497;#30332;#
29694;#20320;#30340;#30003;#35531;#34920;#26684;#26377;#21839;#38988;#65292;#35531;#23559;#20854;#26356;#27491;#20006;#37325;#26032;#25552;#20132;#32102;#25105;#20497;#23529;#26680;#12290;#35531;#22312;#20320;#30340;
brbr
#30003;#35531;#34920;#26684;#20839;#20316;#20197;#19979;#26356;#27491;#65306;

Not fine:

b
#25105;#20497;#30332;#29694;#20320;#30340;#30003;#35531;#34920;#26684;#26377;#21839;#38988;#65292;#35531;#23559;#20854;#26356;#27491;#20006;#37325;#26032;#25552;#20132;#32102;#25105;#20497;#23529;#26680;#12290;#35531;#22312;#20320;#30340;
brbr
#30003;#35531;#34920;#26684;#20839;#20316;#20197;#19979;#26356;#27491;#65306;
/b

TIA 

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


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 friendly CF
machine no ralio, what happens if Adobe then later allows that code
functionality in a different way then ralio and the changes it

Should/Would Ralio work like Adobe new or should it work like Ralio old or both?

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


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 of them and avoid using tags, functions and
attributes that are platform specific.

On Mon, Mar 5, 2012 at 8:18 PM, Brian Thornton br...@cfdeveloper.comwrote:


 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 friendly CF
 machine no ralio, what happens if Adobe then later allows that code
 functionality in a different way then ralio and the changes it

 Should/Would Ralio work like Adobe new or should it work like Ralio old or
 both?

 

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


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 perfectly in
alignment one way or another, but it's simply not going to happen. They
will remain largely in sync, but various features will differ.

I'm guessing this thread will reach 132 messages.

-Cameron

-- 
Cameron Childress
--
p:   678.637.5072
im: cameroncf
facebook http://www.facebook.com/cameroncf |
twitterhttp://twitter.com/cameronc |
google+ https://profiles.google.com/u/0/117829379451708140985


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


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 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 perfectly in
 alignment one way or another, but it's simply not going to happen. They
 will remain largely in sync, but various features will differ.

 I'm guessing this thread will reach 132 messages.

 -Cameron

 --
 Cameron Childress
 --
 p:   678.637.5072
 im: cameroncf
 facebook http://www.facebook.com/cameroncf |
 twitterhttp://twitter.com/cameronc |
 google+ https://profiles.google.com/u/0/117829379451708140985


 

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


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 way to know what the products do is experience.

-Cameron

-- 
Cameron Childress
--
p:   678.637.5072
im: cameroncf
facebook http://www.facebook.com/cameroncf |
twitterhttp://twitter.com/cameronc |
google+ https://profiles.google.com/u/0/117829379451708140985


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


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 now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350238
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


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



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


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 Learning Ext JS 3.2 Packt Publishing 2010
https://www.packtpub.com/learning-ext-js-3-2-for-building-dynamic-desktop-style-user-interfaces/book

The best way to predict the future is to help create it


On 3/5/2012 3:18 PM, Brian Thornton wrote:
 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 friendly CF
 machine no ralio, what happens if Adobe then later allows that code
 functionality in a different way then ralio and the changes it

 Should/Would Ralio work like Adobe new or should it work like Ralio old or 
 both?

 

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


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:

 http://www.hackmycf.com/


 James - it will let you know to the best of its abilities, but there are
 certain factors that might cause it to not detect a missing patch (eg
 perhaps something is not there on one virtual host that is on another, and
 some patches we could detect remotely but would cause your server to crash
 so we don't do those tests ofcourse).

 For paid subscribers we (full disclosure I own the company that sells the
 service) have a cfm file that you can place on your server that we call the
 probe. The probe.cfm file allows hackmycf.com and your server to
 communicate (encrypted with AES and you can also layer SSL on top of that)
 additional info that yields a more reliable result than the free version.
 The probe sends back Java Version information, a list jar of file names in
 the lib/updates directory, and we are also able to request a md5 checksum
 of certain files.

 Here's a screenshot that shows the additional info you can get on a CF9.0.1
 server: https://foundeo.com/hack-my-cf/images/6-reasons.png

 I hope that answers your question feel free to contact me directly, and you
 all can use discount code 543m to get $5 off your first 3 months (new
 accounts only, expires 3/1/12).

 -pete


 

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


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 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 issue.  From other 
resources online, about the only thing I could find was the suggestion to 
remove the Chinese fonts from the server system.  I removed the two (4, 
actually) ttc system fonts from the server.  Poof, they show up in the PDF - 
yay!  But this is not the end of the problems.  If I wrap any of the Chinese 
characters with ANY html tag - in this case I want b - they don't show in the 
PDF anymore.  I've tried b, css/style, setting the characters wanted to a 
variable and outputting it with tags in the variable and/or surrounded by tags 
- nothing.  Any ideas on how to get this working?

Fine:

#25105;#20497;#30332;#
29694;#20320;#30340;#30003;#35531;#34920;#26684;#26377;#21839;#38988;#65292;#35531;#23559;#20854;#26356;#27491;#20006;#37325;#26032;#25552;#20132;#32102;#25105;#20497;#23529;#26680;#12290;#35531;#22312;#20320;#30340;
brbr
#30003;#35531;#34920;#26684;#20839;#20316;#20197;#19979;#26356;#27491;#65306;

Not fine:

b
#25105;#20497;#30332;#29694;#20320;#30340;#30003;#35531;#34920;#26684;#26377;#21839;#38988;#65292;#35531;#23559;#20854;#26356;#27491;#20006;#37325;#26032;#25552;#20132;#32102;#25105;#20497;#23529;#26680;#12290;#35531;#22312;#20320;#30340;
brbr
#30003;#35531;#34920;#26684;#20839;#20316;#20197;#19979;#26356;#27491;#65306;
/b

TIA 



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


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 securely,
but the user loses their session state when they move between secure and
non-secure pages (the jsessionid is different for secure pages).  This is
obviously a big problem, since we can't have the entire user session
running under ssl.  Any ideas on how to get the jsessionid to be the same
on secure and non-secure pages?  I am a little lost here.

I am running cf9.01, with the app set to sessionmanagement=yes and
setclientcookies=no.  In the administrator, I have Cookie set as my
default client storage storage mechanism, and J2EE session variables
enabled.  I also have use UUID for cftoken enabled, but since I have
setclientcookies set to no, I don't think that matters.

*-RR*


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