Re: Proxying Apache to Tomcat For CF9

2011-06-17 Thread Sean Corfield
On Thu, Jun 16, 2011 at 9:19 PM, Michael Wright mich...@mwwebsolutions.com wrote: Ahh ok I see now :) Basically its failing because the webroot I'm trying to use doesnt have the WEB-INF right? Yup. Would my idea of all 3 engines sharing a webroot on JRun work then? No. Railo and OpenBD are

Re: Proxying Apache to Tomcat For CF9

2011-06-17 Thread Michael Wright
Thanks for all your help Sean. I've got ACF and Railo running now together on jrun using the same webroot so that will do. And yes you are very right about ACF :) On Fri, Jun 17, 2011 at 7:24 AM, Sean Corfield seancorfi...@gmail.comwrote: On Thu, Jun 16, 2011 at 9:19 PM, Michael Wright

Re: cfhttp and SSL ... I/O Exception: peer not authenticated

2011-06-17 Thread Brian FitzGerald
You'll need to download the certificate and install it in your JVM's keystore. Google java keystore keytool coldfusion for instructions. Hi Dave, Thank you for the reply. Only thing is that I've already downloaded the certificate through Google Chrome, and imported it via the keytool as

RE: cfhttp and SSL ... I/O Exception: peer not authenticated

2011-06-17 Thread Bobby Hartsfield
I'm pretty sure it's related to the fact that I'm trying to make a secure request (SSL), and maybe since I'm on my local development machine and thus don't have a local SSL setup on my end as well it's causing problems (maybe?). Yes, most likely. If you have a self signed cert, you can add it to

Re: cfhttp and SSL ... I/O Exception: peer not authenticated

2011-06-17 Thread Brian FitzGerald
Hey Bobby, thanks for the reply. It turns out this is a CF9 bug. Ray Camden outlines it well here, with a workaround that is working for me: http://www.coldfusionjedi.com/index.cfm/2011/1/12/Diagnosing-a-CFHTTP-issue--peer-not-authenticated Here is the bug report Jason Dean filed:

Applying hotFixes and updates

2011-06-17 Thread Brook Davies
Hello, Yesterday I installed the APSB11-14 hotfix by dropping the file hf800-3.jar into the cfroot/lib/updates directory. I removed the other files that were in there since I was under the impression that they were applied an no longer needed to be there. I am not getting a bunch of these

Re: Applying hotFixes and updates

2011-06-17 Thread Russ Michaels
if you remove the other update files then they will no longer be loaded and will not be applied. You should not remove hotfixes from the updates folder unless you have installed an cumulative UPDATE that has the hotfixes included. Then you should remove the hotfixes to avoid them being loaded

RE: Applying hotFixes and updates

2011-06-17 Thread Brook Davies
Yeah, it's a wee bit confusing. So you can delete the Cumulative hot fix Jars but not the stand alone hot fixes? Is that correct? -Original Message- From: Russ Michaels [mailto:r...@michaels.me.uk] Sent: June-17-11 7:00 AM To: cf-talk Subject: Re: Applying hotFixes and updates if you

Re: Applying hotFixes and updates

2011-06-17 Thread Russ Michaels
no, do not ever delete cumulative hotfix files. You can only delete the files I outlined below. On Fri, Jun 17, 2011 at 3:13 PM, Brook Davies cft...@logiforms.com wrote: Yeah, it's a wee bit confusing. So you can delete the Cumulative hot fix Jars but not the stand alone hot fixes? Is that

RE: Applying hotFixes and updates

2011-06-17 Thread Brook Davies
Ok, so I guess when Adobe says You do not need to keep the ColdFusion 8.0.1 cumulative hot fix JAR file after installing it with the ColdFusion Administrator. The file has been copied to the correct location.. It only refers to updates installed via the administrator. I think that's where I got

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!

Re: onSessionEnd not working as expected

2011-06-17 Thread Gerald Weir
First, my apologies to all if this is a duplicate post. I seem to be having trouble posting. Anyway, Hello All, Thanks for your input. Ray, you are correct in that I needed to pass in the session scope variables correctly. In my original post it is clear that a) I was not passing in

Re: onSessionEnd not working as expected

2011-06-17 Thread Dan G. Switzer, II
Jerry, On Fri, Jun 17, 2011 at 11:55 AM, Gerald Weir malleth...@verizon.netwrote: First, my apologies to all if this is a duplicate post. I seem to be having trouble posting. Anyway, Hello All, Thanks for your input. Ray, you are correct in that I needed to pass in the session

Encrypt/Decrypt

2011-06-17 Thread Steve Reich
If I have Encrypt(x,y) which equals z OR Decrypt(x,y) which equals z, can z be determined (encrypted or decrypted) without having both x and y? Example: cfset variables.secretKey = dj0yJmk9TTJOUXFnakphWjVlJmQ9WVdrOVVtMU9jak5rTjJNbWNHbzlPREV4TVRrNE5EWXkmcz1jb25zdW1lcnNlY3JldCZ4PWQx cfset

Re: Applying hotFixes and updates

2011-06-17 Thread Rex
Hi Brook, The CF 8.0.0 hotfix instructions says to only delete the following: * hf800-1.jar * hf800-2.jar * hf800-70523.jar * hf800-71471.jar * hf800-73122.jar * hf800-1875.jar * hf800-77218.jar * hf800-1878.jar So leave everything else. Also, looks

Retrieve data in groups

2011-06-17 Thread Torrent Girl
Hi All. Is there a way for me to retrieve records from a db in groups? I have a query that selects over 200,000 records and it times out on the cf output. Thanks ~| Order the Adobe Coldfusion Anthology now!

Re: Retrieve data in groups

