RE: calling cfc's

2003-02-22 Thread Benoit Hediard
You could use a JRun virtual mapping : - edit c:/CFusionMX/wwwroot/WEB-INF/jrun-web.xml, - add the com virtual mapping : virtual-mapping resource-path/com/resource-path system-pathE:/cfcomponents/com/system-path /virtual-mapping (if your CFC naming convention is com.mycompany.myCFC)

HTTPS

2003-02-22 Thread Andy Ousterhout
For proper security, should your login screen be called using HTTPS as well as the action screen or just the login action screen? http://www.domain.com/login.cfm Or https://www.domain.com/login.cfm Andy ~| Archives:

RE: HTTPS

2003-02-22 Thread Tony Weeg
if you can imagine, the ssl connection is made upon calling the page you refer to, such that, if you had your action page called loginAction.cfm and you referenced that in an action=https://foo.com/loginAction.cfm; thats where you would want the ssl indication, since on that pass you are sending

Re: HTTPS

2003-02-22 Thread Bruce Sorge
The login screen. If you are using just HTTP, you are transmitting information in the clear. If you are using HTTPS, then you are already in the secure environment and the transmission is encrypted. - Original Message - From: Andy Ousterhout [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

encryption question

2003-02-22 Thread Kay Smoljak
Technically, yes you could, if the program the end user had could accept the RSA key that cardcrypt/textcrypt created and you gave them. Problem is, we haven't actually managed to do this yet - the PGP client on Windows has the option of importing a legacy RSA key but that key needs to be

Old Version of CF $erver

2003-02-22 Thread Michael Pool
Anybody out there know a place I can get ahold of an old copy of CF Server 5 or less? I have a new boss that won't spring for CFMX and he want's me to build a huge Intranet document/information management system. All in all I am looking for ANY cheap routes to getting CF on this server (what a

RE: FREE BlueDragon Server Released!

2003-02-22 Thread Vince Bonfanti
Yes, we've made significant strides based on feedback from customers like you. If you continue to have problems with the 3.0.1 service pack please contact me directly ([EMAIL PROTECTED]) and I'll make they get addressed. Vince Bonfanti New Atlanta Communications, LLC http://www.newatlanta.com

RE: HTTPS

2003-02-22 Thread Andy Ousterhout
Trying to reconcile the two responses, when and where is the encryption performed? For example if the logon screen is HTTP, now does the client know the key to use for HTTPS encryption? Or, does the form screen need to also be HTTPS so that it can encrypt the results. Andy -Original

Re: Old Version of CF $erver

2003-02-22 Thread Gary Groomer
What about Blue Dragon for CFML? http://www.newatlanta.com Gary - Original Message - From: Michael Pool [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, February 22, 2003 7:07 AM Subject: Old Version of CF $erver Anybody out there know a place I can get ahold of an old

Re: encryption question

2003-02-22 Thread mark brinkworth
PGP talks about Radix64 format, and I always thought this was the same as Base64. So, I would have thought it was basically a matter of constructing the appropriate wrapper (RFC 1991) around the key. But then, I could be completely wrong :) Technically, yes you could, if the program the end

RE: FREE BlueDragon Server Released!

2003-02-22 Thread Vince Bonfanti
My apologies--CFMX does indeed offer similar capabilities as BlueDragon in this regard. It was an oversight on my part, and not a deliberate attempt to mislead. Note that the BlueDragon implementation is via the new PAGE attribute of the CFINCLUDE tag (and not via the GetPageContext function),

Re: HTTPS

2003-02-22 Thread Bruce Sorge
The form screen should be https so that it can post the form information securely. - Original Message - From: Andy Ousterhout [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, February 22, 2003 9:15 AM Subject: RE: HTTPS Trying to reconcile the two responses, when and

RE: HTTPS

2003-02-22 Thread Ben Koshy
The Key is exchanged before the data transfer, so Tony's suggestion is technically correct and so is Bruces. However Bruce's suggestion, allows the user to see that the data he's submitting will be secured (although it's a false sense of security since the web developer could err and form post

Re: Old Version of CF $erver

2003-02-22 Thread Michael Pool
Wow! Is this Blue Dragon For Real!!?? Is this the Answer???!!! CFIf I can deploy it on the Intranet and everyone else can get served CFML not just the one local IP./CFif CfElse??? M. Pool -- Original Message -- From: Gary Groomer [EMAIL PROTECTED]

RE: Old Version of CF $erver

2003-02-22 Thread Ben Koshy
Well, until I hear a plethora of OMG -- I installed Blue Dragon and all my Apps still work!, I'm holding judgement. And I won't sit on the sidelines either, I'll have a major app tested on BD today and send you my result/experience. -Original Message- From: Michael Pool [mailto:[EMAIL

RE: HTTPS

2003-02-22 Thread mark brinkworth
While the username and password are one part of the equation, it needs also to be borne in mind the role that the session cookie plays in maintaining a logged in user. In this regard you would be better off being in SSL whenever the session cookie is first sent to the client. Cheers --- Ben

RE: Iif() and StructKeyExist()

2003-02-22 Thread Aidan Whitehall
I don't think you can use IIF in this case as IIF has a habit of evaluating both results regardless of whether it resolves to true or false. Even if proximity doesn't exist, it will still evaluate values[i][proximity]. Yeah, that's how it's starting to look. Well, thanks for the

RE: HTTPS

2003-02-22 Thread Andy Ousterhout
Let me see if I understand. When information is being set to a HTTPS page, the browser first goes to the server to get the key, then sends the information encrypted. Is this correct? Andy -Original Message- From: Ben Koshy [mailto:[EMAIL PROTECTED] Sent: Saturday, February 22, 2003

Re: FREE BlueDragon Server Released!

2003-02-22 Thread Frank Mamone
Vince, I apologize if I missed your response on this, but my question was if CFMX and BlueDragon can co-exist on a development server for testing and maybe access blue dragon on a port other that 80? Thanks, Frank Mamone - Original Message - From: Vince Bonfanti [EMAIL PROTECTED] To:

Re: Old Version of CF $erver

2003-02-22 Thread samcfug
Try Blue Dragon - it supports CF 5.0 tags, and is free. = Douglas White group Manager mailto:[EMAIL PROTECTED] http://www.samcfug.org = - Original Message - From: Michael Pool [EMAIL PROTECTED] To: CF-Talk [EMAIL

RE: FREE BlueDragon Server Released!

2003-02-22 Thread Vince Bonfanti
Yes CFMX and BlueDragon (and CF5) can all peacefully co-exist on the same machine. CFMX has a built-in web server that runs on port 8500 by default. BlueDragon Server has a built-in web server that runs on port 8080 by default--as long as you don't have anything already installed using port 8080

SOT: Updating Multiple Records

2003-02-22 Thread Russ
Hello, I apologize for being OT here, but I'm hitting a brickwall. I've built a page that displays several records--all of which can be edited and/or turned on or turned off from a display perspective (editable textbox and checkbox). Unfortunately, my SQL experience doesn't lend to me being

Encryption software

2003-02-22 Thread tony
I was wondering what encryption software you guys recommend for not that money? ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: Encryption software

2003-02-22 Thread John Wilker
At my office we use the Blowfish COM object for encrypting passwords and what not. Are you looking for file encryption or something like password encryption? J. John Wilker Web Applications Consultant, Writer Macromedia Certified ColdFusion Developer Founder/President IE CFUG www.red-omega.com

RE: Updating Multiple Records

2003-02-22 Thread Jeff Beer
Hi Russ, Assuming your field names are the same for each record, you will get a list of data items when you submit the form, as in: form.myId = 1,4,5,6,7 form.firstName=jeff,tom,steve,brad,jim form.age=22,34,54,27,31 Now, all you need to do is loop over the myID list, and use basic list

Re: Old Version of CF $erver

2003-02-22 Thread Donnie Bachan
Try Ebay. HTH Donnie Bachan Phone: (718) 217-2883 ICQ#: 28006783 Nitendo Vinces - By Striving You Shall Conquer == The information transmitted is intended only for the person or entity to which it is addressed and may contain

hey bluedragoneers :)

2003-02-22 Thread Tony Weeg
can someone point me in the right direction, as far as getting my new blue dragon install to parse .cfm files? im getting page not found, and no loading of pages. strange, i have cfmx, iis5 and cfmx running on port 80 of my iis server...can i have these coexist and run? thanks!! tony tony

RE: Updating Multiple Records

2003-02-22 Thread Russ
Hi Jeff-- I am working in the direction you recommended (AND it makes sense!), and I've received an error: In function ListGetAt(list, index [, delimiters]), the value of index, 3, is not a valid as the first argument (this list has 2 elements). Valid indexes are in the range 1 through the

Re: Updating Multiple Records

2003-02-22 Thread Jim McAtee
I don't think I'd trust that approach. It's too dependant on the way the browser submits the form. There's no guarantee that the 1st item in the list #form.a# will correspond to the first item in list #form.b#, etc. Probably most browsers _do_ work like this, but it's nearly as easy to name the

Re: Java scriptlets on CFMX

2003-02-22 Thread Matthew Walker
So I guess CF transfers all CF variables to either all uppercase or all lowercase? Given that, surely case sensitivity wouldn't be an issue. You'd just have to follow the same rule: write all your variables in a JSP fragment as all uppercase (or lowercase). - Original Message - From: Sean

RE: Updating Multiple Records

2003-02-22 Thread Russ
This seems to put me back closer to square one--at least in terms of the error I'm getting (and lord knows this could be a dumbguy error on my part): Syntax error (comma) in query expression 'commentID=8,9,11'. The error occurred in C:\Inetpub\wwwroot\blinktag\mod\comments\commentUpdate.cfm:

RE: hey bluedragoneers :)

2003-02-22 Thread Vince Bonfanti
BlueDragon runs on port 8080 by default. Try the following URL in your browser: http://localhost:8080/index.cfm The document root directory for the BlueDragon built-in web server is: BlueDragon install\wwwroot Make sure that's where you put your CFML pages. Did the BlueDragon admin

RE: Updating Multiple Records

2003-02-22 Thread Jochem van Dieten
Quoting Russ [EMAIL PROTECTED]: 12 : commentActive='#Evaluate(FORM.commentActive#i#)#' 13 : WHERE commentID=#Evaluate(FORM.commentID#i#)# 14 : /cfquery 15 : /cfloop Use cfqueryparam. Jochem ~| Archives:

RE: Updating Multiple Records

2003-02-22 Thread Russ
Care to elaborate at all? -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Saturday, February 22, 2003 3:56 PM To: CF-Talk Subject: RE: Updating Multiple Records Quoting Russ [EMAIL PROTECTED]: 12 :

OT: SQL math question

2003-02-22 Thread Owens, Howard
I'm trying to come up with a query that will tell me: 1) How many orders have been place 2) What the total income from those orders ad up to. I tried this, but it isn't giving me what I expect: SELECT COUNT(STATUS) AS TotalOrders, PRICE * QUANTITY AS Revenue FROM

Re: cfqueryparam and mysql problem

2003-02-22 Thread Jochem van Dieten
Quoting Diarmuid King [EMAIL PROTECTED]: I am using cfmx pro version (with updater 2) on a RedHat Linux 7.2 system connecting to MySQL 3.23.36 I just started updating my querys to use cfqueryparam and its not working. CFQUERY datasource=#request.dsn# name=getText SELECT text

Re: Updating Multiple Records

2003-02-22 Thread Matthew Walker
I don't think that cfqueryparam is the solution to this problem. Jim's approach is definitely the right way to go. If you're using it, the question is why does FORM.commentID#i# contain more than one number? Forget about updating the db for a bit and cfdump the form data out on screen. You should

Re: OT: SQL math question

2003-02-22 Thread Jochem van Dieten
Quoting Owens, Howard [EMAIL PROTECTED]: 1) How many orders have been place 2) What the total income from those orders ad up to. SELECT COUNT(STATUS) AS TotalOrders, PRICE * QUANTITY AS Revenue FROM store_orders WHERE (MERC_ID = 1) GROUP BY PRICE, QUANTITY Alternatively,

