Re: Setting up SSL in CFMX7

2006-11-17 Thread James Buckingham
Sorry I'm being thick. It's because the cluster is pointing at IIS NOT the single instance. The error was because the other instance in the cluster didn't have the file setup. Problem solved! Cheers, James ~| Introducing the F

Re: Setting up SSL in CFMX7

2006-11-17 Thread James Buckingham
This is probably starting to go off topic now but I had a look at the IIS Logs and I'm seeing the following: 2006-11-17 13:16:29 W3SVC753544 127.0.0.1 GET /test.cfm - 80 - 127.0.0.1 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+SV1;+.NET+CLR+1.1.4322) 404 0 0 2006-11-17 13:16:29 W3SVC75354

RE: Setting up SSL in CFMX7

2006-11-17 Thread Dave Watts
> As I say I'm almost there but I'm getting a bit of a strange > problem with the processing of the page through IIS now. > > If I try and access I page I get an Exception error: > > coldfusion.runtime.TemplateNotFoundException - in : line -1 > File not found: /test.cfm > > However, i

Re: Setting up SSL in CFMX7

2006-11-17 Thread James Buckingham
Thanks a lot for your help Dave! I've spent the morning looking into setting up Jrun through IIS on one of the new server Instances and I've got it almost working now. Just in case anybody else has this issue I found this good technote on IIS setup: http://www.adobe.com/devnet/coldfusion/articl

RE: Setting up SSL in CFMX7

2006-11-16 Thread Dave Watts
> This is probably were my lack of knowledge lets me down so I > hope I can answer this ok for you. I've not setup anything > through IIS. I've just followed the installation process in > ColdFusion and gone with the multiserver configuration (this > is to reflect the cluster environment we're

Re: Setting up SSL in CFMX7

2006-11-16 Thread James Buckingham
>First, is there a reason you're not using an external web server, like IIS >or Apache? That's usually going to be easier to manage, and will give you >functionality that the JRun Web Server doesn't. This is probably were my lack of knowledge lets me down so I hope I can answer this ok for you. I

Re: Setting up SSL in CFMX7

2006-11-16 Thread James Buckingham
Thanks Bobby, The whole script is: http://localhost:8301/"; addtoken="no" /> I've based that statement on the result 0 because that's the current value in the CGI variable list, but you're right, the original code was looking for 'off'. It's just testing that has taken me down this route.

RE: Setting up SSL in CFMX7

2006-11-16 Thread Dave Watts
> I'm currently working on migrating our applications from > CF5.0 to MX7.02. I'm running this over a JRun4 multi-server > configuration and everything is up and running apart from the > SSL which I'm really struggling with. > > The problem I have is coming from a simple bit of code in a > onR

RE: Setting up SSL in CFMX7

2006-11-16 Thread Bobby Hartsfield
- From: James Buckingham [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 5:38 AM To: CF-Talk Subject: Setting up SSL in CFMX7 Hi everyone, I'm currently working on migrating our applications from CF5.0 to MX7.02. I'm running this over a JRun4 multi-server configuratio

Setting up SSL in CFMX7

2006-11-16 Thread James Buckingham
Hi everyone, I'm currently working on migrating our applications from CF5.0 to MX7.02. I'm running this over a JRun4 multi-server configuration and everything is up and running apart from the SSL which I'm really struggling with. The problem I have is coming from a simple bit of code in a onReq