HTML and digests

2006-07-05 Thread RADEMAKERS Tanguy
Hello, For the past couple of days, the digests have been coming through kinda weird: - angle brackets used to indicate a previous poster's text are being translated into html entities: gt; have searched their Site and cannot find any step by step - links are showing up as a full html a tag:

Web Services - Not for production or development

2006-07-05 Thread Susan McNab
The insertion of the Not for Production Use meta tag is resulting a validation error which prevents the development and testing of Web Services on my local CF App Server. I currently have Enterprise Edition (DevNet) CFMX 7.0.1 (not an ideal verison for Web services, but need to keep that

Re: Web Services - Not for production or development

2006-07-05 Thread Tom Chiverton
On Wednesday 05 July 2006 10:07, Susan McNab wrote: Does anyone know a work-around for this? Am I doing something wrong? Does 7.0.2 fix this? Having a not for prod use tag is fair enough, but surely it should be well-formed. Just search and replace it out of the string. -- Tom Chiverton

Re: Web Services - Not for production or development

2006-07-05 Thread Peter Tilbrook
The Developer Edition modifies the headers sent to the browser - and as a result breaks things like web services and XML. I don't believe there is an easy workaround. Macromedia didn't think the DevEd version through in this regard I think.

RE: Web Services - Not for production or development

2006-07-05 Thread Adrian Lynch
Would there be a way to have the webserver strip this out? Ade -Original Message- From: Peter Tilbrook [mailto:[EMAIL PROTECTED] Sent: 05 July 2006 11:51 To: CF-Talk Subject: Re: Web Services - Not for production or development The Developer Edition modifies the headers sent to the

RE: Web Services - Not for production or development

2006-07-05 Thread James Smith
The Developer Edition modifies the headers sent to the browser - and as a result breaks things like web services and XML. I don't believe there is an easy workaround. Macromedia didn't think the DevEd version through in this regard I think. I had this problem with an RSS feed, the only

RE: Web Services - Not for production or development

2006-07-05 Thread Snake
In ColdFusion MX 6.1 this watermark could be avoided by setting the content type with CFCONTENT in pages where the watermark broke the generated content, but in CFMX 7 there is no such workaround. Since the DevNet edition is meant for development/QA only, you could remove the existing DevNet

Re: Web Services - Not for production or development

2006-07-05 Thread Peter Tilbrook
Note if running under a J2EE server like JRun your licence file will be somewhere like: C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\lib or whatever other instance you have created. ~| Message:

Re: Web Services - Not for production or development

2006-07-05 Thread Charlie Griefer
http://www.talkingtree.com/blog/index.cfm?mode=entryentry=80E120C1-50DA-0559-A0CE3D8628309982 there -might- be something in the comments section that -might- be of use. On 7/5/06, Susan McNab [EMAIL PROTECTED] wrote: The insertion of the Not for Production Use meta tag is resulting a

Re: HTML and digests

2006-07-05 Thread Michael Dinowitz
In order to make the digests better, I used a 'cut down' function that I use on the archives to remove extra quoted text and address blocks. This was a great idea except that the full function also modifies the text for web display. I've cut the function in half so that it'll trim but not

Re: Framework suggestions

2006-07-05 Thread Greg Luce
That's the dumbest thing I've ever heard! Maybe I'll go post on the PGA tour players forum as to how they should view club selection in a US Open final round. I have lots of ideas about that, but my opinion would certainly be irrelevant since I've never actually been in the position. It would

JRun Server Error

2006-07-05 Thread Anbu Selvan
Hi , I am getting the jrun server error with the message ” The server encountered an internal error and was unable to complete your request. Application server is busy. Either there are too many concurrent requests or the server still is starting up.” I am confused what causes this

Good Programming Books or Other Resources

2006-07-05 Thread PETER SHEATS
Hey everyone, I just joined this list about a week ago and it's been very informative. There seems to be a lot of people on here that have a lot of knowledge so I'd like to ask for some recommendations. I've been programming in CF for about 3 years now but I have only recently started

Re: JRun Server Error

2006-07-05 Thread Tom Chiverton
On Wednesday 05 July 2006 14:15, Anbu Selvan wrote: I am getting the jrun server error with the message No one can help if you don't post whatever is in the log files. -- Tom Chiverton This email is sent for and on behalf of Halliwells

More 'which framework should I use' - try podcasts

2006-07-05 Thread Earl, George
With all the current discussion on frameworks and which one to use, etc., I thought I'd throw this in . . . At least two of the ColdFusion podcasts have had some excellent shows (versions?) about frameworks recently. 'The ColdFusion Podcast' with Bryan Kaiser and Michael Haynie has had an

RE: Framework suggestions

2006-07-05 Thread Snake
Don't want dumb respones, then don't post dumb comments. -Original Message- From: Greg Luce [mailto:[EMAIL PROTECTED] Sent: 05 July 2006 13:48 To: CF-Talk Subject: Re: Framework suggestions That's the dumbest thing I've ever heard! Maybe I'll go post on the PGA tour players forum as to

More 'which framework should I use'

2006-07-05 Thread Peterson, Chris
I really think the simplest answer is use whatever works well for you. We could flame all day about this framework is better than that one, but everyone has a different coding style. While I love making my code elegant, portable, and robust, in the end it is the results that matter. If the

OT: north carolinians at CFUNITED

2006-07-05 Thread Rick Root
Hey all, sorry for the direct nature of this post, but I'd heard there were a couple of folks from my town at CFUNITED, and I'm always interested in making contact with local CF programmers... so if you went to CFUnited and you're from or near Apex, North Carolina, please email me off list!

Re: JRun Server Error

2006-07-05 Thread Anbu Selvan
Hi Tom chiverton, Thanks for the reply. Will you please guide me how to get what is written in the log file. regards Anbu ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245389 Archives:

RE: JRun Server Error

2006-07-05 Thread Peterson, Chris
I usually see this error on my development server if I have tried using a COM object inappropriately or have done some really wacky code, bad enough to force JRUN to re-start itself. Keep an eye on the service and see if JRUN is restarting (as it says in the error message), or download a demo of

Re: JRun Server Error

2006-07-05 Thread Anbu Selvan
Thanks fro the reply TOM, Will you please guide me to get the log file from the server How to get the log file ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245391 Archives:

RE: How do I set client variables timeout?

2006-07-05 Thread Jon Block
Clearly I'm missing something.. On which cfide admin page do I set the timeout for client variables? Jon -Original Message- From: Snake [mailto:[EMAIL PROTECTED] Sent: Thursday, June 29, 2006 4:36 PM To: CF-Talk Subject: RE: How do I set client variables timeout? That's because a

RE: How do I set client variables timeout?

2006-07-05 Thread Peterson, Chris
Its called 'Purge Interval' and is under Server Settings Client Variables, at the bottom of the page. Chris -Original Message- From: Jon Block [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 9:45 AM To: CF-Talk Subject: RE: How do I set client variables timeout? Clearly I'm

Re: OT: north carolinians at CFUNITED

2006-07-05 Thread Jim Wright
On 7/5/06, Rick Root [EMAIL PROTECTED] wrote: Hey all, sorry for the direct nature of this post, but I'd heard there were a couple of folks from my town at CFUNITED, and I'm always interested in making contact with local CF programmers... so if you went to CFUnited and you're from or near

Re: JRun Server Error

2006-07-05 Thread Tom Chiverton
On Wednesday 05 July 2006 14:34, Anbu Selvan wrote: Will you please guide me how to get what is written in the log file. Where did you install it ? They'll be in there. -- Tom Chiverton This email is sent for and on behalf of Halliwells

RE: How do I set client variables timeout?

2006-07-05 Thread Snake
The purge interval is actually how often the schedule runs to do the purging, not how ten they purged. The timeout is specified by choosing your client storage Mechanism and setting it there. Purge data for clients that remain unvisited for And specify how many days the client variables

RE: JRun Server Error

2006-07-05 Thread Snake
You can find your logs in for example C:\jrun4\logs snake -Original Message- From: Anbu Selvan [mailto:[EMAIL PROTECTED] Sent: 05 July 2006 14:46 To: CF-Talk Subject: Re: JRun Server Error Thanks fro the reply TOM, Will you please guide me to get the log file from the server How to

RE: Framework suggestions

2006-07-05 Thread Bobby Hartsfield
Ill be glad to go register who-gives-a-shit.com and setup a mailing list so you guys can continue your interesting debate about... wait... what was it about again? Shut up already... ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Snake

RE: Web Services - Not for production or development

2006-07-05 Thread Dave Watts
The insertion of the Not for Production Use meta tag is resulting a validation error which prevents the development and testing of Web Services on my local CF App Server. I currently have Enterprise Edition (DevNet) CFMX 7.0.1 (not an ideal verison for Web services, but need to keep that

RE: I feel like fighting...

2006-07-05 Thread Nathan C. Smith
Everybody was framework fighting, Those developers were fast as lightening In fact it was a little bit frightening, But they wrote code with expert scheming Er, sorry. ~| Message:

Re: Eclipse 3.2 VSS 1.61

2006-07-05 Thread Robert Everland III
I just tried ESSTP and the only thing I didn't like which is a deal breaker for me is that it won't ask me to check it out once I start typing. I was able to get VSS to work, I just had to make sure I had the SDK version of Eclipse. Bob

RE: Somewhat off topic...

2006-07-05 Thread Dave Watts
The transfer back and forth to each box works fine...it's just not keeping track of what is in the send box and passing it on as a form val. You could do something like this: script language=JavaScript function getvaluesfromselect() { for (var i = 0; i

Re: JRun Server Error

2006-07-05 Thread Anbu Selvan
hi peterson, could you please tell me in detail what dose this fusion reactor dose? regards Anbu I usually see this error on my development server if I have tried using a COM object inappropriately or have done some really wacky code, bad enough to force JRUN to re-start itself. Keep an eye

RE: JRun Server Error

2006-07-05 Thread Snake
It tells you on the site FusionReactor is the essential add-on to Macromedia's ColdFusion server for developers, support and system administrators. FusionReactor increases server stability, performance and adds powerful tools for supporting, debugging, monitoring, testing and auditing

RE: JRun Server Error

2006-07-05 Thread Peterson, Chris
Yea, what snake said =) I have used the demo of Fusion Reactor in the pasts to figure out what is going on behind the scenes inside of a coldfusion process. Its pretty helpful to be able to see currently running processes, maybe you have a looping process that is eating up resources on the

Moving from CF Server Standalone to Multi Server ...

2006-07-05 Thread Rick Root
So after attending about 10 minutes of Dave Watt's coldfusion server performance session on Saturday at CFUnited (sorry Dave, my wife showed up 15 minutes into the preso!), I've decided that running a multi-server setup would be a Good Thing. Currently, we have about 8 web sites running on a

RE: Moving from CF Server Standalone to Multi Server ...

2006-07-05 Thread Ben Forta
Rick, Sounds like you are considering dedicated specialized instances, and I am a big fan of this. There is one customer I work with who has several sites in a single instances, like you do, but they have also created specific instances for specific needs. They have one that just does mailing, it

RE: Moving from CF Server Standalone to Multi Server ...

2006-07-05 Thread Snake
When u have pages that are likely to exceed the fusion reactor crash protection or timeout values, you can exclude them so that don't get aborted. -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: 05 July 2006 16:26 To: CF-Talk Subject: Moving from CF Server Standalone

RE: Moving from CF Server Standalone to Multi Server ...

2006-07-05 Thread Andy Matthews
Ben... I'd be interested in more information about this as well. My company has three web servers all running CF. I'm not sure of the specifics but we have CF issues all the time and I know it can't be CF itself. There's got to be some underlying architecture issues. Are there any stand-alone

TMT tabs question

2006-07-05 Thread Andy Matthews
I guess this is mostly for Massimo, but I wanted to ask it publicly to see if anyone else had this question. I'm going to be using the tabs Custom tag for a project, but I wanted to know if there was a way for me to trigger switching tabs without clicking on the tab itself. I'm going to be

RE: TMT tabs question

2006-07-05 Thread Andy Matthews
Okay... I found a ID attribute that wasn't being used in the example. But it only applies an ID to the HREF tag which triggers the switch, not to the page itself. Anyone have an idea? !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc.

Mortgage Formula

2006-07-05 Thread Rick Faircloth
Can anyone help write this in CF? It's a mortgage calculation formula and I want to build a CF-based calculator. Here's the formula I found: M = P * ( J / (1 - (1 + J) ** -N)) M is Mortgage Payment P is Principal J is monthly interest in decimal form = I / (12 x 100) N is the number of months

RE: Mortgage Formula

2006-07-05 Thread Andy Matthews
Might this be it? M = P * ( J / (1 - (1 + J) * (-N * -N))) I'm not all that great at math so that's probably not right...just a guess. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737

RE: Mortgage Formula

2006-07-05 Thread Ben Forta
CFML uses ^ for exponent --- Ben -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 12:09 PM To: CF-Talk Subject: RE: Mortgage Formula Might this be it? M = P * ( J / (1 - (1 + J) * (-N * -N))) I'm not all that great at math so that's

Re: Mortgage Formula

2006-07-05 Thread James Holmes
No, that's different. On 7/6/06, Andy Matthews [EMAIL PROTECTED] wrote: Might this be it? M = P * ( J / (1 - (1 + J) * (-N * -N))). ~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:245415 Archives:

RE: Mortgage Formula

2006-07-05 Thread Bobby Hartsfield
M = P * ( J / (1 - (1 + J) ^ -N)) maybe? ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 12:09 PM To: CF-Talk Subject: RE: Mortgage Formula Might this be it? M = P

RE: Mortgage Formula

2006-07-05 Thread Andy Matthews
I figured it wouldn't be right...just wanted to try my hand. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original Message- From: James Holmes [mailto:[EMAIL

Re: TMT tabs question

2006-07-05 Thread Robert Everland III
I just added a new attribute called link and if I want the tab to go to a new page I put the whole url in, something like this index.cfm?tab=5 .Then in my code I can see which tab to display so it doesn't have to be written for all of the tabs.

Re: TMT tabs question

2006-07-05 Thread Massimo Foti
I found a ID attribute that wasn't being used in the example. But it only applies an ID to the HREF tag which triggers the switch, not to the page itself. Anyone have an idea? The call to the switching JavaScript call looks like this whenever is called within the a tag: tmt_tabSwitch(this,

Re: TMT tabs question

2006-07-05 Thread Massimo Foti
I just added a new attribute called link and if I want the tab to go to a new page I put the whole url in, something like this index.cfm?tab=5 .Then in my code I can see which tab to display so it doesn't have to be written for all of the tabs. For making anything but the first tab whenever the

Re: TMT tabs question

2006-07-05 Thread Robert Everland III
For making anything but the first tab whenever the page loads, you could leverage the selectedtab attribute (I added it a few months ago). As far as I understood, Andy wants to do a different thins, he has to switch tab, client-side without clicking on the tab label. I forgot that part, I use

Re: Mortgage Formula

2006-07-05 Thread James Holmes
http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/expresa4.htm On 7/5/06, Rick Faircloth [EMAIL PROTECTED] wrote: Can anyone help write this in CF? It's a mortgage calculation formula and I want to build a CF-based calculator. Here's the formula I found: M = P * ( J / (1 - (1 + J) **

RE: Mortgage Formula

2006-07-05 Thread Rick Faircloth
Appreciate the help, Andy...try and learn, that's always worked best for me. :o) Rick -Original Message- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 12:28 PM To: CF-Talk Subject: RE: Mortgage Formula I figured it wouldn't be right...just wanted to try

Where do we webservice exceptions go?

2006-07-05 Thread Jon Gunnip
Hi, We monitor our applications in the production environment by monitoring various coldfusion logs, like exception.log. When a remote client calls a webservice on our server and that webservice generates an exception, is that logged anywhere on our server? For example, I would hope this is

OnSessionEnd() not called on server shutdown?

2006-07-05 Thread Jon Gunnip
Hi, From my testing, it appears that OnSessionEnd() in Application.cfc is not called when the CF server has its services restarted. Has anyone else run into this? Any suggestions for a workaround? Thanks, Jon ~| Message:

Historical data reports

2006-07-05 Thread Ken
Hi. We have a huge database for our website. SQL Server 2000. There are certain reports/stats that the higher management needs to view. Much of the data is historical. I want to optimize database look-ups for historical data. Basically store the historical reports in a separate database so that

RE: Mortgage Formula

2006-07-05 Thread Rick Faircloth
Is there a consensus on this one? M = P * ( J / (1 - (1 + J) ^ -N)) Rick -Original Message- From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 12:13 PM To: CF-Talk Subject: RE: Mortgage Formula M = P * ( J / (1 - (1 + J) ^ -N)) maybe?

What's New In Report Builder 7.02?

2006-07-05 Thread Tim Claremont
I see that there is a new report builder on the Adobe site. What I failed to find, however, is a document that tells me what is new. Also, after installing 7.02, I see that the About screen from the report builder shows build 142150, but I did not make note of the previous build number, so I

Re: Moving from CF Server Standalone to Multi Server ...

2006-07-05 Thread Rick Root
Snake wrote: When u have pages that are likely to exceed the fusion reactor crash protection or timeout values, you can exclude them so that don't get aborted. That's not the problem =) I have my bulk mailing pages excluded already. But when a page uses up all the memory, ALL THE OTHER

Re: What's New In Report Builder 7.02?

2006-07-05 Thread Dave Carabetta
On 7/5/06, Tim Claremont [EMAIL PROTECTED] wrote: I see that there is a new report builder on the Adobe site. What I failed to find, however, is a document that tells me what is new. Also, after installing 7.02, I see that the About screen from the report builder shows build 142150, but I

RE: Mortgage Formula

2006-07-05 Thread Rick Faircloth
Looks like this one is a winner... I put the formula in Excel and ran it and then compared the result to an online mortgage calculator and the results were the same... Thanks, everyone! Rick -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05,

RE: OnSessionEnd() not called on server shutdown?

2006-07-05 Thread Russ
You can have coldfusion persist sessions to a file or database upon shutdown and reload them upon restart. (You can also have session replication enabled and this way the session will be saved on one of the other servers, and will get replicated back to this server when it starts up again).

RE: Mortgage Formula

2006-07-05 Thread Bobby Hartsfield
No problem. ..:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 2:03 PM To: CF-Talk Subject: RE: Mortgage Formula Looks like this one is a winner... I put the formula in

Re: Mortgage Formula

2006-07-05 Thread Jim Wright
On 7/5/06, Rick Faircloth [EMAIL PROTECTED] wrote: Is there a consensus on this one? M = P * ( J / (1 - (1 + J) ^ -N)) That looks like it would be the correct formula for determining the monthly payment. Keep in mind that it is just the P and I, the actual payment would also include escrow

RE: Historical data reports

2006-07-05 Thread Dave Watts
Hi. We have a huge database for our website. SQL Server 2000. There are certain reports/stats that the higher management needs to view. Much of the data is historical. I want to optimize database look-ups for historical data. Basically store the historical reports in a separate database

Re: JRun Server Error

2006-07-05 Thread Anbu Selvan
Thanks peterson, Got an good idea about the fusion reator, i will deploy it and check it out. As you mention the previous reply to check the CFAdmin to see that how many concurent process are configured to run. Please tell me more in detail about it how to check it. Thanks in Advance Anbu

RE: TMT tabs question

2006-07-05 Thread Andy Matthews
Massimo... That worked marvelously. Thank you. I should have known you already thought of that possibility. !//-- andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --//- -Original

ColdFusion, Apache mod_rewrite

2006-07-05 Thread Rob Wilkerson
I'm running into a problem that Pete Freitag has blogged on (http://www.petefreitag.com/item/22.cfm), but his solution isn't optimal for me so I'm wondering whether anyone in the audience has an answer. I have a site in which nearly any URI - even ones that don't exist - need to redirect to a

Debugging per request

2006-07-05 Thread Joseph Lamoree
I have a CFMX server behind an application proxy that I need to get debugging information on. I can't add my IP to the list of IPs that see debugging information, since that is the same IP that all requests appear to originate from. I was hoping that there was some way I could use the

RE: Mortgage Formula

2006-07-05 Thread Rick Faircloth
Thanks for the reminder, Jim... :o) Rick -Original Message- From: Jim Wright [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 2:39 PM To: CF-Talk Subject: Re: Mortgage Formula On 7/5/06, Rick Faircloth [EMAIL PROTECTED] wrote: Is there a consensus on this one? M = P * ( J /

RE: ColdFusion, Apache mod_rewrite

2006-07-05 Thread Russ
I'm not exactly sure what your rules mean... I usually have a RewriteCond that goes before a rewriteRule, so if you wanted to only redirect the cfm pages to landingpage.cfm, you would do RewriteCond %{REQUEST_URI} cfm$[NC] RewriteRule ^/(.*)$/landingpage.cfm?uri=$1

RE: Debugging per request

2006-07-05 Thread Russ
Joseph, Try something like this: cfif isDefined(url.showDebugOutput) cfsetting showDebugOutput=true /cfif Russ -Original Message- From: Joseph Lamoree [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 4:01 PM To: CF-Talk Subject: Debugging per request I have a

RE: Mortgage Formula

2006-07-05 Thread Rick Faircloth
I know that the cost of Insurance and Taxes is going to depend on the specific area in which a home is located. I'll have to check on the averages for our area to add that in. Thanks, again... Rick -Original Message- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Wednesday,

cfform question

2006-07-05 Thread Peterson, Chris
Does anyone know if you can set focus to a specific cfgrid item? After I insert a record and assign 2 column values, I want focus to move to the 3rd column in that row. I am trying: myGrid[rowID].fieldname.setFocus(); but no dice. Anyone have any idea's? Chris

Re: Debugging per request

2006-07-05 Thread Joseph Lamoree
On 5 Jul 2006, at 13:12, Russ wrote: Try something like this: cfif isDefined(url.showDebugOutput) cfsetting showDebugOutput=true /cfif The cfsetting tag provides a way to suppress debugging information if it would otherwise have been displayed, however (at least in the testing

Re: Mortgage Formula

2006-07-05 Thread Jim Wright
You also need to be careful when putting financing information out there to not run afoul of regulation Z of the Truth-In-Lending act...there are some pretty strict regulations on how financing can be advertised. I have seen statements similar to the following used on other mortgage calculators:

RE: Mortgage Formula

2006-07-05 Thread Rick Faircloth
Thanks, Jim...since I'm building this for a Realtor, it'll be very important not to run afoul of any regulations! Rick -Original Message- From: Jim Wright [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 4:43 PM To: CF-Talk Subject: Re: Mortgage Formula You also need to be

RE: Debugging per request

2006-07-05 Thread Russ
I haven't actually tested this, I just hoped it would work. What we've done on our servers (which are load balanced, and the backend servers are behind the front end web servers, so all requests to CF appear to come from the FE servers) is added a java filter into the stack which basically

Have CF process HTML files

2006-07-05 Thread Bryan Stevenson
Hey All, I know in IIS you can setup CF to process HTML files (so you can have CF control access to those files). Can the same be accomplished with Apache (as I'm new to Apache)? If so, please send along some details ;-) TIA Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce

RE: Debugging per request

2006-07-05 Thread Dave Watts
I have a CFMX server behind an application proxy that I need to get debugging information on. I can't add my IP to the list of IPs that see debugging information, since that is the same IP that all requests appear to originate from. I was hoping that there was some way I could use the

Re: ColdFusion, Apache mod_rewrite

2006-07-05 Thread Rob Wilkerson
Actually, I want to rewrite everything regardless of whether it's a cfm page. The problem is that only cfm pages redirect properly. I want '/ack/foo/blah' and '/ack/foo/blah.htm' to redirect in *addition* to '/ack/foo/blah.cfm'. Currently, only the latter redirection works without the PT flag.

RE: Have CF process HTML files

2006-07-05 Thread Brad Wood
I believe it would be in the httpd.conf file. There is a block in mine which looks like this: # JRun Settings LoadModule jrun_module /opt/coldfusionmx7/runtime/lib/wsconfig/1/mod_jrun20.so IfModule mod_jrun20.c JRunConfig Verbose false JRunConfig Apialloc false JRunConfig Ssl false

Re: Debugging per request

2006-07-05 Thread Matt Robertson
Can't you roll your own debugging display for the templates in question that you want to debug, using cfdumps to pluck out the scopes of your choice? Throw it into OnRequestEnd.cfm and use some sort of var (server scope?) to decide if it gets displayed? Granted that won't get you query exec

RE: Have CF process HTML files

2006-07-05 Thread Dave Watts
I know in IIS you can setup CF to process HTML files (so you can have CF control access to those files). Can the same be accomplished with Apache (as I'm new to Apache)? If so, please send along some details ;-) Yes. In httpd.conf, you'd simply add the appropriate extensions to the

RE: Moving from CF Server Standalone to Multi Server ...

2006-07-05 Thread Snake
Ok that's prob the best plan. But if you need a quick fix, you can also increase the initial and max memory given to the JVM in the jvm.config snake -Original Message- From: Rick Root [mailto:[EMAIL PROTECTED] Sent: 05 July 2006 18:55 To: CF-Talk Subject: Re: Moving from CF Server

RE: Debugging per request

2006-07-05 Thread Snake
U could turn on debugging fo rthe local machine and log into the server and browse it from there and thus see the debug output. -Original Message- From: Joseph Lamoree [mailto:[EMAIL PROTECTED] Sent: 05 July 2006 21:41 To: CF-Talk Subject: Re: Debugging per request On 5 Jul 2006, at

Re: Debugging per request

2006-07-05 Thread Ken Ferguson
You could add this code to every application.cfm file on the machine. cfset session.showdebug = false cfif session.showdebug cfsetting showdebugoutput=true /cfelse and then on the applicaiton in question, you could go in and change the cfset line to = true based on a login or a url variable

SOLVED: Re: Have CF process HTML files

2006-07-05 Thread Bryan Stevenson
Thanks Dave and Brad...I figured it would be in httpd.confbut now I know where ;-) Cheers Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web:

RE: Debugging per request

2006-07-05 Thread Ben Nadel
From what I have read, you don't want to have debugging on if you are not going to show it as you still get a performance hit due to debugging overhead. But don't know from personal experience. ... Ben Nadel Web Developer Nylon Technology 350 7th Avenue Floor 10 New York, NY

Re: Debugging per request

2006-07-05 Thread Ken Ferguson
But given the advice I've submitted, you could turn on debugging when you needed to, change the app.cfm file in question and do your work. Then you could just turn it back off again. * Ken Ferguson 214.636.6126 * Ben Nadel wrote: From what I have read, you

CF crashing SQL 170K

2006-07-05 Thread jjbgotty jjbgotty
Hi all, I have a database with 170K records. What I'm doing is using CF to query this data with a blockfactor attribute. cfquery name=qry_selectContacts datasource=#getVars().dsn# blockfactor=#arguments.maxRows# I have my loop doing. cfloop query=qry_getRecords

RE: CF crashing SQL 170K

2006-07-05 Thread Russ
You probably should be using Select top #arguments.maxRows# instead of using blockfactor. As far as I remember, blockfactor retrieves all the rows, and then only shows you the first x rows. Russ -Original Message- From: jjbgotty jjbgotty [mailto:[EMAIL PROTECTED] Sent: Wednesday,

RE: CF crashing SQL 170K

2006-07-05 Thread Nick Han
CF is not a good choice to accomplish this. Caching a result set of 170k records is not good solution to whatever you are trying to accomplish. Let sql server do the heavy lifting. I would write a stored procedure and use startrow and endrow paginations within the procedure. All you will

RE: Debugging per request

2006-07-05 Thread Russ
I'm not so sure... I'm not exactly sure what an application proxy is, but is it setting the proper headers with the original client ip? Russ -Original Message- From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 5:14 PM To: CF-Talk Subject: RE: Debugging per

Re: CF crashing SQL 170K

2006-07-05 Thread Dave Ross
It's a common problem to do pagination on the client (in this case CF) instead of the database server - it's easier, but as your dataset grows it becomes very performance intensive. Pagination in MSSQL is diffucult because you don't have the flexible LIMIT clause of MySql/Oracle. It's doable,

RE: CF crashing SQL 170K

2006-07-05 Thread Dave Watts
Does anyone have any ideas on how I can speed up the process? I have a feeling I need to do something in SQL but I don't know what to do. How come with the blockfactor it still seems to be trying to retrieve all the data? The BLOCKFACTOR attribute has absolutely nothing to do with the

RE: Debugging per request

2006-07-05 Thread Dave Watts
I'm not so sure... I'm not exactly sure what an application proxy is, but is it setting the proper headers with the original client ip? Probably not, according to the original poster. This is common with proxies, and can be a useful behavior. Dave Watts, CTO, Fig Leaf Software

RE: Eclipse 3.2 VSS 1.61

2006-07-05 Thread Michael Wolfe
Bob, I believe that there's a setting for that under Preferences-Team-Pessimistic Filesystem Provider. -- Mike -Original Message- From: Robert Everland III [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 05, 2006 10:41 AM To: CF-Talk Subject: Re: Eclipse 3.2 VSS 1.61 I just

RE: CF crashing SQL 170K

2006-07-05 Thread Snake
Blockfactor determines how many rows of data are returned at a time, now how many are returned in total. The default value is one, so SQL server will returns rows 1 at a time. The max value is 100, so if you have a lot of data to be returned then you should set this to a higher value so that less