what is behind the URLSessionFormat function?

2003-06-21 Thread Marc Bauer
hi i'd like to know - how this URLSessionFormat works in technical deep. someone knows about? i have telnet'd to the box and executed a page. i cannot see any special things for e.g. in the headers or anything else. Javascript isn't used. The Webserver Logfile tells only about *one* GET requ

RE: what is behind the URLSessionFormat function?

2003-06-21 Thread Raymond Camden
I would assume it just checks for cookie.cfid and cookie.cftoken. If they do not exist, the server assumes you don't support cookies. -Raymond Camden > -Original Message- > From: Marc Bauer [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 21, 2003 5:15 AM > To: CF-Talk > Subject: what is

Re: Is Flash really THAT good?

2003-06-21 Thread Jochem van Dieten
Dave Watts wrote: >>That puts the developer of the Flash application in >>control, not me. >> >>And in my browser I can shift-click to open in a new >>window and control-click to open in a new tab. > > I don't think that's really a fair comparison. In an application interface, > the application

Re: Limit Simultaneous Requests

2003-06-21 Thread Jochem van Dieten
Shahzad.Butt wrote: > > P3 Dual Processor 1.266 GHz (512 Cache) > > RAM = 1.0 GB > > (This is just application server as DB server is different machine) > > How many simultaneous requests (in CFMX Admin) should I make as default > for better performance of our Intranet system running (CFMX

Re: CFMX and XML

2003-06-21 Thread Jochem van Dieten
Ian Skinner wrote: > I'm learning XML and integrating it wit CFMX at the same time. We are doing > a prototype application here, recreating our Intranet phone directory in > XML. The idea is to create one XML file that is stored for 1 week, (we > generally only get new employees on Mondays, so i

Re: Storing Credit Card Info

2003-06-21 Thread Bud
>Is there a ìbest practiceî to store/implement the private key for >cfx_textcrypt? I know the private key is one of the major keys to >security of the process, and my best guess must not be stored on the >server. How do you store/implement the private key? I personally store it on my computer a

Re: Storing Credit Card Info

2003-06-21 Thread Al Musella, DPM
How bad would it be to just use a long password as the encryption key? Require the password be over 10 characters and a mix of upper/lower case letters and number. This way they never have to copy and paste it in, they could just remember it. Al >I personally store it on my computer at

RE: Storing Credit Card Info

2003-06-21 Thread Matt Robertson
At that point wouldn't it be easier for the customer to just type in the cc number? If not, how much more convenient is the password vs. the card? Worth the risk? Matt Robertson [EMAIL PROTECTED] MSB Designs, Inc. http://mysecretbase.com ---

Re: CF or .net?

2003-06-21 Thread Sean A Corfield
On Friday, Jun 20, 2003, at 12:06 US/Pacific, Costas Piliotis wrote: > CFML is more like spaghetti code It's only spaghetti code if you write it that way. You can write nice structured code in CF. ColdFusion MX allows you to write OO-style code and frameworks like Fusebox allow for good separati

Backing up CFMX>>>

2003-06-21 Thread Tyler Silcox
Is there an easy way to back up all of the settings for CFMX? I need DSNs, mappings, Verity collections, custom tags, etc...and I've looked all the normal places (docs, google, macromedia.com, cf talk's archives). Will the CF Archive do what I need? Tyler

Re: Backing up CFMX>>>

2003-06-21 Thread Dave Carabetta
> Is there an easy way to back up all of the settings for CFMX? I need DSNs, mappings, Verity collections, custom tags, etc...and I've looked all the normal places (docs, google, macromedia.com, cf talk's archives). Will the CF Archive do what I need? > Try the Archives and Deployment link under

Re: Is Flash really THAT good?

2003-06-21 Thread Sean A Corfield
On Friday, Jun 20, 2003, at 19:00 US/Pacific, Dave Watts wrote: >> That puts the developer of the Flash application in >> control, not me. >> >> And in my browser I can shift-click to open in a new >> window and control-click to open in a new tab. But that's the browser developer being in control

RE: Initial caps regex

2003-06-21 Thread Ben Doom
Only about 5 months -- ironically, our test box is CFMX, because we've been trying to migrate. However, the original migration date was cancelled because my boss's dad had a heart attack, and when we finally tried to migrate it (me being in KY, my bosses and the box in FL) it was unsuccessful and

Re: Is Flash really THAT good?

2003-06-21 Thread Jochem van Dieten
Sean A Corfield wrote: > On Friday, Jun 20, 2003, at 19:00 US/Pacific, Dave Watts wrote: > >>>That puts the developer of the Flash application in >>>control, not me. >>> >>>And in my browser I can shift-click to open in a new >>>window and control-click to open in a new tab. > > > But that's the

RE: Is Flash really THAT good?

