Re: Calling GetPageContext within a CFC

2009-02-05 Thread cf coder
Can someone please suggest what should I be doing to call the getPageContext method and display the image and the rest of the page from within the CFC? Hello everybody, I have a cfm template which I refer to in the img src tag (img src=OutputImage.cfm border=1 /) . It outputs the image

Data export question (general and very vague)

2009-02-05 Thread Seamus Campbell
Hi I have just been asked to quote (roughly) on a job. The data I will need to access is on an in-house MySql database. I have to have the website on an external commercial server. Any clues on the best way to update the external database (which can be MSSQL or MySQL) efficiently. It needs to

Re: This CFC function and jQuery Ajax stuff is killing me...

2009-02-05 Thread Paul Stewart
Sorry does not mean a lot to me either. )-: I would be going through that line by line using an alert box to output variables till i could isolate the problem. Other than that i'd say get a hold of learning Jquery. Its not that big a read. It does sound as if you need more grounding in

Re: Help with Eclipse/CFEclipse

2009-02-05 Thread Tom Chiverton
On Wednesday 04 Feb 2009, N K wrote: 2)Eclipse Classic 3.4.1 (151 MB) That one. 3.3 has broader support amongst other plugins, imho. -- Tom Chiverton Helping to continually harvest vertical meta-services This email is sent for and on

Re: An appealing list of colors?

2009-02-05 Thread Tom Chiverton
On Wednesday 04 Feb 2009, Robert Harrison wrote: A lot of the paint web sites have tools that offer suggestions on colors. You can upload an image to Kular and it'll figure ones out for you :-) -- Tom Chiverton Helping to carefully transition third-generation error-free features

Re: Verity Collection Corruption

2009-02-05 Thread Bart Buijze
I'm encounting 'vague' Verity-errors in an application that uses Verity alot. See earlier message: I hava a couple of collections on a CF8-machine. Since a couple of months I regularly get the message Error opening a workspace.: com.verity.organize.WorkSpaceOpenException: All available workers

RE: XMLFormatted Characters

2009-02-05 Thread Adrian Lynch
Not a direct answer, but you could not touch the special characters (not sure why they're called special characters, they're not THAT special!) and instead use CDATA islands when generating the XML files. Adrian -Original Message- From: Duane Boudreau

Re: Data export question (general and very vague)

2009-02-05 Thread Jason Fisher
The easiest would be for the server admin of the MySQL box to allow access by the external web server, so that the web server can have a JDBC connector pointing directly at the source data. Then the JDBC connector could be used either to run the website directly or to feed a scheduled data

Sudden problem with CFTree only in some browsers: CFTreeApplet.class not found.

2009-02-05 Thread Roger Kristiansen
Hi guys, I've recently began experiencing problems with a page utilizing CFTree, and I'm seeing the following symptoms: * In Firefox or Epiphany, the applet doesn't load, and the Java console gives an error message (see below) * In Opera, the applet works just fine. The error given in

JVM Tuning and Garbage Collection