Re: SQL math question

2003-02-22 Thread Matthew Walker
What does this do? SELECT COUNT(*) AS TotalOrders, Sum(PRICE * QUANTITY) AS Revenue FROM store_orders WHERE (MERC_ID = 1) GROUP BY status Matthew Walker Electric Sheep Web http://www.electricsheep.co.nz/ - Original Message - From: Owens, Howard [EMAIL

RE: Updating Multiple Records

2003-02-22 Thread jochemd
Quoting Russ [EMAIL PROTECTED]: Care to elaborate at all? That would be an unrealistic expectation ;-) Using cfqueryparam forces you to specify the datatype. It is something I find usefull when debugging, because it both forces you to think about what you are doing and tells you which

RE: Updating Multiple Records

2003-02-22 Thread Russ
When I do a cfdump, I get: 8 testing testing *boom!* 1 9 Excellent! Made #3 Active 1 11 humdedum 1 I shouldn't have been using commentID#i# anyway, as that's already a unique identifier. Fixing that doesn't resolve the issue and I'm still seeing this error: Syntax error in UPDATE

Re: Updating Multiple Records

2003-02-22 Thread Matthew Walker
If commentId is already a unique ID then try making your form fields like this: input name=commentActive_cfoutput#commentId#/cfoutput... You don't even need a hidden commentId field. Then in your handler: cfloop collection=#form# item=field cfif listFirst(field, _) eq commentActive

