Re: Session is invalid on CFMX

2003-11-03 Thread Benoit Hediard
Has anyone found a solution to this?It's logged as bug 53143 with Macromedia, but we're seeing this hundreds of times a day.Any workarounds? Looks like we got a fix: http://webforums.macromedia.com/coldfusion/messageview.cfm?catid=10threadid =669435#2598160 [Todays Threads] [This Message]

Re: Extracting CFID and CFTOKEN?

2003-11-03 Thread Calvin Ward
Could you get that information with cookie.cfid or cookie.cftoken? - Calvin - Original Message - From: Nick Baker To: CF-Talk Sent: Friday, October 31, 2003 8:18 PM Subject: Extracting CFID and CFTOKEN? Anyone know the code to extract CFID and CFTOKEN from CFHTTP.HEADER or

Re: Update: Memory Leak on Win2k/CMX6.1

2003-11-03 Thread Calvin Ward
It seems the number one issue with MX 6.1 is that it doesn't handle issues gracefully. Whereas CF 5 would restart after x unresponsive requests (and that restart was fast). MX will never restart and problems appear to compound on top of each other, often rendering the server unresponsive, yet

RE: Extracting CFID and CFTOKEN?

2003-11-03 Thread Pascal Peters
If you are using it for session: session.cfid, session.cftoken For client: client.cfid, client.cftoken -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: maandag 3 november 2003 10:53 To: CF-Talk Subject: Re: Extracting CFID and CFTOKEN? Could you get that information

Re: Extracting CFID and CFTOKEN?

2003-11-03 Thread Calvin Ward
True, but wouldn't the cookie.cf... syntax work either way? - Calvin - Original Message - From: Pascal Peters To: CF-Talk Sent: Monday, November 03, 2003 4:56 AM Subject: RE: Extracting CFID and CFTOKEN? If you are using it for session: session.cfid, session.cftoken For client:

RE: Extracting CFID and CFTOKEN?