2009-02-05 Thread Rick Root
Dear cf-talk, I'm working on a site that averages about 10 requests per second over the course of a 24 hour period... of course it's considerably more active during peak time periods (actually about 9am-midnight, with peak activity between 8 and 10pm. We spread this across 3 instances with 1gb

Re: XMLFormatted Characters

2009-02-05 Thread Peter Boughton
Don't destroy raw data - only do formatting when outputting. Also, many people recommend HtmlEditFormat over XmlFormat for outputting to HTML. So, if you have an original variable HtmlData containing unescaped characters... - Use HtmlEditFormat(HtmlData) to convert for HTML output. - And

Re: JVM Tuning and Garbage Collection

2009-02-05 Thread Cutter (CFRelated)
Rick, We run very similar traffic. We found GC to be much better, for our app, when using the 1.5.0_14 JVM, over the default CF8 JVM. We hired Mike Brunt to come in and consult with us (some of the best money we ever spent). This may be better with the 1.6.0_11 JVM, but we haven't tested

RE: Strange Datasource error

2009-02-05 Thread Scott Mulholland
Nothing changed at the database level but this issue has actually gotten much worse today. Every other click in the app throws: Data source DATASOURCENAME verification failed. The root cause was that: java.sql.SQLException: Datasource names for all the database tags within CFTRANSACTION must

Re: Calling GetPageContext within a CFC

2009-02-05 Thread Nathan Strutz
Dude, why are you trying to put the image inside the image tag? Isn't that just for the image source, a.k.a. the link to where the image is, and not the actual binary data of the image itself? I mean, if that's what you really want, why not cffile read the image in and output it that way instead

Re: JVM Tuning and Garbage Collection

2009-02-05 Thread Wil Genovese
There are a few things I see in your JVM settings. The one major item I see is your not setting a time interval for running garbage collections. This means the default time is being used and this is known to cause issues during higher traffic occasions. Your going to want to add these

Coldfusion connectivity to MS SQL Server with SSL encryption

2009-02-05 Thread Matthew Frew
Hello, We're looking into the possibility of encrypting our MS SQL Servers (2000 and 2005) with SSL (as documented: http://msdn.microsoft.com/en-us/library/ms189067.aspx), but wanted to make sure that this wasn't going to cause any connectivity issues at the ColdFusion side first. Our

CFTree ending nodes?

2009-02-05 Thread Yuliang Ruan
I'm currently using CFTree with a cfc bind. Is there anyway to have a node that doesn't have any children not show the expand/collapse icon? Right now it's kind of confusing to the end user if there's a icon there that doesn't do anything. when they click it, it just changes to a collapse

Simplest forum

2009-02-05 Thread Don L
This question has probabaly been raised hundreds of times and yet I feel necessary to do so again. First, Rrequirements, simply three: a) interactive discussion like this forum; b) without authentification (username and password) but a degree of security, on the latter part, how about

Re: Simplest forum

2009-02-05 Thread John M Bliss
Check out http://galleon.riaforge.org On Thu, Feb 5, 2009 at 10:33 AM, Don L do...@yahoo.com wrote: This question has probabaly been raised hundreds of times and yet I feel necessary to do so again. First, Rrequirements, simply three: a) interactive discussion like this forum; b) without

RE: Coldfusion connectivity to MS SQL Server with SSL encryption

2009-02-05 Thread Jacob
With IPSec.. no issues. Never tried with SSL on top of it. -Original Message- From: Matthew Frew [mailto:mf...@wharton.upenn.edu] Sent: Thursday, February 05, 2009 8:26 AM To: cf-talk Subject: Coldfusion connectivity to MS SQL Server with SSL encryption Hello, We're looking into the

Re: Simplest forum

2009-02-05 Thread Rob Parkhill
+10 Galleon forums. Set up in less than 5 minutes. Now to customize :) On Thu, Feb 5, 2009 at 11:48 AM, John M Bliss bliss.j...@gmail.com wrote: Check out http://galleon.riaforge.org On Thu, Feb 5, 2009 at 10:33 AM, Don L do...@yahoo.com wrote: This question has probabaly been raised

Re: Simplest forum

2009-02-05 Thread Peter Boughton
b) without authentification (username and password) but a degree of security, on the latter part, how about generating three random number and ask the poster to paste it in clear view (not the crappy difficult to read obsfucation) prior to posting? For a heavy-duty site, probably

Re: JVM Tuning and Garbage Collection

2009-02-05 Thread Rick Root
On Thu, Feb 5, 2009 at 11:10 AM, Wil Genovese jugg...@visi.com wrote: There are a few things I see in your JVM settings. The one major item I see is your not setting a time interval for running garbage collections. This means the default time is being used and this is known to cause issues

Re: JVM Tuning and Garbage Collection

2009-02-05 Thread Wil Genovese
What is running your GC? Nothing in the JVM settings you posted shows how often your GC is running therefore to me it looks like your using the default values which is one minute. So the settings I posted are for 10 minute intervals. We've had great results with that interval. There are other

Re: JVM Tuning and Garbage Collection

2009-02-05 Thread Maureen Barger
Depending on how your app handles things you can address the frequency of GC but also change the _method_ of GC as well. Pete Freitag gives a great explanation on the different methods of GC: http://www.petefreitag.com/articles/gctuning/ It's for 1.42 but it gets the general definitions across.