2003-06-21 Thread Jim Davis
> -Original Message- > From: Jochem van Dieten [mailto:[EMAIL PROTECTED] > Sent: Saturday, June 21, 2003 2:23 PM > To: CF-Talk > Subject: Re: Is Flash really THAT good? > > Sean A Corfield wrote: > > On Friday, Jun 20, 2003, at 19:00 US/Pacific, Dave Watts wrote: > > > >>>That puts the dev

Re: Is Flash really THAT good?

2003-06-21 Thread Sean A Corfield
On Saturday, Jun 21, 2003, at 11:23 US/Pacific, Jochem van Dieten wrote: >> But that's the browser developer being in control - the behavior you >> describe is specific to the browser you use. > Specific to the way I tell my browser to behave. If you're lucky enough to have a browser that lets you

Backing up CFMX>>>

2003-06-21 Thread Dave Lyons
i know this wont help u for coldfusion but if you have dreamweaver the link i will give is a must have! I requested a coldfusion version but maybe someone on the list can get enough info off of this program to maybe make one. http://www.joexx.de/DW-Exporter/index_en.php ~~

CFC Remote Access

2003-06-21 Thread Greg Luce
Trying my first remote access of a cfc. I have cfc's that work nicely if invoked from CF, but now I'm trying to call it remotely from Flash. I read that by default you don't have remote access in subdirectories so I installed the cfc in my wwwroot. I used the test http://www1.yoursite.com/flashserv

log4j problem migrating J2SE app

2003-06-21 Thread Dave Jones
Hi All, I started playing around with moving an existing Tomcat app to CFMX, with the intention of exploring the feasibility of replacing the JSP pages with CFML. Anyway, I've successfully invoked some beans and servlets from a test CF page. However, my app blows up with an 'Incompatible argum

Re: CFC Remote Access

2003-06-21 Thread Dave Carabetta
> Trying my first remote access of a cfc. I have cfc's that work nicely if > invoked from CF, but now I'm trying to call it remotely from Flash. I > read that by default you don't have remote access in subdirectories so I > installed the cfc in my wwwroot. I used the test > http://www1.yoursite.com

RE: Storing Credit Card Info

2003-06-21 Thread Al Musella, DPM
I meant for the owner of the website... when he wants to decrypt a credit card number that is stored on the website, instead of entering the private key by copying and pasting, just use the password. Al At 09:09 AM 6/21/2003 -0700, Matt Robertson wrote: >At that point wouldn't it be easier for

RE: CFC Remote Access

2003-06-21 Thread Clint Tredway
Also, you can access cfc's in subdirs. You have to use dot syntax to get to them. Like if you had a dir called cfc in the webroot, then another dir inside cfc named foo and a cfc name bar, you would get to it like this: cfc.foo.bar HTH Clint -Original Message- From: Dave Carabetta [mail

Re: log4j problem migrating J2SE app

2003-06-21 Thread Sean A Corfield
On Saturday, Jun 21, 2003, at 13:47 US/Pacific, Dave Jones wrote: > So, it appears that a) the log4j.jar that ships with CFMX is not > compatible with log4j 1.2.7; and b) that CFMX is dependent upon > its version of log4j. What you've got here are two Java applications running on the same JVM tha

Re: log4j problem migrating J2SE app

2003-06-21 Thread Dave Jones
Sean, Thanks for the response. I didn't mean to imply that CFMX had done anything wrong. I'm well aware that issues with .jar versioning is a familiar frustration in the Java world. I had hoped that someone with a more intimate knowledge of CFMX internals could suggest a solution that didn't in

Re: log4j problem migrating J2SE app

2003-06-21 Thread Sean A Corfield
On Saturday, Jun 21, 2003, at 15:19 US/Pacific, Dave Jones wrote: > Plus, while in this case the problem was log4j changing its API, > it's not inconceivable that other shared libraries may have a > similar problem, now or in the future. Correct. And, as I'm trying to show, CFMX is just another Ja

RE: COM Error, New CF 5 Install (solved)

2003-06-21 Thread webmaster
For anyone that has this problem in the future, I put this here for the archives, if it happens, email me. Had to get comcheck, do some regsvr action after using xmlinst switches. Uffda. Regards, Eric -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Frida

RE: CFC Remote Access

2003-06-21 Thread Greg Luce
Thanks Clint and Dave. Both things help. I can access the cfc if I put it in the wwwroot, but still not when it's in a subdirectory. And for some crazy reason, the cfc throws a database error when I try to run it from the wwwroot. I found some documentation on Enabling Flash Remoting for all sites

Storing Credit Card Info

2003-06-21 Thread Kay Smoljak
Matt Robertson wrote: > You guessed it: I train the client to keep the private key in a text > file on their own desktop or someplace safe locally. I've been thinking about doing something with one of those USB thumb drives - I don't know about the rest of the world but here in Australia you ca

flash comm ?

2003-06-21 Thread Dave Lyons
im a bit sick and a bit confused (too much theraflu) to exactly = understand this. I'm trying to do this = http://www.macromedia.com/devnet/mx/flashcom/articles/first_comm_app.html= I told my host just to put on the trial version of flash comm on the = server. And in my immediate delirium I can't

RE: CFC Remote Access

2003-06-21 Thread Chris Kief
>This makes sense. When I do the test >http://www1.yoursite.com/flashservices/gateway I get a blank page (which >is correct) and when I try >http://www1.yoursite.com/jhg/misc/flashservices/gateway I get a 404 >error (which means you don't have access). The notes say to: That's not how the gateway

Storing Credit Card Info

2003-06-21 Thread Stan Winchester
Kay, Isn’t technology great! I think the USB thumb drive is a wonderful idea! If you could make a Windows utility and make using cfx_textcrypt / cfx_cardcrypt a turn key process, then that is even better! When I first asked my question about if there was a “best practice” to store/implement the