RE: hey bluedragoneers :)

2003-02-22 Thread Tony Weeg
vince...no, it didnt. i have done all that you have suggested... and i know, its free now, so i shouldnt bitch about it, but i really wanted to see it work right off the bat :( tw -Original Message- From: Vince Bonfanti [mailto:[EMAIL PROTECTED] Sent: Saturday, February 22, 2003 4:38

Re: cfqueryparam and mysql problem

2003-02-22 Thread Matt Robertson
Try CF_SQL_NUMERIC as the sqltype. I use that with mySQL int fields and it works fine. --- Matt Robertson, [EMAIL PROTECTED] MSB Designs, Inc. http://mysecretbase.com ---

Re: hey bluedragoneers :)

2003-02-22 Thread samcfug
Will Blue Dragon run on a multi-homed server? = Douglas White group Manager mailto:[EMAIL PROTECTED] http://www.samcfug.org = - Original Message - From: Vince Bonfanti [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

RE: hey bluedragoneers :)

2003-02-22 Thread Vince Bonfanti
Well, for most people it does; but, there are rare installation problems. Within the BlueDragon installation folder should be a file named BlueDragon_Server_3.0.1_InstallLog.log. Can you email that to me (privately, not to the list--I'm sure not everyone wants to see it)? I'll have someone take a

RE: hey bluedragoneers :)