2011-06-17 Thread Torrent Girl
Hi All. Is there a way for me to retrieve records from a db in groups? I have a query that selects over 200,000 records and it times out on the cf output. Thanks I don't think I asked this right. What I need to do is encrypt user passwords I need to do it in CF. Problem is there are over

Re: Retrieve data in groups

2011-06-17 Thread John M Bliss
SELECT TOP 10 ... or cfoutput startrow=1 maxrows=10 or cfloop startrow=1 endrow=10 On Fri, Jun 17, 2011 at 12:57 PM, Torrent Girl moniqueb...@gmail.comwrote: Hi All. Is there a way for me to retrieve records from a db in groups? I have a query that selects over 200,000

What happened to my CF Builder install?

2011-06-17 Thread Greg Morphis
I have been using CF Builder 2 and I saw that my license included a Flash Builder 4.5 serial so I downloaded that and installed it. Now I open CF Builder 2 and none of the keywords are color coded, all text is black, all the keywords are underlined with e.g The word 'arrayappend' is not correctly

Re: What happened to my CF Builder install?

2011-06-17 Thread Wil Genovese
It looks like the Adobe Licensing app failed. The fastest fix I've found is to uninstall and reinstall. Wil Genovese Sr. Web Application Developer/ Systems Administrator CF Webtools www.cfwebtools.com wilg...@trunkful.com www.trunkful.com On Jun 17, 2011, at 2:30 PM, Greg Morphis wrote:

Re: What happened to my CF Builder install?

2011-06-17 Thread Greg Morphis
only CFBuilder? will I have to reinstall FlashBuilder too? Argh, this is rather annoying! On Fri, Jun 17, 2011 at 2:33 PM, Wil Genovese jugg...@trunkful.com wrote: It looks like the Adobe Licensing app failed. The fastest fix I've found is to uninstall and reinstall. Wil Genovese Sr.

Re: What happened to my CF Builder install?

2011-06-17 Thread Wil Genovese
Just the one that isn't working. As I understand it the licensing program is rather old and archaic and craps out a lot. It's also the only reason these products don't work on Linux. Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong. A tax

Re: What happened to my CF Builder install?

2011-06-17 Thread Greg Morphis
I looked in the file associations and saw that Adobe CFML Editor wasn't the default editor type and the other 2 Untitled Text Editor and Text Editor showed locked by 'CFML SourceFile' content type Anyways I selected *.cfc *.cfm and *.cfml and made the default Adobe CFML Editor and that appears to

Re: Encrypt/Decrypt

2011-06-17 Thread Russ Michaels
Technically yes as this is how hackers reverse engineer encryption keys to create keygens etc. However it does depend on what encryption type you use, some have not yet been hacked, so the chances are of course very very minute, and you would need to be encrypting something that some desperately

Re: Encrypt/Decrypt

2011-06-17 Thread Russ Michaels
perhaps I really should say virtually impossible just to be syntactically correct. On Fri, Jun 17, 2011 at 8:49 PM, Russ Michaels r...@michaels.me.uk wrote: Technically yes as this is how hackers reverse engineer encryption keys to create keygens etc. However it does depend on what

Re: Encrypt/Decrypt

2011-06-17 Thread Judah McAuley
No, not really as long as you're using a cipher that hasn't been broken. Encryption uses a special class of functions that are easy to perform one direction but prohibitively hard to perform the other direction. For instance, if you take two very large prime numbers and multiply them together to

Re: Applying hotFixes and updates

2011-06-17 Thread Russ Michaels
I think there is some confusion here. If you install a hotfix which is simply a JAR file by uploading it via the cfadmin, it gets uploaded to the UPDATES folder. This is where it now gets loaded from. If you delete it from the updates folder, CF will no longer load it. Jars loaded from the

Re: Applying hotFixes and updates

2011-06-17 Thread Wil Genovese
Yes, there is confusion, but if you follow the instructions closely you will notice they include which files to removed from the update folder. There are times when certain jar files are deprecated or overwritten. While the update process is tedious, if you follow the instructions EXACTLY

Re: Applying hotFixes and updates

2011-06-17 Thread Russ Michaels
you may also want to try www.merlinmanager.com Russ On Fri, Jun 17, 2011 at 9:09 PM, Wil Genovese jugg...@trunkful.com wrote: Yes, there is confusion, but if you follow the instructions closely you will notice they include which files to removed from the update folder. There are times

Re: Encrypt/Decrypt

2011-06-17 Thread Paul Alkema
My preferred encryption algorithm is AES, as this is what the Government uses to encrypt classified documents. :) Paul Alkema http://paulalkema.com http://twitter.com/#!/paulalkema ~| Order the Adobe Coldfusion Anthology now!

Re: Encrypt/Decrypt

2011-06-17 Thread Justin Scott
My preferred encryption algorithm is AES, as this is what the Government uses to encrypt classified documents. :) AES with a 256-bit key is authorized for use up to top secret, if memory serves. Remember, with any encryption, it's only as safe as the keys you use which is why key management

Re: Retrieve data in groups

2011-06-17 Thread Mike Chabot
There are many ways to do this, although some of the ways depend on which database software you are using. The suggestions John made are a good starting point. Cfloop can handle as many rows as you want it to handle. If you are getting a timeout, increase the timeout. 200,000 records is a

Re: Retrieve data in groups

2011-06-17 Thread Maureen
Select TOP doesn't work in MySQL. You have to use Limit 0, N where N= the number of records you want to return On Fri, Jun 17, 2011 at 11:17 AM, John M Bliss bliss.j...@gmail.com wrote: SELECT TOP 10 ... or cfoutput startrow=1 maxrows=10 or cfloop startrow=1 endrow=10 On