RE: Storing Credit Card Info

2003-06-18 Thread Tim Laureska
I'm about to embark on processing CC transactions for the first time as well ... Isn't it best to not record the CC information in a database at all if possible... just transmit the CC info securely as possible to a processor (ex. Authorize.net) ? I know some sites (ex. Amazon etc.) do maintain

RE: CF MX Q of Q error....

2003-06-18 Thread Benoit Hediard
I had a similar error last week. When using date comparison with QoQ with MX, you need to use cfqueryparam value=#someDate# cfsqltype=CF_SQL_DATE. Benoit Hediard www.benorama.com -Message d'origine- De : Buddy [mailto:[EMAIL PROTECTED] Envoyé : mercredi 18 juin 2003 02:08 À :

CF Studio 4 default html template

2003-06-18 Thread Tim Laureska
Hello I would like to change the doc type in the default new html template from !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN to !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN http://www.w3.org/TR/html4/strict.dtd; I've hunted thru the help files and macromedia's

RE: REPOST: CFMX, CFGRID and CFGRIDUPDATE errors

2003-06-18 Thread Dave Wilson
Justin, Sorry I don't have a solution to your problem, however I have been experiencing the same problem and have noticed it also affects cfslider. I submitted it as a bug report yesterday so let's see what comes of that. Like you, I'm making extensive use of cfgrid and cfslider. As an aside,

RE: CF Studio 4 default html template