2003-02-22 Thread Vince Bonfanti
Yes. But, to be sure I've answered your question properly, what do *you* mean by multi-homed server? Vince Bonfanti New Atlanta Communications, LLC http://www.newatlanta.com -Original Message- From: samcfug [mailto:[EMAIL PROTECTED] Sent: Saturday, February 22, 2003 6:21 PM To:

Re: hey bluedragoneers :)

2003-02-22 Thread samcfug
a server running IIS 5.0 with several virtual web sites. = Douglas White group Manager mailto:[EMAIL PROTECTED] http://www.samcfug.org = - Original Message - From: Vince Bonfanti [EMAIL PROTECTED] To: CF-Talk [EMAIL

CF5 XML :)

2003-02-22 Thread Pablo Varando
I've never really worked with XML in CF 5 before and I have a client that needs something done in CF 5 with XML feeds. Can anyone point me in the right direction? Maybe a tutorial or something like that? TIA Pablo ~| Archives:

BlueDragon Hosting?

2003-02-22 Thread Chris Montgomery
Howdy, Is anyone hosting third-party commercial sites running under BlueDragon yet? If so, is there a list of BlueDragon hosts anywhere? -- Chris Montgomerymonty airtightweb.com Airtight Web Services http://www.airtightweb.com Web Development, Web Project Management, Software Sales

Dynamically naming vars in cfscript?

2003-02-22 Thread Taco Fleur
Is it possible to dynamically name variables in cfscript? if so, how? ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: Dynamically naming vars in cfscript?

2003-02-22 Thread Dave Watts
Is it possible to dynamically name variables in cfscript? if so, how? You can use the SetVariable function: cfscript SetVariable(name, value); /cfscript Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444

RE: Dynamically naming vars in cfscript?

2003-02-22 Thread Jim Davis
-Original Message- From: Taco Fleur [mailto:[EMAIL PROTECTED] Sent: Saturday, February 22, 2003 8:07 PM To: CF-Talk Subject: Dynamically naming vars in cfscript? Is it possible to dynamically name variables in cfscript? if so, how? How do you mean? The SetVariable() and

RE: Updating Multiple Records - SOLVED

2003-02-22 Thread Russ
And, the solution is, with much thanks to everyone--especially Matthew and Jim: cfloop collection=#FORM# item=field cfif listFirst(field, _) EQ commentPost cfset commentID = listLast(field, _) cfif NOT IsDefined (FORM.commentActive_#commentID#)

Re: CF5 XML :)