Re: Strange Datasource error

2009-02-05 Thread AJ Mercer
have you got connection pooling turned on? Maybe there are too many connection to the DB server maybe you are running out of l incenses on the DB server?? 2009/2/6 Scott Mulholland smulholl...@aimg.com Nothing changed at the database level but this issue has actually gotten much worse

Re: Reorder Records for Navigation help

2009-02-05 Thread Sin Tec
I am having troubles getting this to work. Do you happen to have a working example? It would probably be best to use recursion to accomplish this. Recursion made my head hurt (a lot) the first time I tried to get my head around it as well. The idea is to use a parent ID to link sub menu items

Re: Strange Datasource error

2009-02-05 Thread Maureen
There is a tech note on this. http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19023 On Tue, Jan 27, 2009 at 7:09 AM, Scott Mulholland smulholl...@aimg.com wrote: Out of nowhere today I had two different applications that utilize the same datasource begin throwing the error: Data

Re: Reorder Records for Navigation help

2009-02-05 Thread Gerald Guido
Yeah, np... I have one on back up... but the drive is at work. I can get it to you in the morning. G! On Thu, Feb 5, 2009 at 6:39 PM, Sin Tec tooles...@gmail.com wrote: I am having troubles getting this to work. Do you happen to have a working example? It would probably be best to use

Re: Simplest forum

2009-02-05 Thread Don L
+10 Galleon forums. Set up in less than 5 minutes. Now to customize :) On Thu, Feb 5, 2009 at 11:48 AM, John M Bliss bliss.j...@gmail.com wrote: John and Rob, it looks great. My only concern is user registration, as Peter asked, my target audience is students (some college, some high

Re: JVM Tuning and Garbage Collection

2009-02-05 Thread Rick Root
I've taken advice from several of you and restarted my services... so far so good. I lowed the memory on each instance to 768m - min and max - and added the garbage collection interval. I also increased the maxpermsize java.args=-server -Xmx768m -Xms768m -Dmail.host=www.classcreator.com

Re: Simplest forum

2009-02-05 Thread Gerald Guido
Don Bad ppl *will* find it if it is on the internets. It is like hard drive failure. It is not a matter of if, it is a matter of when. G! On Thu, Feb 5, 2009 at 7:06 PM, Don L do...@yahoo.com wrote: +10 Galleon forums. Set up in less than 5 minutes. Now to customize :) On Thu, Feb 5,

Re: Simplest forum

2009-02-05 Thread Rob Parkhill
Don, Galleon has a feature, where you can set just everyone to post. Seriously, just download the zip, and open the readme file for the installation. It's five pages long and explains all the security and management that you need. Rob On Thu, Feb 5, 2009 at 7:06 PM, Don L do...@yahoo.com

Re: Simplest forum

2009-02-05 Thread Raymond Camden
Don, I'm the creator of Galleon. If you have an questions, feel free to ping me directly at ray at camdenfamily dot com. I don't follow cf-talk very closely and wanted to make sure you knew how to contact with me any problems. On Thu, Feb 5, 2009 at 7:14 PM, Rob Parkhill

Re: Simplest forum

2009-02-05 Thread Don L
Don Bad ppl *will* find it if it is on the internets. It is like hard drive failure. It is not a matter of if, it is a matter of when. G! On Thu, Feb 5, 2009 at 7:06 PM, D Gerald, I see your point. In a way, it's like a house, even with a lock on when its owner is out, a determined burglor

Re: Simplest forum

2009-02-05 Thread Don L
Rob Don, Galleon has a feature, where you can set just everyone to post. Seriously, just download the zip, and open the readme file for the installation. It's five pages long and explains all the security and management that you need. Rob On Thu, Feb 5, 2009 at 7:06 PM, D Thanks, Rob.

Re: Simplest forum

2009-02-05 Thread Don L
Don, I'm the creator of Galleon. If you have an questions, feel free to ping me directly at ray at camdenfamily dot com. I don't follow cf-talk very closely and wanted to make sure you knew how to contact with me any problems. On Thu, Feb 5, 2009 at 7:14 PM, Rob Parkhill