Re: get server uptime and # of requests

2006-12-24 Thread Douglas Knudsen
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19120 Have to turn metrics on. This will logged a bunch of data to a file. I don't think this is what seefusion/fusion reactor use though, some JMX hook I presume. DK On 12/24/06, John Blayter <[EMAIL PROTECTED]> wrote: > > Are there a

Re: CFMX CFMAIL and message-ID

2006-12-24 Thread Claude Schneegans
>>You don't need to set your own message ID to create a tree structure, just compare the reply-to against a past message ID. Right, I just figured this out. I was also using this header to identify the application, but now I use the Xmailer header instead. I just put the application name in it.

Re: get server uptime and # of requests

2006-12-24 Thread John Blayter
Are there any solutions to the J2EE installs? On 12/23/06, Douglas Knudsen <[EMAIL PROTECTED]> wrote: > IIRC, getMetricsData only works on standalone installs, not the J2EE install > path. > > DK > > On 12/23/06, Raymond Camden <[EMAIL PROTECTED]> wrote: > > > > getMetricData can return the number

Re: CFMX CFMAIL and message-ID

2006-12-24 Thread Michael Dinowitz
You don't need to set your own message ID to create a tree structure, just compare the reply-to against a past message ID. That's what I do for the House of Fusion list archives and it works perfectly. Michael Dinowitz President: House of Fusion(http://www.houseoffusion.com) Publisher: Fusio

Re: CFMX CFMAIL and message-ID

2006-12-24 Thread Claude Schneegans
>>Can't you create your own custom header value? I'm talking the kind like "X-[something]". Not really, because the tree structure is constructed from the message-ID header in conjunction with the References: headers by most mail readers. The References : header lists message-ID from previous m

RE: Image display question?

2006-12-24 Thread Bobby Hartsfield
That is kind of buggy in some browsers unless the image is preloaded and like you said... that would defeat the purpose of a thumbnail. You could do something like this... http://acoderslife.com/gallery/index.cfm?imgaction=full&imgcatid=2&imgid=4 http://acoderslife.com/gallery/index.cfm?imgaction=

RE: Image display question?

2006-12-24 Thread Snake
If you load them all into a JS array then they will all have to load with the page, with rather defeats the purpose of having a thumbnail. Just have the palce holder with a blank 1px image and then reload it when clicking on the thumb E.g. russ -Original Message- From: Doug Brown [ma

RE: CFMX CFMAIL and message-ID

2006-12-24 Thread Dawson, Michael
Can't you create your own custom header value? I'm talking the kind like "X-[something]". For example, our Barracuda spam filter adds several of its own message headers such as: "X-Barracuda-Virus-Scanned" M!ke -Original Message- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent:

RE: Image display question?

2006-12-24 Thread Bobby Hartsfield
Do you mean a JS array so the images load without refreshing the page or do you mean refreshing the page when you click a thumb to load the new image? -Original Message- From: Doug Brown [mailto:[EMAIL PROTECTED] Sent: Sunday, December 24, 2006 9:39 AM To: CF-Talk Subject: Image display

Re: CFMX CFMAIL and message-ID

2006-12-24 Thread Claude Schneegans
>>you're going to have to bypass CFMail entirely G, another reason I hate Java and CFMX :-( I think I can live using the Java header however, and use the mailerID as well to set more information in the message. This one is not broken by Java. Thanks. -- __

Re: CFMX CFMAIL and message-ID

2006-12-24 Thread Matt Robertson
It has done this since CF went to Java in 6.0. To get around it you're going to have to bypass CFMail entirely, or change your forum software to look at a different header that you then insert. Unless someone knows a way to defeat this from the Java side? -- [EMAIL PROTECTED] Janitor, The Rober

CFMX CFMAIL and message-ID

2006-12-24 Thread Claude Schneegans
Hi, I have an application which sends messages. I use CFMAILPARAM to set a message-ID header in the message, ie: Message-id: <[EMAIL PROTECTED]> Under CF5 it works fine. Under CF7, the message-ID header seems to be set by the Java Mailer, whwtev I put in CFMAIPARAM, ie: Message-id: <[EMAIL PRO

Image display question?

2006-12-24 Thread Doug Brown
I have a page that I am working on, and am using imageCR3 for resizing and displaying the thumbnail images, but what I would like to do, is not have to load another page to show the larger version of the thumbnail images. I would like a placeholder for the larger image and then the thumbnails be

Re: Fusebox plugin for CFEclipse?

2006-12-24 Thread Nick Tong - TalkWebSolutions.co.uk
Mark Drew is working on it from what i know: http://www.markdrew.co.uk/blog/index.cfm/2006/10/9/Fusebox-Plugin-for-EclipseCFEclipse On 22/12/06, Sandra Clark <[EMAIL PROTECTED]> wrote: > > The only FB plugin I had ever heard of only supports FB3 (which is not > xml). > Is this another plugin? > >