Windows File Replication: Suggestions?

2010-07-28 Thread Dominic Watson
We have a bunch of Windows 2003 servers (not RC2) and I'd like to have a particular directory on them replicated in real time, i.e. file change on the master server instantly updates the slaves. In RC2 there appears to be some built in goodness for this, DFS Replication - but we don't have access

Re: Windows File Replication: Suggestions?

2010-07-28 Thread ColdFusion Developer
Just a thought in the way of CF, build the DirectoryListener and then fire off a script when it returns a change. I think Ray has a nice example of how to use one: http://www.coldfusionjedi.com/index.cfm/2007/10/29/DirectoryWatcher-and-ColdFusion-Image-Manipulation-Example On Wed, Jul 28, 2010

Re: Windows File Replication: Suggestions?

2010-07-28 Thread John M Bliss
Not sure whether it'll be instant enough for you, but this should work: http://sync.live.com On Wed, Jul 28, 2010 at 4:52 AM, Dominic Watson watson.domi...@googlemail.com wrote: We have a bunch of Windows 2003 servers (not RC2) and I'd like to have a particular directory on them replicated

Re: Windows File Replication: Suggestions?

2010-07-28 Thread Kym Kovan
On 28/07/2010 7:52 PM, Dominic Watson wrote: We have a bunch of Windows 2003 servers (not RC2) and I'd like to have a particular directory on them replicated in real time, i.e. file change on the master server instantly updates the slaves. In RC2 there appears to be some built in goodness

RE: Windows File Replication: Suggestions?

2010-07-28 Thread andy matthews
If you can wait for DFS I recommend that. We use that method on our systems to great effect. andy -Original Message- From: Dominic Watson [mailto:watson.domi...@googlemail.com] Sent: Wednesday, July 28, 2010 4:53 AM To: cf-talk Subject: Windows File Replication: Suggestions? We have

www.cbo.gov down. CF to blame?

2010-07-28 Thread Greg Luce
I have some friends piling on Coldfusion because the www.cbo.gov website is down. Drudge linked to it I guess and crashed the site and they are blaming CF. The error is HTTP Error 503. The service is unavailable. Isn't this an IIS issue? How would you respond to well the cbo.gov, it's running on

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread Michael Grant
How would you respond to well the cbo.gov, it's running on coldfusion. so no big shock there I'd say ya... ya... well... at least I... well... um... well... lets so YOU make a PDF with one line of code! Then throw down a smoke bomb and run away in the confusion.

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread John M Bliss
http://www.adobe.com/products/coldfusion/evangelism_kit/ http://www.adobe.com/products/coldfusion/evangelism_kit/ http://www.adobe.com/products/coldfusion/customers/ On Wed, Jul 28, 2010 at 6:57 AM, Greg Luce luce...@gmail.com wrote: I have some friends piling on Coldfusion because the

RE: www.cbo.gov down. CF to blame?

2010-07-28 Thread Andy Matthews
Greg... The 503 error could also be related to the web server (Apache or IIS). I'd just tell your friends that ANY site would go down under the traffic sent by Drudge Report unless it had lots of resources. Hell Twitter has load issues weekly and they're running Rails (I think). There's NO

RE: www.cbo.gov down. CF to blame?

2010-07-28 Thread Mark A. Kruger
Silly... the question is was the site architected for the expected load ANY technology has to be properly implemented. Mark A. Kruger, MCSE, CFG (402) 408-3733 ext 105 Skype: markakruger www.cfwebtools.com www.coldfusionmuse.com www.necfug.com -Original Message- From: Greg Luce

RE: www.cbo.gov down. CF to blame?

2010-07-28 Thread Robert Harrison
(20100728) __ The message was checked by ESET Smart Security. http://www.eset.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread John M Bliss
The 503 error could also be related to the web server (Apache or IIS). Right. Actually, that's likely: http://en.wikipedia.org/wiki/List_of_HTTP_status_codes#5xx_Server_Error It all has to do with HOW the site is written. ...and what hardware it's running on. On Wed, Jul 28, 2010 at 8:09

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread Greg Morphis
: AW Unplugged http://www.austin-williams.com/unplugged __ Information from ESET Smart Security, version of virus signature database 5319 (20100728) __ The message was checked by ESET Smart Security. http://www.eset.com

RE: www.cbo.gov down. CF to blame?

2010-07-28 Thread Andy Matthews
database 5319 (20100728) __ The message was checked by ESET Smart Security. http://www.eset.com ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp

RE: www.cbo.gov down. CF to blame?