2003-06-18 Thread Robertson-Ravo, Neil (RX)
Hey Tim, Edit the document named : Default Template.htm within {installroot}\Macromedia\ColdFusion Studio 5\Wizards\HTML restart Studio and you will be away! -Original Message- From: Tim Laureska [mailto:[EMAIL PROTECTED] Sent: 18 June 2003 10:22 To: CF-Talk Subject: CF Studio 4

RE: CF Studio 4 default html template

2003-06-18 Thread Pascal Peters
It is in the installation folder for CF Studio. I think that was Program Files\Allaire\Coldfusion Studio 4\. Look for the template Wizards\HTML\Default Template.htm -Original Message- From: Tim Laureska [mailto:[EMAIL PROTECTED] Sent: woensdag 18 juni 2003 11:22 To: CF-Talk Subject: CF

RE: CF Studio 4 default html template

2003-06-18 Thread Tim Laureska
Aah many thanks ... that was the ticket -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 5:18 AM To: CF-Talk Subject: RE: CF Studio 4 default html template Hey Tim, Edit the document named : Default Template.htm within

RE: CF Studio 4 default html template

2003-06-18 Thread Robertson-Ravo, Neil (RX)
in factturns out you dont even have to restart Studio -Original Message- From: Tim Laureska [mailto:[EMAIL PROTECTED] Sent: 18 June 2003 10:33 To: CF-Talk Subject: RE: CF Studio 4 default html template Aah many thanks ... that was the ticket -Original Message- From:

Schedule in MX

2003-06-18 Thread Shahzad.Butt
Hi I've got 4 schedules running in my CFMX admin - every 5 mins. If I run each app direct through browser but not scheduled task then it doesn't even take a second to finish. And log is not written on SERVER.LOG (which i've set to log each page taking more than 2 secs). Thats fine - but problem

RE: Schedule in MX

2003-06-18 Thread Craig Dudley
Personally I never use scheduling in CF, the scheduled tasks sytem in windows works way better, I simply use wget to hit templates at scheduled intervals, this works extremely well. I also use a java program I wrote which does a similar thing for monitoring ftp directories for uploaded files.

Recursive Directory - ColdFusion Component

2003-06-18 Thread Calvin Ward
Has anyone made one of these? Calvin ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4 FAQ:

Re: Recursive Directory - ColdFusion Component

2003-06-18 Thread Michael T. Tangorre
What exactly is one of these - Original Message - From: Calvin Ward [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 7:23 AM Subject: Recursive Directory - ColdFusion Component Has anyone made one of these? Calvin

RE: Schedule in MX

2003-06-18 Thread Shahzad.Butt
Any help/articles on Wget? How to use it? Thanks -Original Message- From: Craig Dudley [mailto:[EMAIL PROTECTED] Sent: 18 June 2003 11:55 To: CF-Talk Subject: RE: Schedule in MX Personally I never use scheduling in CF, the scheduled tasks sytem in windows works way better, I simply

RE: Recursive Directory - ColdFusion Component

2003-06-18 Thread Craig Dudley
Something like this... In calling page.. cf_dir basedir = c:\java cfdump var=#request.filelist# dir.cfm -- cfparam name=request.filelist default=#QueryNew('Filename,FileDate,Size')# cfdirectory action=LIST directory=#attributes.basedir# name=list cfloop query=list cfif

RE: Schedule in MX

2003-06-18 Thread Craig Dudley
There's some in the distribution, it's dead easy though. Download it, stick it in it's own dir, c:\wget maybe. Then in the task setup, call.. c:\wget\wget.exe --delete-after http://yoururlhere/whatever.cfm The --delete-after just makes sure wget doesn't save the http output as an html page

Re: Recursive Directory - ColdFusion Component

2003-06-18 Thread Calvin Ward
twas in the subject, sorry :) Recursive Directory - ColdFusion Component - Original Message - From: Michael T. Tangorre [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 7:26 AM Subject: Re: Recursive Directory - ColdFusion Component What exactly is one

RE: Shopping Cart

2003-06-18 Thread Robert Orlini
Where do you find this kit please? Robert O. -Original Message- From: Michael Tangorre [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2003 6:03 PM To: CF-Talk Subject: Re: Shopping Cart I would recommend the one in the Cold Fusion Web Application construction kit... uses CFCs.. and

Re: Shopping Cart

2003-06-18 Thread Michael T. Tangorre
its not a kit per se. It is a book... full of reference material for CF and examples. You can buy it here (watch the wrapping on the link): http://www.amazon.com/exec/obidos/ISBN%3D0321125169/benfortascoldfusA/104-5893428-4787164 HTH, Mike - Original Message - From: Robert Orlini

RE: Shopping Cart

2003-06-18 Thread Robert Orlini
THanks. -Original Message- From: Michael T. Tangorre [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 8:29 AM To: CF-Talk Subject: Re: Shopping Cart its not a kit per se. It is a book... full of reference material for CF and examples. You can buy it here (watch the wrapping on

SOT: Worthwhile blogging?

2003-06-18 Thread Oliver Cookson
Hi, Just wondering if anyone can share any good blogs for me to read and add to my morning necessitates, of course CFMX\Internet related. Look forward to hearing about some interesting blogs! Thanks Oliver ~| Archives:

Re: SOT: Worthwhile blogging?

2003-06-18 Thread Jochem van Dieten
Oliver Cookson wrote: Just wondering if anyone can share any good blogs for me to read and add to my morning necessitates, of course CFMX\Internet related. One Blog to Blog them all: http://www.fullasagoog.com/ Jochem ~|

RE: CFMX UUID Length

2003-06-18 Thread Dan G. Switzer, II
Dave, Thanks for that. Does anybody know why there's a 17-character prefix to the UUID? If the UUID algorithm is based on time down to the milliseconds (which is what I remember reading somewhere), there shouldn't really be a need for it, should there be? The definition of a UUID says

Re: Schedule in MX

2003-06-18 Thread Frank Mamone
Hi Craig, Did you find a way to have WGET *not* produce the result files every time it runs? I tried every switch documented and can't get it right. Thanks, -Frank Mamone - Original Message - From: Craig Dudley [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, June 18,

RE: Schedule in MX

2003-06-18 Thread Craig Dudley
Wget --delete-after url Works for me, of course that does actually create it, but zaps it straight away. -Original Message- From: Frank Mamone [mailto:[EMAIL PROTECTED] Sent: 18 June 2003 14:00 To: CF-Talk Subject: Re: Schedule in MX Hi Craig, Did you find a way to have WGET *not*

RE: CFMX UUID Length

2003-06-18 Thread Dave Carabetta
Dave, Thanks for that. Does anybody know why there's a 17-character prefix to the UUID? If the UUID algorithm is based on time down to the milliseconds (which is what I remember reading somewhere), there shouldn't really be a need for it, should there be? The definition of a UUID

RE: Recursive Directory - ColdFusion Component

2003-06-18 Thread Raymond Camden
Check out directoryList() at cflib.org. === Raymond Camden, ColdFusion Jedi Master for Mindseye, Inc (www.mindseye.com) Member of Team Macromedia (http://www.macromedia.com/go/teammacromedia) Email: [EMAIL PROTECTED]

Re: Recurring Billing Systems

2003-06-18 Thread John Paul Ashenfelter
I've got a client using Linkpoint, which can do all of that. Not thrilled with them (e.g. scheduled database maintenance window is Sunday 11 AM - 3 PM Eastern. Huh? You do that stuff late Sat night or something) But it's priced pretty well and they are Ok with it. Also can do electronic

CFGraph Images

2003-06-18 Thread Critz
oi CF-Talk,!! Anybody, know of a way to save the cfgraph outputted image to disk programmatically? Crit --- [This E-mail scanned for viruses by Declude Virus] ~| Archives:

RE: CFGraph Images

2003-06-18 Thread Mike Townend
If you are using MX, you can save the graph to a variable and write it using CFFile... Not sure if you can do that in CF5 tho HTH -Original Message- From: Critz [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 14:57 To: CF-Talk Subject: CFGraph Images oi CF-Talk,!!

Re: Storing Credit Card Info

2003-06-18 Thread John Paul Ashenfelter
- Original Message - From: Matt Robertson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 7:51 PM Subject: Re: Storing Credit Card Info Holy cow... thats a very scary prospect. Obviously an SSL connection is the first step. Then... Actually, first step

RE: CFGraph Images

2003-06-18 Thread Pascal Peters
I did it for a student once. You can do it in cf5 using cfsavecontent and cfhttp. cfsavecontent variable=test cfgraph type=BAR query=qValues valuecolumn=values itemcolumn=months scaleto=#form.scale# itemlabelsize=16 itemlabelorientation=VERTICAL title=#form.title# fileformat=jpg barspacing=15

How to edit User Directory (Advanced Security) details in ColdFusion MX

2003-06-18 Thread Allan Clarke
Hi Guys, have a question for you all. I have recently migrated from CF5 to MX and Spectra 1.5.2. My CF 5 application uses Site Minder (Advanced Secuirty) to connect to an LDAP Server. I have four security contexts and 4 user directories. So access to the site is restricted and only users having

Problem SQL CF 5

2003-06-18 Thread Jodie A
We have a web frontend (W2k+sp3, CF 5.0, IIS 5.0) with a bbdd backend (Solaris + Oracle 8.1.7.4) and our web application uses CF [Oracle80] native drivers to connect to our database. When the web application (our cfm's) makes a problematic sql sentence (For example : sql sentence that use all

Re: CFGraph Images

2003-06-18 Thread Critz
oi Pascal!! thanks, i'll have a gander at it. Wednesday, June 18, 2003, 10:14:45 AM, you wrote: PP I did it for a student once. You can do it in cf5 using cfsavecontent PP and cfhttp. PP cfsavecontent variable=test PP cfgraph type=BAR query=qValues

RE: Schedule in MX

2003-06-18 Thread Mark A. Kruger - CFG
Shahzad, It's important to remember that your local browser is NOT the same environment as the server. the most common cause of the symptoms below is that the server is failing to resolve the url correctly. For example, a server behind a firewall may have NAT IP addresses (like 10.x.x.x or

CFC Placement in site structure ... ?

2003-06-18 Thread Mike Kear
Sorry if this is a really basic question, but can CFCs be placed anywhere on a site, for example in a CFC's folder? Or do they have to be in the folder they're called from? I realize CFCs can be called from anywhere on the web but so far I've only seen examples where the CFC is stored in the

SOT: Content Management--- Merant Collage

2003-06-18 Thread Candace Cottrell
Has anyone used this product or evaluated it? http://www.merant.com/Products/WCM/collage/home.asp What is everyone using for Content Management (enterprise systems)?? Candace K. Cottrell, Web Developer The Children's Medical Center One Children's Plaza Dayton, OH 45404 937-641-4293

RE: Content Management--- Merant Collage

2003-06-18 Thread Dan Phillips
Check out Ektron.com Works with both CF or ASP. -Original Message- From: Candace Cottrell [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 10:29 AM To: CF-Talk Subject: SOT: Content Management--- Merant Collage Has anyone used this product or evaluated it?

RE: Storing Credit Card Info

2003-06-18 Thread Mosh Teitelbaum
Data (as in the credit card numbers) will always be most secure if it's not saved anywhere. But that means that, every time a return customer wants to place another order, she has to retype the credit card info. A lot of online shops, including the big players like Amazon, don't actually process

RE: Content Management--- Merant Collage

2003-06-18 Thread Robertson-Ravo, Neil (RX)
Check out FarCryfully mx and very very very nice indeed. -Original Message- From: Dan Phillips [mailto:[EMAIL PROTECTED] Sent: 18 June 2003 15:31 To: CF-Talk Subject: RE: Content Management--- Merant Collage Check out Ektron.com Works with both CF or ASP. -Original

RE: CFC Placement in site structure ... ?

2003-06-18 Thread Raymond Camden
Sorry if this is a really basic question, but can CFCs be placed anywhere on a site, for example in a CFC's folder? Or do they have to be in the folder they're called from? They should be in the same folder, under a folder defined as a CF mapping, or in a custom tag folder. Generally I

Re: CFC Placement in site structure ... ?

2003-06-18 Thread Cutter (CF-Talk)
I try to use the basic site structure layed out in the CF section of http://www.benorama.com. It's worked very well for me in the past. Cutter Mike Kear wrote: Sorry if this is a really basic question, but can CFCs be placed anywhere on a site, for example in a CFC's folder? Or do they have

Flash Remoting Issues with CFMX

2003-06-18 Thread Igor Ilyinsky
Any remoting gurus out there? I have an app that uses Flash Remoting to consume local CFCs and as a proxy to consume remote web services. However, on my host, the first part works, but the second part (consuming remot web services) does not. Are there any configurational changes that I am

RE: Recursive Directory - ColdFusion Component

2003-06-18 Thread Suyer, Ed [PRD Non-JJ]
Just finished one yesterday. Funny, I pinged the list and didn't get a response. Anyway, if you're intersted in the code mail me off list. ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription:

RE: Recursive Directory - ColdFusion Component

2003-06-18 Thread Jim Davis
I made a CustomTag a long tome ago, but it still serves me well (although were I to do it over now I'd probably do it a bit differently). The code is open - feel free to convert it to a Component if you like: http://www.depressedpress.com/DepressedPress/Content/ColdFusion/CustomTa

RE: CF-Talk: Digest every hour

2003-06-18 Thread Suyer, Ed [PRD Non-JJ]
Darn it, wish I found this two days ago! I'm always searching cflib ... Calvin, if you're still interested in the CFC, go ahead and e-mail me, but it's pretty close to what Raymond wrote. His actually has options I didn't consider or need at the time so ... Btw, I use flash trees and remoting

Sharing login state among applications in Intranet

2003-06-18 Thread John Sprenkle
We are using ColdFusion MX to develop a small Intranet. We need to have a single login to be shared by several applications within the Intranet. I have seen references that suggest using the APPLICATIONTOKEN attribute of the CFLOGIN tag to accomplish this. However, none of the references go into

RE: Sharing login state among applications in Intranet

2003-06-18 Thread Raymond Camden
Can you describe how applicationToken was not working? I would recommend against using the same application name for all your applications if it does not make sense. Ie, should they all be the same app? If so, then go ahead and use the same name, or even better, use ONE file, and have 'sub' apps

RE: Flash Remoting Issues with CFMX

2003-06-18 Thread Adam Wayne Lehman
Do the remotes services you are trying to use have Flash Remoting? Or are the traditional XML based web services? Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division -Original Message- From: Igor Ilyinsky [mailto:[EMAIL

Sharing login state among applications in Intranet

2003-06-18 Thread John Sprenkle
The APPLICATIONTOKEN was not working in that when we would go to another app, the user gets re-prompted to enter the login and password. Now that we made all of the app names the same in each Application.cfm, it is working. But like you said, we don't know if this is the best solution. Right

RE: Flash Remoting Issues with CFMX

2003-06-18 Thread Mike Townend
Are you running updater 3 on the cfserver? I believe they switched that off for this update... So you will need to edit one of the XML configuration files for CF and switch it back on... Cant remember which one, but I assume the U3 release notes will have this documented HTH Mikey

OT: SQL

2003-06-18 Thread Michael T. Tangorre
Does anyone have any links to some articles or information regarding the breakdown of a data structure into transactional tables and reporting/lookup tables in SQL 2K? Much Appreciated, Mike ~| Archives:

Re: Problem SQL CF 5

2003-06-18 Thread Jochem van Dieten
Jodie A wrote: We have a web frontend (W2k+sp3, CF 5.0, IIS 5.0) with a bbdd backend (Solaris + Oracle 8.1.7.4) and our web application uses CF [Oracle80] native drivers to connect to our database. When the web application (our cfm's) makes a problematic sql sentence (For example : sql

RE: Flash Remoting Issues with CFMX

2003-06-18 Thread Collin Tobin
/WEB-INF/web.xml In the FlashGateway servlet section, change DISABLE_CFWS_ADAPTERS boolen value to false. Restart. Collin Tobin CFMX QA Engineer Macromedia® What the web can be.(tm) Announcing Macromedia DevNet Subscriptions Maximize your power with our new premium software subscription

RE: Sharing login state among applications in Intranet

2003-06-18 Thread Jim Davis
-Original Message- From: John Sprenkle [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 11:27 AM To: CF-Talk Subject: Sharing login state among applications in Intranet The APPLICATIONTOKEN was not working in that when we would go to another app, the user gets re-prompted

Is Siteminder used when loading CF5 w/o Advanced Security?

2003-06-18 Thread Horne, Jeff
When loading CF 5.0, it appears that even when Advanced Security is not selected, Siteminder is loaded. Also, all the bat files on Macromedia's site for tasks such as stopping and starting the services include Siteminder. Is Siteminder used in any way for Basic Security, but it's just not

Re: CFGraph Images

2003-06-18 Thread Critz
oi Pascal!! that worked brilliantly, thanks! Crit Wednesday, June 18, 2003, 10:14:45 AM, you wrote: PP I did it for a student once. You can do it in cf5 using cfsavecontent PP and cfhttp. PP cfsavecontent variable=test PP cfgraph type=BAR query=qValues

Re: Is Siteminder used when loading CF5 w/o Advanced Security?

2003-06-18 Thread Jochem van Dieten
Horne, Jeff wrote: When loading CF 5.0, it appears that even when Advanced Security is not selected, Siteminder is loaded. Also, all the bat files on Macromedia's site for tasks such as stopping and starting the services include Siteminder. Is Siteminder used in any way for Basic Security,

RE: Is Siteminder used when loading CF5 w/o Advanced Security?

2003-06-18 Thread Christine Lawson
Nope, SiteMinder is only used when you implement security contexts, policies, etc through the CF Administrator Advanced Security section. Christine -Original Message- From: Horne, Jeff [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 11:37 AM To: CF-Talk Subject: Is Siteminder

SSL with CFMX

2003-06-18 Thread Ryan Kime
I've got a project that is in need of an SSL certificate and I was hoping to get some comments and experiences from those on the list. Have you used an SSL cert from any of these vendors with your CFMX apps? Did you run into any problems? Are there any vendors I should avoid? Thawte GeoTrust

RE: Storing Credit Card Info

2003-06-18 Thread Matt Robertson
Thx Peter. Looks like a bit of dyslexia crept into my fingers :D --Matt-- -Original Message- From: Tilbrook, Peter [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 8:27 PM To: CF-Talk Subject: RE: Storing Credit Card Info If that link doesn't work go to:

CF5 pegging at 100%

2003-06-18 Thread Critz
oi CF-Talk,!! are there anyways, I can debug what might be causing CF to peg at 100% ? (be easy on the shitty code comments :) ) Crit --- [This E-mail scanned for viruses by Declude Virus] ~| Archives:

CFUN-03 is nearly sold out - only 5 places left

2003-06-18 Thread Michael Smith
There are just 2 days left until CFUN-03 and we only have 5 places left! Don't miss out on the ColdFusion and Flash user group event of the year. Register online to guarantee your place! The numbers on CFUN-03 * 350 attendees to network with * 40 sessions to hear * 28 nationally known speakers to

Sharing Central Applications - Advice?

2003-06-18 Thread coldfusion . developer
Hi, I'm looking for advice on how best to share applications. I have two issues. 1).I want to maintain these applications from one central location. Users use these applications from their own secure sub directory below the webroot. 2).There will be 500 - 1000 users accessing these

RE: CF5 pegging at 100%

2003-06-18 Thread Dan G. Switzer, II
Crit, are there anyways, I can debug what might be causing CF to peg at 100% ? Pre-CFMX the most likely culprit I ran into was CFMAIL. Check your spool directory to see if there's any mail that's stuck. If there's mail in the spool directory, try moving the top most file to the undelivered

Article: Creating Dynamic onload Events Using JavaScript...

2003-06-18 Thread Dan G. Switzer, II
I just posted an article that I thought some of you might find useful: http://www.pengoworks.com/index.cfm?action=articles:autoInit The article covers a method useful for dynamic web sites, in which you include a template that may need to invoke functionality that needs to run during the body's

RE: CF5 pegging at 100%

2003-06-18 Thread Adam Wayne Lehman
Make sure you are locking SESSION and APPLICATION scopes. Are you talking 100% CPU or RAM? Adam Wayne Lehman Web Systems Developer Johns Hopkins Bloomberg School of Public Health Distance Education Division -Original Message- From: Critz [mailto:[EMAIL PROTECTED] Sent: Wednesday, June

RE: Storing Credit Card Info

2003-06-18 Thread Matt Robertson
John Paul Ashenfelter wrote: Actually, first step is moving to a NOT shared server. Agreed. Shared hosting is a horrible environment when you need serious security. I was guessing the guy is stuck on that platform. Actually, I'd highly recommend the MySQL encryption This is what I get for not

Sharing login state among applications in Intranet

2003-06-18 Thread John Sprenkle
It sounds like what you are doing is much more complex than what we need, but thank you. I guess what I need to know is how multiple applications are usually set up. Like I said, each app is in its own directory with its own Application.cfm. A user who logs in the main application may have

Re: SSL with CFMX

2003-06-18 Thread Howie Hamlin
Basically, SSL is only between the client (web browser) and the server (IIS, Apache, etc.) so CFMX is not really a factor. We've used Thawte for years and have had 0 problems. HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data Solutions, Inc. - www.CoolFusion.com inFusion Mail

Re: Sharing login state among applications in Intranet

2003-06-18 Thread coldfusion . developer
Thanks. This reply gave me a better idea than I first thought of. Instead of creating different directories for each user, create one directory with all the applications and just identify the user by login information. As long as the login allows or prevents access I won't need the separate

Online bidding

2003-06-18 Thread Chad
I am creating a website that will include an online bidding application. Bidding will only last for one minute and will take simultaneous bids very rapidly. Does anyone have any good information about online bidding applications or have knowledge of developing this type of application?

RE: SSL with CFMX

2003-06-18 Thread Ryan Kime
SSL is only between the client (web browser) and the server (IIS, Apache, etc.) so CFMX is not really a factor. Actually, I recall people having problems with InstantSSL and CFMX because the Sun JVM didn't have it listed as a cert authority (around Dec '02). That's why I tied it to CFMX.

Running batch file on server. W2K permissions causing problems.

2003-06-18 Thread Bushy
Hi, I've run into a problem. Under W2K I have created some users and groups. I have assigned certain groups to specfic users which limits them to file access. Some users have only read access to directories while others have Full access. My web-interface on the test machine worked without a

Re: CF5 pegging at 100%

2003-06-18 Thread Critz
oi Adam!! cpu am going thru the code now... don't see any problems with mail. though... g Wednesday, June 18, 2003, 12:27:30 PM, you wrote: AWL Make sure you are locking SESSION and APPLICATION scopes. Are you AWL talking 100% CPU or RAM? AWL Adam

Re: MS AD

2003-06-18 Thread Frank Mamone
Thank you. - Original Message - From: Shahzad.Butt [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 9:07 AM Subject: RE: MS AD Domain Controller (in AD) -Original Message- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 17 June

Running batch file on server. W2K permissions causing problems.

2003-06-18 Thread Bushy
Hi, I've run into a problem. Under W2K I have created some users and groups. I have assigned certain groups to specfic users which limits them to file access. Some users have only read access to files while others have Full access (write etc.). My web-interface on the test machine worked

Re: Problem SQL CF 5

2003-06-18 Thread Jodie A
Thank you Jochem for the response. We are using Oracle with native connection and it was my understanding this is not supported with Oracle. Is there another way? Thank you From: Jochem van Dieten [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: Re: Problem

Re: Running batch file on server. W2K permissions causing problems.

2003-06-18 Thread Doug White
Execute permissions is not the same as read permissions If they are to be allowed to execute, then they must be given read AND execute permissions. == Stop spam on your domain, use our gateway! For hosting solutions http://www.clickdoug.com ISP rated:

RE: Online bidding

2003-06-18 Thread Igor Ilyinsky
Chad, could you elaborate a bit on that? -Original Message- From: Chad [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 11:51 AM To: CF-Talk Subject: Online bidding I am creating a website that will include an online bidding application. Bidding will only last for one minute

Re: Running batch file on server. W2K permissions causing problems.

2003-06-18 Thread Bushy
On Wed, 18 Jun 2003 12:12:28 -0500, Doug White wrote: Execute permissions is not the same as read permissions If they are to be allowed to execute, then they must be given read AND execute permissions. Right...but then the user can modify data files on the server when they should only have

Sharing login state among applications in Intranet

2003-06-18 Thread John Sprenkle
We would like to keep the apps in separate directories for easier maintenance. What we are looking for is for a user to log into a main application. From here, menu options would be available to other apps based on their assigned role. We have this set up. It just that when they try to go

RE: Online bidding

2003-06-18 Thread Chad
I am just trying to find out if anyone knows of an application that handles the whole online bidding CF OR Java. -Original Message- From: Igor Ilyinsky [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 1:13 PM To: CF-Talk Subject: RE: Online bidding Chad, could you elaborate a

RE: Flash Remoting Issues with CFMX

2003-06-18 Thread Igor Ilyinsky
WSDL based web services (babelfish for example). Does anyone have this babelfish example working; or could you check: http://www.macromedia.com/support/flash/flashremoting/consuming_ws_using_cfmx/ It should only take a second, and does not require any code changes. just copy the index.cfm and

Re: Sharing login state among applications in Intranet

2003-06-18 Thread Scott Weikert
At 01:18 PM 6/18/2003 -0400, you wrote: We would like to keep the apps in separate directories for easier maintenance. What we are looking for is for a user to log into a main application. From here, menu options would be available to other apps based on their assigned role. We have this set

RE: Flash Remoting Issues with CFMX

2003-06-18 Thread Igor Ilyinsky
Yes, I am, it just took me 2 days to figure out that there could be an issue there. WHERE WERE YOU 2 DAYS AGO MIKE Thanks for the info. I'll check it out! -Original Message- From: Mike Townend [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 10:27 AM To: CF-Talk Subject:

RE: Flash Remoting Issues with CFMX

2003-06-18 Thread Igor Ilyinsky
Thanks Collin, I don't have a 'DISABLE_CFWS_ADAPTERS' boolean in web.xml. All I have is this servlet servlet-nameFlashGateway/servlet-name servlet-classflashgateway.controller.GatewayServlet/servlet-class display-nameFlash Gateway/display-name

RE: SSL with CFMX

2003-06-18 Thread Matt Robertson
I've used GeoTrust almost since they came out. Their retail of US$149 can be easily circumvented by going to http://rackshack.net and buying one for US$39. I used to be a GeoTrust reseller but with prices like that I abandoned the effort. You can get a cert issued and installed in about 10

Re: Flash Remoting Issues with CFMX

2003-06-18 Thread Bryan Stevenson
Same heredon't have that setting but U3 is installed I also installed U3 on another server and it DID NOT kill remotingso I'm not sure that's the issue?? colour me confused by remoting again ;-) Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group

ColdFusion and Crystal Reports

2003-06-18 Thread Lofback, Chris
I've never used Crystal from CF, so I'm forwarding the following question from a colleague: I want to use cold fusion to call a Crystal Reports template with a WHERE clause and display the report in PDF. If 500 users are requesting, who handles the requests? ColdFusion or do I need to purchase

RE: Flash Remoting Issues with CFMX

2003-06-18 Thread Mike Townend
It doesn't kill remoting... What it just stops flash from conneting to other webservices running on other machines (afaik) -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 18:37 To: CF-Talk Subject: Re: Flash Remoting Issues with CFMX

Page Expiring....why?

2003-06-18 Thread John Stanley
I have a search page that the user begins a search from, then a results page is listed. the user can click on a link on the results page to view a particular record. when the user clicks the back button, they get the following message: Warning: Page has Expired The page you requested

Re: Flash Remoting Issues with CFMX

2003-06-18 Thread Bryan Stevenson
ahhh...OK...but still don't have that setting to changeso I don't know what's up :-( Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia

RE: Flash Remoting Issues with CFMX

2003-06-18 Thread Igor Ilyinsky
Bryan, I don't think U3 kills remoting completely... Just the feature that lets you consume a web service using the Gateway as a proxy. -Igor -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 12:37 PM To: CF-Talk Subject: Re: Flash

Re: Flash Remoting Issues with CFMX

2003-06-18 Thread Bryan Stevenson
I wonder if it's this bit??: servlet-mapping servlet-nameFlashGateway/servlet-name url-pattern/flashservices/url-pattern /servlet-mapping All my old Flash work uses http://domain_or_IP/flashservices/gateway The above just says /flashservices (no /gateway)could that

RE: Flash Remoting Issues with CFMX

2003-06-18 Thread Collin Tobin
Your flash remoting entry should look like this: servlet servlet-nameFlashGateway/servlet-name display-nameFlash Gateway/display-name descriptionAllows flash to connect to CFML and CFC templates./description

Re: SQL

2003-06-18 Thread Michael T. Tangorre
No takers?... :-) - Original Message - From: Michael T. Tangorre [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 11:28 AM Subject: OT: SQL Does anyone have any links to some articles or information regarding the breakdown of a data structure into

RE: Flash Remoting Issues with CFMX

2003-06-18 Thread Igor Ilyinsky
Bryan, I think I found it check this http://www.macromedia.com/support/coldfusion/releasenotes/mx/releasenotes_mx_updater01.html under flash remoting-related issues (or read snippet below) Access from Macromedia Flash to web services using the Flash Gateway is disabled by default in Updater

Re: Flash Remoting Issues with CFMX

2003-06-18 Thread Bryan Stevenson
Thanks Igor.made the change and cycled the CF admin service..but no joy...oh well Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia

SSL, Cold Fusion

2003-06-18 Thread Gabriel Robichaud
Hey Gang... I am still pertty new at this so bare with me please. Ok... so lets say i have a web site that I need to secure with SSL. Where do I start? i know about getting SSL certificate, found that already, but what about this other stuff. Do I need another webserver along with the Cold

  1   2   >