2003-11-03 Thread Pascal Peters
Maybe, I'm not sure if it works with cookies disabled? Haven't tested. I always use session (for session management). Pascal -Original Message- From: Calvin Ward [mailto:[EMAIL PROTECTED] Sent: maandag 3 november 2003 11:05 To: CF-Talk Subject: Re: Extracting CFID and CFTOKEN? True,

Web App load testing software

2003-11-03 Thread DeMarco, Alex
We are getting ready to roll out several new app and I was wondering what tools people use to stress test their applications with? - Alex [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Web App load testing software

2003-11-03 Thread Robertson-Ravo, Neil (RX)
There a few Stress tools out there...we use Microsoft Homer (Stress tool). _ From: DeMarco, Alex [mailto:[EMAIL PROTECTED] Sent: 03 November 2003 12:50 To: CF-Talk Subject: Web App load testing software We are getting ready to roll out several new app and I was wondering what tools people

OT: Visual basic/ActiveX

2003-11-03 Thread Bushy
Hi, I'd like to dabble a little with VB. Should I be learning VB 6 or VB .Net? Is there that much of a difference between the two? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Visual basic/ActiveX

2003-11-03 Thread Doug White
The syntax between VB6 and VB DOT NET is very different - like different languages == Stop spam on your domain, use our gateway! For hosting solutions http://www.clickdoug.com Featuring Win2003 Enterprise, RedHat Linux, CFMX 6.1 and all databases. Suggested

Re: Visual basic/ActiveX

2003-11-03 Thread Bushy
What would you suggest I start learning? I guess it would an easier transition if I learned VB 6 first? --Original Message Text--- From: Doug White Date: Mon, 3 Nov 2003 07:23:22 -0600 The syntax between VB6 and VB DOT NET is very different - like different languages

RE: Visual basic/ActiveX

2003-11-03 Thread Tangorre, Michael
.NET No need to take a step back, take a step forward and go with the latest. -Original Message- From: Bushy [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 8:26 AM To: CF-Talk Subject: Re: Visual basic/ActiveX What would you suggest I start learning? I guess it would an

RE: Visual basic/ActiveX

2003-11-03 Thread Samuel R. Neff
No, learning VB6 first will probably make it harder. I'd suggest learning C# or VB.NET.There are few real differences between C# and VB.NET other than syntax but C# has a much higher standing in the MS community...VB developers still thought of as second class.For that reason, I'd suggest C#

RE: Extracting CFID and CFTOKEN?

2003-11-03 Thread Dave Watts
Anyone know the code to extract CFID and CFTOKEN from CFHTTP.HEADER or CFHTTP.RESPONSEHEADER? I can see both CFID and CFTOKEN are embedded in CFHTTP.HEADER, but I can't seem to find the right variable for CFHTTP.RESPONSEHEADER [???] to pluck those out. If you are using it for

RE: Visual basic/ActiveX

2003-11-03 Thread Tangorre, Michael
I know a lot of VB programmers who know the bare minimum about OO, makes me wonder how they do what they do! -Original Message- From: Samuel R. Neff [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 11:50 AM To: CF-Talk Subject: RE: Visual basic/ActiveX No, learning VB6 first

cfexecute on unix

2003-11-03 Thread Hugo Ahlenius
Hi, I have encounted a problem in our migration between our old Solaris box running 4.5 to the new Solaris machine -- running CFMX. I try to cfexecute rm to remove a directory tree, recursively. It is not a permissions problem, since CF created the whole tree (and I have played with chmod to

RE: Visual basic/ActiveX

2003-11-03 Thread Gary Sullivan
It's a little bit late in the game to start learning VB. Although VB6/COM is still very much alive and kicking, .NET is gaining alot of momentum. Therefore, I would recommend learning .NET over VB, but I would recommend learning C# over VB. By learning C#, you distance yourself enough from VB that

RE: Web App load testing software

2003-11-03 Thread Ryan Kime
I haven't used it yet, but I hear this is a pretty good package: http://www.dieseltest.com/ http://www.dieseltest.com/ -Original Message- From: DeMarco, Alex [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 6:50 AM To: CF-Talk Subject: Web App load testing software We are

CF - PCMiler Integration

2003-11-03 Thread John Stanley
Has anyone used a CF app to integrate with PCMiler or another software application through COM objects? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

form variables not passed to action page - please help!

2003-11-03 Thread Allan Clarke
Hi Guys, Am really hoping for someone to help me. I have this problem and can't find a solution. I have a form with two buttons with an onClick event each. Each button calls a _javascript_ function. When the user clicks on the button, I'm assigning all form field values to hidden variables. When I

RE: form variables not passed to action page - please help!

2003-11-03 Thread John Stanley
okay I copied your code and made a rental and order page. the page submits fine to either page depending on which button I press. One thing I dont understand is why you are assingning the values from a form field that is already being passed into a hidden field that is also passed? couldnt you

CGI variable SERVER_PORT_SECURE

2003-11-03 Thread Mark A. Kruger - CFG
Does anyone know if the variable: SERVER_PORT_SECURE Is reliably set on all browsers? -Mark [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: XML and Quark

2003-11-03 Thread Phillip B
Yup. I wrote the DTD at the top of the XML page with out any XSLT. I'm still a newb at XML so I think that's where a lot of my troubles came from. I can always send you an example of the XML file with the DTD in it if you want to take a look at it. Kevin Graeme wrote: So does Quark let you

Re: XML and Quark

2003-11-03 Thread Phillip B
I never heard about Quark tags before. Is there a good place online that talks about them? Shannon Rhodes wrote: I don't know if this is an option for you, but we have several publications that have to go both online and into Quark, and this is solved by maintaining the information in a

Re:form variables not passed to action page - please help!

2003-11-03 Thread ColdFusion Programmer
I'm assigning the form field values to hidden variables because it is a 4 pages form and I am passing the values from one page to another in hidden variables. I have chceked the code in both the action pages, they both have the same code, I just don't understand what's happenning here, I've turned

Parsing a Unix Text File.

2003-11-03 Thread Troy Simpson
I have a Unix Text File where the fields are delimited by one NewLine chr(10) and the records delimited by two NewLines chr(10). I tried to use getToken to get the first record, but all I getting it the first field in the first record. cfset record = getToken(txtVar, 1, #chr(10)##chr(10)# My

Re: CGI variable SERVER_PORT_SECURE

2003-11-03 Thread Jochem van Dieten
Mark A. Kruger - CFG wrote: Does anyone know if the variable: SERVER_PORT_SECURE Is reliably set on all browsers? It isn't set on the browser, it is set by the webserver. Jochem -- You have the right to remain silent but should you? - Loesje [Todays Threads] [This Message]

RE: form variables not passed to action page - please help!

2003-11-03 Thread John Stanley
I've turned debugging on. did you look at the bottom of the page to see if the form variables are being passed to the page? if they are, then it is the action page. if they are not, then it is the form page. i've remvoed the id attributes from the text fields and get no errors. I've even

RE: form variables not passed to action page - please help!

2003-11-03 Thread Mike Brunt
You should check out this UDF for putting all form fields to hidden fields, if you are on CF50 or greater. http://www.cflib.org/udf.cfm?ID=534 Kind Regards - Mike Brunt Webapper Services LLC Web Site http://www.webapper.com Blog http://www.webapper.net Webapper Web Application Specialists

Re: Web App load testing software

2003-11-03 Thread Adam Churvis
e-TEST Suite from Empirix.We also provide testing as a service.Contact me offlist, if you're interested. Respectfully, Adam Phillip Churvis Member of Team Macromedia Advanced Intensive ColdFusion MX Training ColdFusion MX Master Class: January 12 - 16, 2004 http://www.ColdFusionTraining.com

Re:form variables not passed to action page - please help!

2003-11-03 Thread ColdFusion Programmer
One thing I forgot to mention in my previous post, I have CFMX developer edition on my local development server, both the action pages display the form variables, it all works. However I've got CFMX Standard edition on my server and it does not display the form variables when the order button is

RE: CGI variable SERVER_PORT_SECURE

2003-11-03 Thread Dave Watts
Does anyone know if the variable: SERVER_PORT_SECURE Is reliably set on all browsers? It isn't set on the browser, it is set by the webserver. And no, it's not reliably set on all web servers, as far as I can tell. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice:

RE: CGI variable SERVER_PORT_SECURE

2003-11-03 Thread Mark A. Kruger - CFG
Ok... but if I know the web server is IIS 5 I can pretty much guarantee it will be there - right? -Mark -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 9:55 AM To: CF-Talk Subject: RE: CGI variable SERVER_PORT_SECURE Does anyone know if

Re: Parsing a Unix Text File.

2003-11-03 Thread Jerry Johnson
Try replacing two chr(10)'s with another character before you start, and use that as the line delimiter. cfset txtVar=replace(txtVar,chr(10)chr(10),chr(13),ALL) Jerry Johnson [EMAIL PROTECTED] 11/03/03 10:32AM I have a Unix Text File where the fields are delimited by one NewLine chr(10) and

Re: XML and Quark

2003-11-03 Thread Kevin Graeme
I don't know of a good source, but QuarkXPress tags are very similar to other markup languages. IIRC, one of the Quark engineers played a role in developing CSS. Shannon brings up an interesting option though. I talked with a publishing company that wrote their own Quark tags - XML converter.

RE: Visual basic/ActiveX

2003-11-03 Thread Shawn Regan
I would learn VB.NET no reason to learn any of the bad VB programming methods since the new VB.NET is SO much better. Depending on your learning curve pick VB.NET or C# Shawn Regan -Original Message- From: Samuel R. Neff [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 8:50 AM

Re: Re:form variables not passed to action page - please help!

2003-11-03 Thread ksuh
No, the server license won't matter. You can save yourself a lot of work by using the preservedata attribute of the cfform tag.Just make fields that are the same name in the next page of the wizard.They'll be automatically populated upon submit. - Original Message - From: ColdFusion

compenent location

2003-11-03 Thread Dwayne Cole
When creating an component object, is the path to the component case sensistive?I keep getting an error saying could not find template even though the template is indeed in the directory. Dwayne Cole, MS in MIS, MBA Florida AM University Certified Advanced ColdFusion Developer 850-591-0212

RE: Visual basic/ActiveX

2003-11-03 Thread Dave Watts
I'd like to dabble a little with VB. Should I be learning VB 6 or VB .Net? Is there that much of a difference between the two? There's quite a bit of difference between the two. However, which you should learn probably depends on what you want to do. If you want to write programs for Windows

Re: compenent location

2003-11-03 Thread Dwayne Cole
I discovered that this was an issue with unix but I'm running W2K professional on my development machine.Is the something that was fixed in 6.1. When creating an component object, is the path to the component case sensistive?I keep getting an error saying could not find template even though the

Re:form variables not passed to action page - please help!

2003-11-03 Thread ColdFusion Programmer
have finally got it all working, have ditched _javascript_. Am doing the check on the server side with help from someone in another forum. I would recommend you to do it without _javascript_. 1) remove all _javascript_ 2) in main file put: form name=the_form method=post action=""> 3) buttons:

CFChart number formatting?

2003-11-03 Thread Tyler Silcox
Is it possible to actually format numbers past the labelformat=number attribute on a cfchart?My y-column is coming up as decimals (1.333, 2.667, etc), and it's really friggin irritating when you are dealing with individual items, not averages, that aren't divisible...like children. DWMX has a

Re: Might be OT: MVDB -- UniData etc.

2003-11-03 Thread Joe Eugene
We run U2(Universe) MVDB. I dont understand your question though. Our Configurations are (U2 + RedBack + CF5.0 and U2 + JDBC + CFMX) What are you trying to accomplish? Joe Eugene - Original Message - From: Chunshen (Don) Li To: CF-Talk Sent: Sunday, November 02, 2003 5:24 PM Subject:

Re: Parsing a Unix Text File.

2003-11-03 Thread Troy Simpson
Thanks.This works. I presume that ColdFusion MX (6.1) does not have any way to parse text that uses multiple character delimiters, Right? So if I had a file that delimited the records by triple pipes |||, there is nothing in ColdFusion that will let you do this, right? Thanks again, Troy

Re: IE table height bug?

2003-11-03 Thread Kevin Graeme
Unfortunately, the height attribute is ignored by IE. -Kevin - Original Message - From: Philip Arnold [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, November 02, 2003 6:47 AM Subject: RE: IE table height bug? I always set the main content area to be HEIGHT=100%, that

RE: Parsing a Unix Text File.

2003-11-03 Thread John Stanley
cfsavecontent variable=the_text_variable cfinclude template=your_text_file.txt/cfsavecontent cfloop index=line list=#the_text_variable# delimiters=#CHR(124)##CHR(124)##CHR(124)# look at every element /cfloop -Original Message- From: Troy Simpson [mailto:[EMAIL PROTECTED] Sent:

Re: IE table height bug?

2003-11-03 Thread Kevin Graeme
Yes, you should be able to but you'll need to nest tables. It will take some creative slicing though. -Kevin - Original Message - From: Thane Sherrington [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, November 02, 2003 12:06 PM Subject: Re: IE table height bug? At 05:08

CFMX 6.1 writing Word files.

2003-11-03 Thread Tangorre, Michael
I have a base word doc I am using to generate other word docs from. The word doc is functioning as sort of a template if you will. Inside the doc there are specific words I am replacing. These words are denoted in the following manner:%{WORDTOREPLACE}. I then use cffile to read the generic

RE: Parsing a Unix Text File.

2003-11-03 Thread Dave Watts
I presume that ColdFusion MX (6.1) does not have any way to parse text that uses multiple character delimiters, Right? So if I had a file that delimited the records by triple pipes |||, there is nothing in ColdFusion that will let you do this, right? That is correct. You can specify a

Re: Parsing a Unix Text File.

2003-11-03 Thread Troy Simpson
Thanks John.I tried your example, but this does not actually work like it appears. Take your example text and add some fields delimited by one pipe #chr(124)# and then terminiate the record with three #chr(124)#. As you will notice the cfloop is delimiting on the first pipe character is

RE: Parsing a Unix Text File.

2003-11-03 Thread John Stanley
ooops. sorry about that. -Original Message- From: Troy Simpson [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 1:09 PM To: CF-Talk Subject: Re: Parsing a Unix Text File. Thanks John.I tried your example, but this does not actually work like it appears. Take your example text

Re: Parsing a Unix Text File.

2003-11-03 Thread Troy Simpson
Dave, Thanks for that confirmation. It is very frustrating to not know the solution, It is very liberating to know that the solution does not exist. Troy Dave Watts wrote: I presume that ColdFusion MX (6.1) does not have any way to parse text that uses multiple character delimiters,

RE: Session is invalid on CFMX

2003-11-03 Thread Kwang Suh
Oh bloody hell. Anyhow, I just got hit by this bug. I'm using CFMX on J2EE (JRun).Does anyone know which of the many copious web.xml files are supposed to be changed?TIA! -Original Message- From: Benoit Hediard [mailto:[EMAIL PROTECTED] Sent: November 3, 2003 1:44 AM To: CF-Talk

RE: Parsing a Unix Text File.

2003-11-03 Thread DURETTE, STEVEN J (AIT)
Sorry that I am getting into this late, but... Why don't you read the file into a variable then do: replace(myVar, |||, ~, All)thereby changing your multi character delimiters to single char delims? Steve -Original Message- From: Troy Simpson [mailto:[EMAIL PROTECTED] Sent: Monday,

CF on RedHat9?

2003-11-03 Thread Yves Arsenault
Hello, I was wondering if anyone was running CFMX on RH9. I noticed that apache 2.0.40 isn't listed as a compatible version for CFMX... I tried to upgrade apache to 2.0.48 without success the previous version just kept running... and wouldn't go away. I've tried to uninstall RH9's httpd

RE: Extracting CFID and CFTOKEN?

2003-11-03 Thread Nick Baker
Dave, Thanks and you are always right on! But, I am still missing something? It is either one or both other the following. 1. What is the variable name used to get the Client CFID and CFTOKEN? And/or 2. Is there some specific coding, e.g., cfhttpand cfhttpparam combination that I need to

Re: Parsing a Unix Text File.

2003-11-03 Thread Troy Simpson
Thanks Steve. That is what I am going to have to do. Jerry Johnson mentioned this in the first post. I just thought that there might be a way to do both at one time with the getToken or REFine Functions or the cfloop tag. The documentation of the getToken function was misleading to me. There

Re: CF on RedHat9?

2003-11-03 Thread Ubqtous
Yves, On 11/3/2003 at 13:33, you wrote: YA I was wondering if anyone was running CFMX on RH9. I noticed that YA apache 2.0.40 isn't listed as a compatible version for CFMX... YA I tried to upgrade apache to 2.0.48 without success the YA previous version just kept running... and wouldn't go

Browse Server applet not working

2003-11-03 Thread Stan Winchester
I just reinstalled CF5 and am not able to get the Browse Server applet to work to browse local drives on the server. I've uninstalled and reinstalled to no avail. JRE 1.4.2 is also installed and is specified in the Java Virtual Machine Path Any help would be appreciated! Thank you, Stan

RE: Browse Server applet not working

2003-11-03 Thread Tangorre, Michael
Turn on RDS:-) -Original Message- From: Stan Winchester [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 2:09 PM To: CF-Talk Subject: Browse Server applet not working I just reinstalled CF5 and am not able to get the Browse Server applet to work to browse local drives on the

XML Parse with CF50

2003-11-03 Thread Larry Juncker
I am receiving an XML string from a client and I am trying to learn how to parse out the values I want. I receive around 300 items and only need to actually retrieve part of them. Is there a simple way of looping through the XML feed to pull out only certain tags? Any help on this would be

Re: XML Parse with CF50

2003-11-03 Thread Ubqtous
Larry, On 11/3/2003 at 14:25, you wrote: LJ I am receiving an XML string from a client and I am trying to LJ learn how to parse out the values I want. LJ I receive around 300 items and only need to actually retrieve part LJ of them. LJ Is there a simple way of looping through the XML feed to

RE: Extracting CFID and CFTOKEN?

2003-11-03 Thread Dave Watts
1. What is the variable name used to get the Client CFID and CFTOKEN? In the initial HTTP response from the web server, you should receive two cookies. They'll just be CFID and CFTOKEN, but they'll be contained within something that looks like this: Set-Cookie: CFID=42;... (or something like

Re:Might be OT: MVDB -- UniData etc.

2003-11-03 Thread Don
Joe, My client uses UniData (Pick type of people say not much different from Unverse), they'd like to export their UniData data to SQL Server or the like for easy view etc.I've set up an ODBC connection to the UniData server, then used VSG (Visual Schema Generators) to map UniData mv data into

RE: XML Parse with CF50

2003-11-03 Thread Larry Juncker
Thank You, I downloaded those already and I guess I am still lost on how to parse out exactly what I want. Is there a looping function such as cfloop or is there a structure function of some sort, I am really trying to understand what appears to be really simple. thanks again -Original

COM

2003-11-03 Thread Tangorre, Michael
Anyone have a snippet of code to search and replace text in word doc using COM? I looked online and at cfcomet.com but I can not seem to successfully traverse through the document model to look at all the text... Mike [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

News Feed for NFL games

2003-11-03 Thread Thane Sherrington
Anyone know of a realtime news feed for NFL games? T Tired of your bookmarks/favourites being limited to one computer?Move them to the Net! www.stuffbythane.com/webfavourites makes it easy to keep all your favourites in one place and access them from any computer that's attached to the

RE: News Feed for NFL games

2003-11-03 Thread Tony Weeg
thane, if you find one, please let a brotha know :) thanks! ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Thane Sherrington [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 4:00 PM To:

RE: News Feed for NFL games

2003-11-03 Thread Haggerty, Mike
My guess is no such feed exists, but it is proprietary if it does. The NFL keeps tight control over distribution, and it will get tighter - they are planning to come out with their own station soon. M -Original Message- From: Thane Sherrington [mailto:[EMAIL PROTECTED] Sent: Monday,

XML Feed for Amazon w/ColdFusion 4.5 Enterprise

2003-11-03 Thread Warrick, Mark
Has anyone succesfully tied their system into Amazon's XML feed with ColdFusion 4.5?I managed to get it to work with some code I found in their developer's forums, but it's awfully slow.(Takes about 10 seconds to load) Here's the code: CFPARAM name=page default=1 CFPARAM name=mode default=books

RE: News Feed for NFL games

2003-11-03 Thread Tangorre, Michael
I can't wait... hopefully it lets me watch games other than the Redskins and Ravens.. -Original Message- From: Haggerty, Mike [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 4:09 PM To: CF-Talk Subject: RE: News Feed for NFL games My guess is no such feed exists, but it is

RE: News Feed for NFL games

2003-11-03 Thread Tony Weeg
although cbs.sportsline.com has the games, updated very VERY frequently, and our lead developer here @ navtrak has built a dope little app that grabs changes, and text messages me the outcomes of quarters, games, etc...all sports, mlb/nba/nfl :) tis nice! ...tony tony weeg senior web

RE: News Feed for NFL games

2003-11-03 Thread Tony Weeg
are there any other teams? ...tony tony weeg senior web applications architect navtrak, inc. www.navtrak.net [EMAIL PROTECTED] 410.548.2337 -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 4:07 PM To: CF-Talk Subject: RE: News Feed

RE: News Feed for NFL games

2003-11-03 Thread Dan Phillips \(CFXHosting.com\)
It starts tonight at 8Pm EST. I think the only ones that can see it are DirectTV users. -Original Message- From: Haggerty, Mike [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 4:09 PM To: CF-Talk Subject: RE: News Feed for NFL games My guess is no such feed exists, but it is

RE: News Feed for NFL games

2003-11-03 Thread Ben Densmore
Makes me glad I have DirecTV. Ben -Original Message- From: Dan Phillips (CFXHosting.com) [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 4:13 PM To: CF-Talk Subject: RE: News Feed for NFL games It starts tonight at 8Pm EST. I think the only ones that can see it are DirectTV

sharing client variables datasources among servers

2003-11-03 Thread Venable, John
This might be a stupid question, but can two different CF servers share a client variables datasource? Thanks John Venable [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: News Feed for NFL games

2003-11-03 Thread Jim Campbell
Let's take this to CF-Community, but how would this differ from the Sunday Ticket?Are they going to simulcast with Monday Night Football? - Jim Dan Phillips (CFXHosting.com) wrote: It starts tonight at 8Pm EST. I think the only ones that can see it are DirectTV users. -Original

RE: News Feed for NFL games

2003-11-03 Thread Dan Phillips \(CFXHosting.com\)
From what I heard, it's free for a month or two, then it becomes a paid channel. -Original Message- From: Ben Densmore [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 4:18 PM To: CF-Talk Subject: RE: News Feed for NFL games Makes me glad I have DirecTV. Ben -Original

RE: sharing client variables datasources among servers

2003-11-03 Thread Dave Watts
This might be a stupid question, but can two different CF servers share a client variables datasource? No, it's not a stupid question, and yes, they can - this is how you typically manage state across a cluster. There are a couple of things to keep in mind when setting this up, though. You

RE: sharing client variables datasources among servers

2003-11-03 Thread Barney Boisvert
You bet.If you've got a cluster, client variables in a DB is absolutely the way to go, unless you have a lot of complex data to store in the session scope (excluding CFCs). -Original Message- From: Venable, John [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 1:20 PM To: CF-Talk

RE: News Feed for NFL games

2003-11-03 Thread Haggerty, Mike
So now we have to pay to see NFL Films, which are just exteneded advertisements for NFL games? Wotta rip... M -Original Message- From: Dan Phillips (CFXHosting.com) [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 4:23 PM To: CF-Talk Subject: RE: News Feed for NFL games >From

RE: sharing client variables datasources among servers

2003-11-03 Thread DURETTE, STEVEN J (AIT)
Yes you can. In my environment I have my local computer for quick development and a common dev server, they both point to the exact same dev MSSql server. Works Great! Steve -Original Message- From: Venable, John [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 4:20 PM To:

Re[2]: XML Parse with CF50

2003-11-03 Thread Ubqtous
Larry, On 11/3/2003 at 15:46, you wrote: LJ Is there a looping function such as cfloop or is there a structure function LJ of some sort, I am really trying to understand what appears to be really LJ simple. I had downloaded a set of custom tags to parse an XML file a year ago (I believe the

Re: News Feed for NFL games

2003-11-03 Thread Bruce Sorge
It's called capitalism. Everyone's doin' it. :) - Original Message - From: Haggerty, Mike To: CF-Talk Sent: Monday, November 03, 2003 3:33 PM Subject: RE: News Feed for NFL games So now we have to pay to see NFL Films, which are just exteneded advertisements for NFL games? Wotta

RE: Extracting CFID and CFTOKEN?

2003-11-03 Thread Mark Leder
I'm facing a similar situation, so how would this be written? Instead, you'll have to look in the Set-Cookie response header for CFID and CFTOKEN with no prefixes. Thanks, Mark -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 8:57 AM To:

RE: sharing client variables datasources among servers

2003-11-03 Thread Venable, John
yeah this is the situation I'm in, just as soon not have two databases to worry about. Thanks everyone. John -Original Message- From: DURETTE, STEVEN J (AIT) [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 4:39 PM To: CF-Talk Subject: RE: sharing client variables datasources

Re: Web App load testing software

2003-11-03 Thread Geoff Bowers
DeMarco, Alex wrote: We are getting ready to roll out several new app and I was wondering what tools people use to stress test their applications with? OpenSTA: http://www.opensta.org/ It's great, flexible, programable... and did I mention its open source and free. -- geoff bowers Team

RE: News Feed for NFL games

2003-11-03 Thread Greg Luce
What I'd like to get my hands on is that Green Bay/Minnesota Rivalry smack bit ESPN ran last night before the game. That was really funny if you're from either place. Greg -Original Message- From: Haggerty, Mike [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2003 5:33 PM To:

Re: sharing client variables datasources among servers

2003-11-03 Thread Calvin Ward
What's the impact of multiple servers doing the expired data flushing? Thanks, Calvin - Original Message - From: Dave Watts To: CF-Talk Sent: Monday, November 03, 2003 4:35 PM Subject: RE: sharing client variables datasources among servers This might be a stupid question, but can two

RE: News Feed for NFL games

2003-11-03 Thread peter . tillbrook
Er, is this topic necessary fro CF-Talk? Important:This e-mail is intended for the use of the addressee and may contain information that is confidential, commercially valuable or subject to legal or parliamentary privilege.If you are not the intended recipient you are notified that any review,

RE: sharing client variables datasources among servers

2003-11-03 Thread Barney Boisvert
Just a little extra load on the servers, because the expiration queries will be run by each server, even though there will be nothing to expire after the first server runs it.No big deal if you don't have a lot of clients in the table, but if you've got millions of records and a heavily loadded

RE: Extracting CFID and CFTOKEN?

2003-11-03 Thread Dave Watts
I'm facing a similar situation, so how would this be written? Instead, you'll have to look in the Set-Cookie response header for CFID and CFTOKEN with no prefixes. I sent a slightly more elaborate response around 3pm:

CFMX install error

2003-11-03 Thread Yves Arsenault
Hello, I got apache 2.0.48 to run. (From a previous question) This has probably come up before... but... I ran the installer, and found that at the end, I had a connector error.. And also, I see some permission denied errors. Anyone have any ideas? Or want to see some of the log file?

RE: Memory Leak on Win2k/CMX6.1

2003-11-03 Thread Tom Jordahl
You need to work through Macromedia Technical Support. We are listening, but we have support channels for escalating critical issues. CF-Talk is not an official (or even semi-official) channel. -- Tom Jordahl Macromedia Server Development -Original Message- From: Mike Kear

Re: Memory Leak on Win2k/CMX6.1

2003-11-03 Thread Doug White
Macromedia was enthusiastic in responding to issues when 6.1 was first released, and now it appears that they have gone back into their shell.Contacting Tech support has likewise reverted back to their old ways of lengthy delays if any response at all. I suggest the user with problems with the

[Reply To] (CF 6 reliability) from Re: Memory Leak on Win2k/CMX6.1

2003-11-03 Thread Boldacious Web Design
What are other people's views on this - how many people are using MX with no problems? You wrote I suggest the user with problems with the server product, to uninstall it completely and revert to CF 5.0, until Macromedia gets its act together.While a lot was

Re: CF on RedHat9?

2003-11-03 Thread Pete Freitag
yes I've got CF running on Redhat 9 with CF MX 6.1, and Apache 2.0.47 A few months back I wrote up some instructions: http://www.cfdev.com/apache/apache2src.cfm http://www.cfdev.com/apache/apache2cfmx.cfm Pete Freitag http://www.cfdev.com/ Author of CFMX

OT: Icon

2003-11-03 Thread Parker, Kevin
Does anyone know if there is a standard icon for rich text files? TIA!!! ** Kevin Parker Web Services Manager WorkCover Corporation e: [EMAIL PROTECTED] w: www.workcover.com p:+ 61 8 8233 2548 f: +61 8 8233 2282 m: 0418 806 166 **

Re: XML Parse with CF50

2003-11-03 Thread Pete Freitag
Larry Juncker wrote: I am receiving an XML string from a client and I am trying to learn how to parse out the values I want. Hi Larry you might also want to check out our XML Parser for CF 4.5 and 5: http://www.cfdev.com/xml/ [Todays Threads] [This Message] [Subscription] [Fast

Re: XML Feed for Amazon w/ColdFusion 4.5 Enterprise

2003-11-03 Thread Pete Freitag
Warrick, Mark wrote: Has anyone succesfully tied their system into Amazon's XML feed with ColdFusion 4.5?I managed to get it to work with some code I found in their developer's forums, but it's awfully slow.(Takes about 10 seconds to load) Hi Mark, You might also want to check out our

  1   2   >