2010-07-28 Thread Rick Eidson
If JRun Shuts down you will get this. Most likely there is a long running script. Rick -Original Message- From: Mark A. Kruger [mailto:mkru...@cfwebtools.com] Sent: Wednesday, July 28, 2010 8:16 AM To: cf-talk Subject: RE: www.cbo.gov down. CF to blame? Silly... the question is was

Adobe Buys Day Software - 240mill

2010-07-28 Thread Duane Boudreau
Article at http://www.cmswire.com. ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive:

Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Claude Schnéegans
Hi, I have a custom tag which is calling another CFX tag, and passing attributes via the attributeCollection attribute, ie: CFX_MyCFX attributeCollection=#attributes# It has been working for years under CF 7 and 8, but now under CF 9, I get an error: The tag does not have an attribute called

Running ColdFusion 9 and 8 in multi server

2010-07-28 Thread Andrew Scott
Ok, I am having some troubles on this one. First some background, ColdFusion 9 and ColdFusion 9 both work as installed on the instance port assigned. When trying to map with wsconfig to get ColdFusion 8 to map to IIS, I can't get this to work. ColdFusion 9 has no problems what so ever.

CF - data excel

2010-07-28 Thread cfcom
I need to export to excel. Will be provided only html pages that are not from cf server. Is there a way to set up an import feature to regrab the html data (name, company, address, etc fields) back into CF so it can be easily exported to excel? Thank you

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread Dave Watts
I have some friends piling on Coldfusion because the www.cbo.gov website is down. Drudge linked to it I guess and crashed the site and they are blaming CF. The error is HTTP Error 503. The service is unavailable. Isn't this an IIS issue? How would you respond to well the cbo.gov, it's running

Re: Salesforce CFC?

2010-07-28 Thread Billy Cox
I was able to register on RIAForge and submit my code, so in all likelihood my previous attempts were user error. :) On Fri, Jul 23, 2010 at 1:58 PM, Raymond Camden rcam...@gmail.com wrote: How did the contact form break for you on RIAForge? On Thu, Jul 22, 2010 at 2:07 PM, Billy Cox

RE: www.cbo.gov down. CF to blame?

2010-07-28 Thread Robert Harrison
Unplugged http://www.austin-williams.com/unplugged __ Information from ESET Smart Security, version of virus signature database 5320 (20100728) __ The message was checked by ESET Smart Security. http://www.eset.com

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread James Holmes
Well, it isn't CF. http://weblogs.asp.net/scottgu/archive/2006/03/25/441074.aspx Note how frickin' old this news is. -- WSS4CF - WS-Security framework for CF http://wss4cf.riaforge.org/ On 28 July 2010 22:38, Robert Harrison rob...@austin-williams.com wrote: This myspace page sure looks

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread nic.tun...@nictunney.com
+1 on Dave's suggestion for a better class of friends ;) Sent from my Verizon Wireless Phone - Reply message - From: Dave Watts dwa...@figleaf.com Date: Wed, Jul 28, 2010 10:17 am Subject: www.cbo.gov down. CF to blame? To: cf-talk cf-talk@houseoffusion.com I have some friends piling

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread Leigh
+1 on Dave's suggestion for a better class of friends ;) public class BetterFriend extends Friend { // ... } ~| Order the Adobe Coldfusion Anthology now!

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread Leigh
+1 on Dave's suggestion for a better class of friends ;) public class BetterFriend extends Friend { // ... } ~| Order the Adobe Coldfusion Anthology now!

RE: www.cbo.gov down. CF to blame?