2003-02-22 Thread jonhall
By far the easiest way is to cheat. If you have an MX box have it do the XML parsing etc, and get the data back to the CF5 box any way you want. We did this recently for something we needed done quick and wasn't performance sensitive. Other than that, msxml on windows gets the job done for me in

Re: BlueDragon Hosting?

2003-02-22 Thread Michael Dinowitz
Contact Aaron Z. Ward [EMAIL PROTECTED] about it. Also, there's a seperate BlueDragon list on House of Fusion where BD specific issues can be discussed. Hosting, install, admin and the like are perfect for that list. In addition, there's a list on the DB site itself. Howdy, Is anyone hosting

RE: CF5 XML :)

2003-02-22 Thread Ken Wilson
A few links that might get you started: http://torchbox.com/xml/ http://www.cfdev.com/xml/ No doubt others will point you to more. Ken -Original Message- From: Pablo Varando [mailto:[EMAIL PROTECTED] Sent: Saturday, February 22, 2003 7:32 PM To: CF-Talk Subject: CF5 XML :) I've

Routines cannot be declared more than once. UDF ???

2003-02-22 Thread Taco Fleur
I get the following error, I tried everything, even putting the function in a seperate file. And the function is not declared twice for sure. anyone? Error Diagnostic Information Routines cannot be declared more than once. The routine rfc has been declared twice in different templates.

RE: Dynamically naming vars in cfscript?

2003-02-22 Thread Josh Trefethen
You can also do something like this in cfscritp to dynamically name variables: 'url.#var_name#' = #value#; Or '#var_name#' = #value#; You need to use quotes around the variable name for it to work... I used this syntax just yesterday to bring a stuct in from flash and set url variables

Where to purchase CF 5

2003-02-22 Thread Joe Tartaglia
Does anyone have any ideas on where I can purchase a legal copy of CF Server 5 for Windows? Thanks Joe Tartaglia High Caliber Solutions 212-684-5553 ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4

Re: Encryption software

2003-02-22 Thread mark brinkworth
I have only used it within a Java environment, but if you are using CFMX, you might be able to get JCE up and running (optional in JDK 1.2.x and 1.3.x, integrated into JDK1.4.x) Cheers I was wondering what encryption software you guys recommend for not that money?

Re: CF5 XML :)

2003-02-22 Thread Taco Fleur
Pablo, I just started on creating a TAG that creates RSS (XML) syndicate files. I almost got it downpad, but I am stuck with a couple of issues, I am willing to share what I have so far and see where we can get together? After this, I am working on a parser for RSS... Let me know if interested,

Re: Routines cannot be declared more than once. UDF ???

2003-02-22 Thread S . Isaac Dealey
What version of CF Server? I know at least one way this can happen using CF 5. cfinclude template=myudftemplate.cfm / The trailing slash at the end of the tag (recommended on CF MX as valid xml syntax) causes the file to be included twice (or such was my experience). Otherwise, do a multifile

Re: Routines cannot be declared more than once. UDF ???

2003-02-22 Thread Taco Fleur
V5 Thanks Isaac, this was indeed the problem, I called the custom tag like tag / trying to confirm with valid xml... Thanks again.. - Original Message - From: S. Isaac Dealey [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, February 23, 2003 2:39 PM Subject: Re: Routines

createObject(JAVA, ) ??

2003-02-22 Thread Taco Fleur
Is there any way that I can test if everything is working fine with createObject(JAVA, class) and if all my settings under cf admin are correct ?? i.e. is there a class I can call to test?? ~| Archives:

RE: Where to purchase CF 5

2003-02-22 Thread Dave Watts
Does anyone have any ideas on where I can purchase a legal copy of CF Server 5 for Windows? I believe that we still sell CF 5 licenses. Send an email to [EMAIL PROTECTED] for more information. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444

Re: createObject(JAVA, ) ??

2003-02-22 Thread Kwang Suh
Try java.lang.String - Original Message - From: Taco Fleur [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Saturday, February 22, 2003 11:06 PM Subject: createObject(JAVA, ) ?? Is there any way that I can test if everything is working fine with createObject(JAVA, class) and if