2010-07-28 Thread UXB Internet
How would you respond to well the cbo.gov, it's running on coldfusion. so no big shock there If forced to I would explain to them their lack of knowledge on how things work, their simplistic view of complex technical issues and then to ward off the inevitable look of surprise at their

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Leigh
The tag does not have an attribute called attributecollection. I tried a simple test and got the error in both CF8 and CF9 when attributeCollection was used. !--- works --- CFX_TEST Name=blah !--- fails --- cfset attr = structNew() cfset attr[Name] = Blah CFX_TEST attributeCollection=#attr#

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread Cameron Childress
On Wed, Jul 28, 2010 at 7:57 AM, Greg Luce luce...@gmail.com wrote: I have some friends piling on Coldfusion because the www.cbo.gov website is down. Drudge linked to it I guess and crashed the site and they are blaming CF. The error is HTTP Error 503. The service is unavailable. Isn't this an

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread Carl Von Stetten
/or. It must be. Plug in to our blog: AW Unplugged http://www.austin-williams.com/unplugged __ Information from ESET Smart Security, version of virus signature database 5319 (20100728) __ The message was checked by ESET Smart Security. http://www.eset.com

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Claude Schnéegans
I tried a simple test and got the error in both CF8 and CF9 when attributeCollection was used. Hmmm. May be I did not try it under CF 8. But I'm sure it worked for years under CF 7. ~| Order the Adobe Coldfusion Anthology

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Michael Grant
Google = friend: When googling CF8 cfx attributecollection I came across this: http://www.webmasterkb.com/Uwe/Forum.aspx/coldfusion-advanced/11701/CF-8-upgrade-Existing-CFX-not-working At first glance seems identical to your issue. On Wed, Jul 28, 2010 at 1:01 PM, wrote: I tried a

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Claude Schnéegans
At first glance seems identical to your issue. It is indeed, except for the error message itself. In this thread, the message is that attributeCollection is an attribute being used that is not supposed to be used in conjunction with other attributes in the tag. Which is weird since there is

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread Will Tomlinson
I keep trying to post to this thread but HOF is down. hehehehe!! Why is no one mentioning the Java argument? Ask your friends if they think Java sucks and can't handle load. Then you got'em by the gonads. Will ~| Order

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread rex
Any technology can be setup so that it doesn't scale well, or not scale at all. This can be on PHP, dotNet, Rails, IIS, Apache, Nginx... I could go on... One server can only handle so much. Getting linked on drudge would send so many people to a site, and depending on how that site is

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Claude Schnéegans
Google = friend: Usually yes, but a search for exactly not have an attribute called attributecollection returns noting in any search engine :-( Kind of weird. ~| Order the Adobe Coldfusion Anthology now!

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Michael Grant
Which makes me think there's more at play here. Why don't you paste the full error message and the code. On Wed, Jul 28, 2010 at 1:53 PM, wrote: Google = friend: Usually yes, but a search for exactly not have an attribute called attributecollection returns noting in any search engine

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Claude Schnéegans
Why don't you paste the full error message and the code. I already posted it in my first post. The full error message is The tag does not have an attribute called attributecollection. on the line: CFX_MyCFX attributeCollection=#attributes# This line is inside a standard CF_custom tag, then

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Raymond Camden
Are you use that is supported in CFX tags? From what I know, that feature was only supported for CFML custom tags. On Wed, Jul 28, 2010 at 1:07 PM, wrote:  Why don't you paste the full error message and the code. I already posted it in my first post. The full error message is The tag

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Michael Grant
You don't have robust exception handling enabled? On Wed, Jul 28, 2010 at 2:07 PM, wrote: Why don't you paste the full error message and the code. I already posted it in my first post. The full error message is The tag does not have an attribute called attributecollection. on the

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Claude Schnéegans
Are you use that is supported in CFX tags? At least it was in CF 7. I've been using this tool I developed myself for years. First under CF 5 which called directly the tag for information about ODBC. When I installed CF 7, may be 5 years ago, I added an extra level to get information about

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Claude Schnéegans
You don't have robust exception handling enabled? Yes I have, I always have on my development machine. I had it disabled, and it makes no difference. ~| Order the Adobe Coldfusion Anthology now!

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Michael Grant
I'm just saying it seems like an uncharacteristically short error report. Good luck getting it sorted. You are probably just going to have to explicitly set the name of the incoming structure. Now's probably a good time to change that custom tag into a cfc anyway. :D On Wed, Jul 28, 2010 at 2:34

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Claude Schnéegans
You are probably just going to have to explicitly set the name of the incoming structure. Now's probably a good time to change that custom tag The problem is that many of the attributes are optional, so I would need CFIFs inside the call to the CFX, which is not possible as far as I know.

Re: Is attributeCollection broken in CF 9 ?

2010-07-28 Thread Leigh
Are you use that is supported in CFX tags? At least it was in CF 7. The same code definitely works in MX7. So either that was a fluke, or maybe they broke something when they attributeCollection support in CF8?

RE: www.cbo.gov down. CF to blame?

2010-07-28 Thread Paul Vernon
I have some friends piling on Coldfusion because the www.cbo.gov website is down. Drudge linked to it I guess and crashed the site and they are blaming CF. The error is HTTP Error 503. The service is unavailable. Isn't this an IIS issue? How would you respond to well the cbo.gov, it's

Re: CF - data excel

2010-07-28 Thread Rox Designer
use Ben Nadel POI Utility (http://www.bennadel.com/projects/poi-utility.htm) direct from a query or, just use cfcontent type=application/vnd.ms-excel With a Table 2010/7/28 cfcom cf...@aceligent.com I need to export to excel. Will be provided only html pages that are not from cf server.

Re: CF - data excel

2010-07-28 Thread Rox Designer
Sorry I didnt read it right you have to receive the HTML data in a CFPage maybe you can use a CFHTTP to call this page, and the content you output in a XLS File. But you have always to call a CFPage to Process! Em 28 de julho de 2010 17h37min27s UTC-3, Rox Designer roberto...@gmail.com

problem with fresh cf9 install on apache

2010-07-28 Thread Matthew P. Smith
Rebuilt my server, and decided to transition to cf 9. I am using apache on the server with the document root set to //computer-name/inetpub/wwwroot I can get a directory listing of the files under there through: http://192.168.1.2/ http://192.168.1.2/When the cf9 install finished, I tried to

Re: problem with fresh cf9 install on apache

2010-07-28 Thread Maureen
Does CFIDE/administrator/index.cfm exist in the directory listing for http://192.168.1.2/ On Wed, Jul 28, 2010 at 2:14 PM, Matthew P. Smith m...@smithwebdesign.net wrote: Rebuilt my server, and decided to transition to cf 9. I am using apache on the server with the document root set to

RE: www.cbo.gov down. CF to blame?

2010-07-28 Thread Bobby Hartsfield
10,000? The last I heard, FB had over 60,000. This is not where I initially saw it but it says the same. http://www.datacenterknowledge.com/archives/2010/06/28/facebook-server-count -6-or-more/ - - - Anytime someone tells me CF can't handle big apps with heavy loads, I make them clarify

RE: Running ColdFusion 9 and 8 in multi server

2010-07-28 Thread Andrew Scott
I am going to assume that nobody has tried this way of having ColdFusion 8 and 9 running on the same machine? Regards, Andrew Scott http://www.andyscott.id.au/ From: Andrew Scott [mailto:andr...@andyscott.id.au] Sent: Wednesday, 28 July 2010 11:58 PM To: cf-talk@houseoffusion.com

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread Wil Genovese
Impressive numbers for sure! While these are not as impressive, the last place I worked at was serving about 2.5-3 million CF requests per day. That averages about 104,166 to 125,000 per hour. But don't forget to remember that traffic was almost non-exstent from 2am to 5am and the peak was

Re: www.cbo.gov down. CF to blame?

2010-07-28 Thread Dave Watts
He still didn't act like he believed it. Do those numbers seem high to any of you? I'd have to think there are plenty of people out there seeing much more load than that on a CF server. They're very good numbers, but not unbelievably high. It really boils down to what the server's actually

Re: Running ColdFusion 9 and 8 in multi server

2010-07-28 Thread Dave Watts
I am going to assume that nobody has tried this way of having ColdFusion 8 and 9 running on the same machine? I've had CF 9 and 8 running as separate JRun instances within a CF 9 multiserver install. I used the CF 9 connector to connect CF 8 to IIS with no problem. There are 2 things that I

RE: www.cbo.gov down. CF to blame?

2010-07-28 Thread UXB Internet
Rep: How many requests per hour do you handle on a server? Us: About 50,000. We have this little server running a 2ghz Celeron with 1gig of memory on 7Krpm IDE drives win2003 IIS6 and CF5 talking to a networked MSSQL server and it routinely handles on average 1.1 to 1.6 million requests per

RE: Running ColdFusion 9 and 8 in multi server

2010-07-28 Thread Andrew Scott
Dave, Are you running this on ColdFusion 9.01, because no matter what I try I am getting a ColdFusion/JRun ColdFusion service is not running. Yet I can certainly go into the Administrator of both instances. I will need to double check the wildcard setting, as it is not setting this up from what

ColdFusion Hibernate

2010-07-28 Thread Anil Chacko
I am using CF 8. Can we implement ORM using Hibernate with ColdFusion 8? If yes, please let me know the step step approach to implement it. Thanks, Anil ~| Order the Adobe Coldfusion Anthology now!

RE: ColdFusion Hibernate

2010-07-28 Thread Andrew Scott
This question is asked all the time, so yes it is possible. Step 1) Uninstall ColdFusion 8 Step 2) Install ColdFusion 9 Step 3) Begin writing ORM Entities. No serioulsy this is not possible unless you look at somethin like cfgroovy, and I am not sure the support for hibernate is in the latest