Re: CFMail alternative

2013-04-06 Thread WebSite CFTalk

Where is the like button in here :-)

Sendt fra min iPad

Den 6. apr. 2013 kl. 21:23 skrev Dave Watts dwa...@figleaf.com:

 
 it has been shown on all the reported instances I saw that the mails in
 question never reached the smtp server as did not show in the mail  logs on
 the  server despite cf saying hey were sent, and were not in undelivered
 folder, they simply vanished.
 
 So if you have one log file that says CF sent the message
 successfully, and another log file that says that your mail server
 didn't receive a message, why do you assume that the mail server log
 is right and the CF log is wrong? I mean, there's a big difference
 between just failing to deliver a message, and both failing to deliver
 a message but also logging that the message was sent!
 
 I can think of one case where I've run into a similar issue, and the
 root case was a spam filtering measure on the recipient server. CF
 said it had been sent, but the recipient system (Postini) did not list
 it. It turned out to be a feature in Postini called Blatant Spam
 Blocking which caused the incoming message to be dropped and not
 delivered or even logged by Postini.
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/
 
 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite.
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355301
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Oops! Virtual Directories Server Errors

2012-06-07 Thread WebSite CFTalk

Ok, good point :-)

Rename web.config in affected folders and test then..

I have all sites configured on one connector in our setup, and use no .net 
functinality. In that scenario it's quite ok to not use separate web.config 
files for every iis website.

Mvh
Helge Hetland
WebSite as


Den 7. juni 2012 kl. 17:19 skrev Matthew Small chestypul...@beachbum.net:

 
 DON'T DELETE WEB.CONFIGS unless you know exactly what you are doing.
 
 They may be individually configured for each website - some websites have 
 different configuration and that's where the differences go.
 
 I've seen a similar issue, try this:
 
 Look for web.config in the affected directories.
 
 Delet all exept the one in root.
 
 (the error comes from settings in the web.config - but instead of 
 fixing that i found that deleting them also fixed it)
 
 Mvh
 Helge Hetland
 WebSite as
 
 
 Den 5. juni 2012 kl. 15:04 skrev Rick Root rick.r...@gmail.com:
 
 
 So, we have a web site where we use virtual directories to point 
 back to
 the root folder, allowing us to have multiple web sites and one code 
 base.
 
 This morning, I removed IIS6 Mgmt Compatability (because CF 9.0.1 
 won't let
 me reconfig any web server connectors)... and I had to also install 
 the
 ASP.NET feature before it would let me do it...
 
 Got everything working, reconfigured stuff, and it's all good, 
 right?
 
 Only now, our virtual subdirectories are generating  The page 
 cannot be
 displayed because an internal server error has occurred. 
 
 And I can't find any logs that tell me WHY.
 
 Nothing in coldfusion's Exception or Application log, nothing in 
 the
 C:\Jrun4\logs\ folder that would indicate a problem, nothing helpful 
 in the
 wsconfig/X/logs folder either...
 
 Anyone have any suggestions?
 
 -- 
 *The beatings will continue until morale improves.*
 
 
 
 
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351496
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Oops! Virtual Directories Server Errors

2012-06-05 Thread WebSite CFTalk

I've seen a similar issue, try this:

Look for web.config in the affected directories.

Delet all exept the one in root.

(the error comes from settings in the web.config - but instead of fixing that i 
found that deleting them also fixed it)

Mvh
Helge Hetland
WebSite as


Den 5. juni 2012 kl. 15:04 skrev Rick Root rick.r...@gmail.com:

 
 So, we have a web site where we use virtual directories to point back to
 the root folder, allowing us to have multiple web sites and one code base.
 
 This morning, I removed IIS6 Mgmt Compatability (because CF 9.0.1 won't let
 me reconfig any web server connectors)... and I had to also install the
 ASP.NET feature before it would let me do it...
 
 Got everything working, reconfigured stuff, and it's all good, right?
 
 Only now, our virtual subdirectories are generating  The page cannot be
 displayed because an internal server error has occurred. 
 
 And I can't find any logs that tell me WHY.
 
 Nothing in coldfusion's Exception or Application log, nothing in the
 C:\Jrun4\logs\ folder that would indicate a problem, nothing helpful in the
 wsconfig/X/logs folder either...
 
 Anyone have any suggestions?
 
 -- 
 *The beatings will continue until morale improves.*
 
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:351470
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Automated File Deployment/Replication

2011-07-05 Thread WebSite CFTalk

We hav a similar setup.

At first we used DFS replication (on win2003/2008) replicating in a mesh 
structure among all servers but since we're now on win2008 only we're using 
folder junctions towards a common fileshare.

DFS was ok but with many files/changes we experienced delays - and the folder 
junctions is working better for us.

Mvh
Helge Hetland
WebSite as


Den 5. juli 2011 kl. 18:33 skrev Brian Polackoff bpolack...@gmx.com:

 
 Hey everyone. I have been tasked recently with coming up with an automated
 deployment/file replication system for our newly built infrastructure. We
 have a hardware load balancer that spreads the traffic over 5 real servers.
 We are looking for a way to place the production web files and assets on a
 single server and let that server then replicate the files over to the
 other 4 servers instantly. Can anyone recommend software to accomplish this
 or just some best practices for this type of scenario?
 
 Thanks!
 Brian
 
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:346077
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Change in ColdFusion management

2011-02-14 Thread cftalk

In case people don't know and many may not due to the way it was announced late 
last friday, there is a debate going on with the recent change in Adobe's 
management of Coldfusion. Whether you agree with my concerns or not, it's 
important that everyone get a chance to voice their opinions on this.

Here a the blog posts to look at...

Adam's announcement
http://www.adrocknaphobia.com/post.cfm/the-modern-age-of-coldfusion

My reaction
http://www.codfusion.com/blog/post.cfm/so-there-s-this-story-about-a-frog-in-boiling-water
-there are comments that add additional problems to this move

Brian Meloche's reaction
http://www.brianmeloche.com/blog/index.cfm/2011/2/12/End-of-another-era

John
ma...@fusionlink.com 
twitter: john_mason_



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342199
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Change in ColdFusion management

2011-02-14 Thread cftalk

It's cached by Google..

http://webcache.googleusercontent.com/search?q=cache:3G9LdiSkodEJ:www.adrocknaphobia.com/post.cfm/the-modern-age-of-coldfusion+http://www.adrocknaphobia.com/post.cfm/the-modern-age-of-coldfusioncd=1hl=enct=clnkgl=usclient=safarisource=www.google.com


- Original Message -
From: William Seiter [mailto:will...@seiter.com]
To: cf-talk@houseoffusion.com
Sent: Mon, 14 Feb 2011 19:08:14 + (GMT)
Subject: Re: Change in ColdFusion management


Anyone have Adam's announcement?  I keep trying to access it and get a blank 
page.

Thanks,
William

--
William E. Seiter


On Feb 14, 2011, cft...@fusionlink.com wrote: 


In case people don't know and many may not due to the way it was announced late 
last friday, there is a debate going on with the recent change in Adobe's 
management of Coldfusion. Whether you agree with my concerns or not, it's 
important that everyone get a chance to voice their opinions on this.

Here a the blog posts to look at...

Adam's announcement
http://www.adrocknaphobia.com/post.cfm/the-modern-age-of-coldfusion

My reaction
http://www.codfusion.com/blog/post.cfm/so-there-s-this-story-about-a-frog-in-boiling-water
-there are comments that add additional problems to this move

Brian Meloche's reaction
http://www.brianmeloche.com/blog/index.cfm/2011/2/12/End-of-another-era

John
ma...@fusionlink.com 
twitter: john_mason_







~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342203
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Re: Change in ColdFusion management

2011-02-14 Thread cftalk

Outsource is a generic term for me. The engineering use to be here in the US 
and is now entirely in India. The fact that they are Adobe employees doesn't 
invalidate any of the concerns I and others have pointed out.

John Mason


- Original Message -
From: Matt Quackenbush [mailto:quackfu...@gmail.com]
To: cf-talk@houseoffusion.com
Sent: Mon, 14 Feb 2011 18:46:32 -0600
Subject: Re: Re: Change in ColdFusion management


For the love of all that is good and right in this world, folks, if you're
going to comment, please at least get it right.

Adobe are NOT _outsourcing_ **ANYTHING**!  Adobe has an enormous corporate
presence in India.  The engineering teams there are - get this, it's hard to
grasp, I know - ADOBE EMPLOYEES!!!

When you can't even get the basics right, any valid argument/concern you may
have is completely devalued and is thereby fodder for the interweb archives.




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342235
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Re: Change in ColdFusion management

2011-02-14 Thread cftalk

Perhaps, but I think there needs to be a serious discussion about this. Adobe 
went about a weird way in announcing it and I guess hoped it wouldn't get much 
notice as a result. This is one of the biggest decisions they have made with 
ColdFusion in several years.

John


- Original Message -
From: Russ Michaels [mailto:r...@michaels.me.uk]
To: cf-talk@houseoffusion.com
Sent: Tue, 15 Feb 2011 00:23:44 +
Subject: Re: Re: Change in ColdFusion management


Painting a target on your back there John :-)

Unfortunately having an opinion that is not 100% positive about CF or Adobe
brings out the worst Trolls who really have nothing constructive to add and
just get their rocks off by making rude and obnoxious comments, which is
simply not called for and really some people should know better and be more
mature.

I agree with your concerns and can understand where they come from, but I
also think that perhaps you are being overly pessimistic and assuming the
worst. I can understand why anyone would assume the worst about outsourcing
to India, it has a bad rep and most people who have had to deal with
outsourced support will have been driven to tearing their hair out at some
point. But as has been said, this is not really outsourcing as Adobe have
offices and staff there and have had for a long time.

Your suggestions for improvements however are fair and seems like they would
be beneficial regardless of whether you consider this to be FUD or not.

Best of luck with the the oncoming flotsam.

Russ.

On Mon, Feb 14, 2011 at 7:53 PM, William Seiter will...@seiter.com wrote:


 Got it, thanks everyone for the google cache link...  must be a bad brain
 day monday for me  ;)

 William
 --
 William E. Seiter


 On Feb 14, 2011, cft...@fusionlink.com wrote:


 It's cached by Google..


 http://webcache.googleusercontent.com/search?q=cache:3G9LdiSkodEJ:www.adrocknaphobia.com/post.cfm/the-modern-age-of-coldfusion+http://www.adrocknaphobia.com/post.cfm/the-modern-age-of-coldfusioncd=1hl=enct=clnkgl=usclient=safarisource=www.google.com


 - Original Message -
 From: William Seiter [mailto:will...@seiter.com]
 To: cf-talk@houseoffusion.com
 Sent: Mon, 14 Feb 2011 19:08:14 + (GMT)
 Subject: Re: Change in ColdFusion management


 Anyone have Adam's announcement?  I keep trying to access it and get a
 blank page.

 Thanks,
 William

 --
 William E. Seiter


 On Feb 14, 2011, cft...@fusionlink.com wrote:


 In case people don't know and many may not due to the way it was announced
 late last friday, there is a debate going on with the recent change in
 Adobe's management of Coldfusion. Whether you agree with my concerns or not,
 it's important that everyone get a chance to voice their opinions on this.

 Here a the blog posts to look at...

 Adam's announcement
 http://www.adrocknaphobia.com/post.cfm/the-modern-age-of-coldfusion

 My reaction

 http://www.codfusion.com/blog/post.cfm/so-there-s-this-story-about-a-frog-in-boiling-water
 -there are comments that add additional problems to this move

 Brian Meloche's reaction
 http://www.brianmeloche.com/blog/index.cfm/2011/2/12/End-of-another-era

 John
 ma...@fusionlink.com
 twitter: john_mason_









 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342237
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Re: Change in ColdFusion management

2011-02-14 Thread cftalk

Sorry I didn't get a pass with the word police. If you want to totally 
disregard me for that, that's your business.

John


- Original Message -
From: Matt Quackenbush [mailto:quackfu...@gmail.com]
To: cf-talk@houseoffusion.com
Sent: Mon, 14 Feb 2011 19:07:00 -0600
Subject: Re: Re: Change in ColdFusion management


You need a dictionary, then.  It has a very specific definition.  And no,
not here in the US is not the definition.  :-)
out?source?verb (used with object)
1.
(of a company or organization) to purchase (goods) or subcontract (services)
from an outside supplier or source.
2.
to contract out (jobs, services, etc.)

?verb (used without object)
3. to obtain goods or services from an outside source

http://dictionary.reference.com/browse/outsourc



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342240
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Re: Change in ColdFusion management

2011-02-14 Thread cftalk

Matt,

I went back over my post to see where and how I used that word and was honestly 
surprised that at no point did I actually do so. The word is used a number of 
times by the people who commented to my post in disagreement. I suspect they 
failed to properly look at the points I made. I did use the word offshore, 
which I believe that, you would agree, is the proper and correct term to use. 
Feel free to check for yourself and even refer to Google caching if you feel I 
may have changed anything. 

Words are important but at the same time I hope you don't forget to miss the 
meaning of those words, their context and their intent. Language is a complex 
tool to be sure. It is important to not arbitrarily disregard anyone, even for 
a slight mistake. Since I never caused your fault to begin with, I hope you 
will take the time to reconsider my position and the points of my concern. 
There are others who also listed concerns as well. I think an honest and 
critical review of Adobe's position is a positive thing. The quick and false 
judgement by some, I fear, may end in a terrible mistake.

Sincerely,
John Mason


- Original Message -
From: Matt Quackenbush [mailto:quackfu...@gmail.com]
To: cf-talk@houseoffusion.com
Sent: Mon, 14 Feb 2011 19:19:46 -0600
Subject: Re: Re: Change in ColdFusion management


John, it's not about being word police.  It's about whether or not you are
a man of your word.  Words, whether you like it or not, have very specific
meanings.  If you choose to use some whacked definition of words in your own
mind, definitions that don't even remotely match the actual definitions,
then you are an untrustworthy source of information.  Why?  Because the
words you use to spread information are inaccurate.  And when you are
inaccurate, yes, my friend, it *is* your business.

You wonder why people attack you?  Perhaps you should start by looking at
your choice of words and look up the actual meanings of them before you
write them.  I'll go ahead and give you the benefit of the doubt and say
that you actually mean something entirely different than you're saying.
Now, you should start trying to actually say what you mean and mean what you
say (something you admittedly don't bother doing).




~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342253
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Re: Change in ColdFusion management

2011-02-14 Thread cftalk

Sean,

First Question:
I think the community can have a discussion. Certainly, it's well within their 
right. It's also in their right to voice concerns to Adobe. If Adobe has a 
problem with that, then all may very well be lost. I tell my clients of major 
decisions or actions within my company. I think it's good business and 
important to do. I wouldn't rank Adobe against a standard I didn't myself hold.

Second Question:
It's a big decision, we can  disagree about how big or which is bigger, but 
that seems to be a minor point to debate on. Sort of like I caught a fish this 
big kind of debate :)

John Mason




- Original Message -
From: Sean Corfield [mailto:seancorfi...@gmail.com]
To: cf-talk@houseoffusion.com
Sent: Mon, 14 Feb 2011 17:36:57 -0800
Subject: Re: Re: Change in ColdFusion management


On Mon, Feb 14, 2011 at 5:05 PM,  cft...@fusionlink.com wrote:
 Perhaps, but I think there needs to be a serious discussion about this.

You don't think there was a serious discussion about this within
Adobe? Do you think Adobe should consult with all its users before
making a business decision? They don't even consult with their
shareholders on this stuff (and nor should they).


 This is one of the biggest decisions they have made with ColdFusion in 
 several years.

Hardly. Adobe has a ton of product management and marketing folks in
India and has had for years. Moving two roles from one location to
another, to better fit the business needs, is pretty minor on the
corporate scale of things.
-- 
Sean A Corfield -- (904) 302-SEAN
Railo Technologies, Inc. -- http://getrailo.com/
An Architect's View -- http://corfield.org/

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342255
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Re: Change in ColdFusion management

2011-02-14 Thread cftalk

Scott,

I think its a bad decision and I took a great deal of time to make my blog 
post. I agree twitter is for initial reactions and banter, blog posts are for 
careful reflection and thought. You keep referring to my twitter posts? I think 
you may be judging me with the wrong level. People including myself think this 
is a bad move. I specifically said early in my blog post that the sky wasn't 
falling and yet you keep accusing me of saying the opposite. Please carefully 
look at my points. My main point, is that by the time we may discover something 
is seriously wrong that at that point it may very well be too late.

John Mason




- Original Message -
From: Scott Stroz [mailto:boyz...@gmail.com]
To: cf-talk@houseoffusion.com
Sent: Mon, 14 Feb 2011 23:31:22 -0500
Subject: Re: Re: Change in ColdFusion management


John,

There is a big difference between 'an honest and critical review  of
Adobe's position' and your blog post.

Once again you take shots at people for 'quick' judgement when you
yourself are guilty of just the same. You were criticizing this on
Twitter within hours of Adam's blog post going on line.

I still fail to see the big deal, of all the people on the ColdFusion
team 2 are being changed...2.

On Mon, Feb 14, 2011 at 10:52 PM,  cft...@fusionlink.com wrote:

 Matt,

 I went back over my post to see where and how I used that word and was 
 honestly surprised that at no point did I actually do so. The word is used a 
 number of times by the people who commented to my post in disagreement. I 
 suspect they failed to properly look at the points I made. I did use the word 
 offshore, which I believe that, you would agree, is the proper and correct 
 term to use. Feel free to check for yourself and even refer to Google caching 
 if you feel I may have changed anything.

 Words are important but at the same time I hope you don't forget to miss the 
 meaning of those words, their context and their intent. Language is a complex 
 tool to be sure. It is important to not arbitrarily disregard anyone, even 
 for a slight mistake. Since I never caused your fault to begin with, I hope 
 you will take the time to reconsider my position and the points of my 
 concern. There are others who also listed concerns as well. I think an honest 
 and critical review of Adobe's position is a positive thing. The quick and 
 false judgement by some, I fear, may end in a terrible mistake.

 Sincerely,
 John Mason


 - Original Message -
 From: Matt Quackenbush [mailto:quackfu...@gmail.com]
 To: cf-talk@houseoffusion.com
 Sent: Mon, 14 Feb 2011 19:19:46 -0600
 Subject: Re: Re: Change in ColdFusion management


 John, it's not about being word police. ?It's about whether or not you are
 a man of your word. ?Words, whether you like it or not, have very specific
 meanings. ?If you choose to use some whacked definition of words in your own
 mind, definitions that don't even remotely match the actual definitions,
 then you are an untrustworthy source of information. ?Why? ?Because the
 words you use to spread information are inaccurate. ?And when you are
 inaccurate, yes, my friend, it *is* your business.

 You wonder why people attack you? ?Perhaps you should start by looking at
 your choice of words and look up the actual meanings of them before you
 write them. ?I'll go ahead and give you the benefit of the doubt and say
 that you actually mean something entirely different than you're saying.
 Now, you should start trying to actually say what you mean and mean what you
 say (something you admittedly don't bother doing).




 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:342256
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Custom Tags, cf_location

2011-01-26 Thread WebSite CFTalk

I absolutely agree with you on that.

Now I really hope that you're in the everybody group...

Bye
Helge 

Den 26. jan. 2011 kl. 17:14 skrev Michael Firth mfsqlser...@gmail.com:

 
 Wow.  Looks like even Homer Simpson joined this conversation.  Seriously, do 
 you think you can manage to be somewhat professional lol?  If somehow I 
 manage to upset you, I don't think that everybody has to hear about it, do 
 they?
 
 On Jan 26, 2011, at 11:01 AM, Mark A. Kruger wrote:
 
 
 Dave... don't encourage him!!! He had already moved on to something else
 (doh!).
 
 
 
 -Original Message-
 From: Dave Watts [mailto:dwa...@figleaf.com] 
 Sent: Tuesday, January 25, 2011 8:26 PM
 To: cf-talk
 Subject: Re: Custom Tags, cf_location
 
 
 That fails to address OP's question.  Instead, it begs his question...
 
 I hate to get into this, but ...
 
 I don't think you're using beg the question correctly. When you beg
 the question, you're assuming the answer. Whatever Andrew's doing, I
 don't think it's that.
 
 http://en.wikipedia.org/wiki/Begging_the_question
 
 Dave Watts, CTO, Fig Leaf Software
 http://www.figleaf.com/
 http://training.figleaf.com/
 
 Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
 GSA Schedule, and provides the highest caliber vendor-authorized
 instruction at our training centers, online, or onsite
 
 
 
 
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:341379
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: DSN Connection String - failover faster/better?

2011-01-26 Thread WebSite CFTalk

Depending on the size of the application (how much work involved in changing 
code):

Cftry/cfcatch on database errors would prevent users from noticing anything 
other than a slight delay on failover?

Mvh
Helge Hetland
WebSite as


Den 27. jan. 2011 kl. 03:35 skrev Kris Jones kris.jon...@verizon.net:

 
 Hi Brian,
 
 I mistyped -- we are running 2k8 in 2k5 compatibility mode.
 
 I took the advice of my sysadmin who is also a certified MSSQL guy
 (and a really smart one too). With Mirroring you can specify the
 failover partner in the connection string. You have a primary, and a
 secondary. When the primary fails, the secondary becomes the primary,
 and when the failed server comes back online, it becomes secondary.
 This is all transparent (as far as I know, and based on what I've been
 told and read). I really don't know how a DB cluster would better suit
 our needs.
 
 The failover is plenty fast actually -- it's just that I'd like to
 have it so that CF doesn't have to return a connection failure to the
 caller before failing over. Naturally it needs to see the failure, but
 I'd hope there'd be something in the connection that would re-try once
 if it were configured for mirror w/ failover partner?
 
 We're running a 12-instance CF Cluster, and it returns a failed
 connection for each instance. Given a user Joe, and a not so busy
 application, let's say that Joe logs on, and hits an instance. The
 primary has failed, so Joe gets an error. Being a persistent guy, Joe
 then reloads the page, where he hits another instance, and gets
 another error. And so on, and so on.
 
 Luckily, we're talking more than 1 server, with LB w/ sticky session
 in front of the cluster. So Joe will only get this a maximum of 4
 times. But this same scenario would have to happen on each of the
 instances across the cluster. And I'd rather not have the error return
 to Joe (or any user) in the first place.
 
 Cheers,
 Kris
 
 
 On Wed, Jan 26, 2011 at 6:32 PM, Brian Cain bcc9...@gmail.com wrote:
 
 Hi Kris,
 
 I don't really have a suggestion for your issue, but I was wondering what 
 factored in to your decision to use mirroring instead of a DB cluster.  I 
 use a 2 node database cluster running MSSQL 2K5 and can drop the primary 
 node and see my system recover (including running CF requests) in less than 
 30 seconds.  I am not a database expert, but love the setup I have now.
 
 Thanks,
 Brian Cain
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:341503
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Clustering ColdFusion - some black holes

2011-01-25 Thread WebSite CFTalk

 Goal:
 One rock stable high performance ColdFusion cluster with session 
 replication and quick failover

Is there a specific requirement for session replication? Because you might get 
generally better results if you just use sticky sessions.
That buys you load balancing, but not complete failover - but it may be enough, 
if your failure rate is acceptably low.

I've set up session replication for a couple of clients, and the whole thing 
just seemed a bit fragile to me. I'd prefer to use a database for session 
management in this case, I think - which might involve using Client variables 
instead of Session variables, or might involve custom code to synchronize 
Session variables with a database.

--
No, there is no specific requirement for session replication. It would just be 
nice to see if that could be sorted out at the same time.
We encounter problems regarding this (clients losing their session) very 
seldom, but if the session replication was working as it should those problems 
would be eliminated also.. :)

Thanks,
Helge

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:341169
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Clustering ColdFusion - some black holes

2011-01-25 Thread WebSite CFTalk

Will do, 
I'll never try to setup session replication again, I'll never try to setup 
session replication agai... :)

But, the below described procedure - it's 100% accurate for setting up a 
cluster?
(not ticking of the replicate sessions this time.. :))

--
JRun instances
All new CF instances is created from the default CFusion instance which is shut 
down and never used after the setup is done (same goes with JRun Admin 
Instance)
Internal webserver on every CF instance is active with separate port addresses 
and separate instance names (8300 for admin, 8301 for instance one cfusion1, 
8302 for instance two cfusion2, 8303 for instance 3 cfusion3 on physical 
server #2 etc.)
Every CF instance have the remote port (JNDI port) set unique (both server wide 
and cluster wide)

Clustering setup
On one server (CFadmin / Instance manager) all remote instances is registered
On the same server one cluster is created with round robin / sticky sessions / 
and replicate sessions set
All instances is added to the clusters (for example 6 instances on 3 physical 
servers on the same subnet)
(After this the servers is physically restarted)

Connector setup
On every physical server the Web Server Configuration Tool is run

On every physical server the IIS webserver is configured with this settings:
JRun Host: [The server where cluster was created initially]
JRun Server: [The cluster name]
All IIS websites (The server has multiple websites, hundreds)
Configure web server for cf 7/8/9 apps
-

Regards,
Helge

-Original Message-
From: Mark A. Kruger [mailto:mkru...@cfwebtools.com] 
Sent: 25. januar 2011 21:39
To: cf-talk
Subject: RE: Clustering ColdFusion - some black holes


Session replication is a bear and difficult to support. I avoid it when 
possible.

-mark


Mark A. Kruger, MCSE, CFG
(402) 408-3733 ext 105
Skype: markakruger
www.cfwebtools.com
www.coldfusionmuse.com
www.necfug.com



-Original Message-
From: Helge Hetland [mailto:hetl...@website.no]
Sent: Tuesday, January 25, 2011 11:29 AM
To: cf-talk
Subject: RE: Clustering ColdFusion - some black holes


I agree also.

I should have left that one out of it..
It seems to have hidden the real question which is: what is the 100%
correct way to create a cluster as this.

Thanks,
Helge

-Original Message-
From: Jason Fisher [mailto:ja...@wanax.com] 
Subject: Re: Clustering ColdFusion - some black holes

I agree with Dave on this one:  set sticky sessions on the LB, and let each
web server stand independently so there are no single failure points.  If
you need true failover, refactor the apps to use client vars and store them
in a database for clean 'session' replication across the web servers.



From: Dave Watts dwa...@figleaf.com
Sent: Tuesday, January 25, 2011 9:11 AM
To: cf-talk cf-talk@houseoffusion.com
Subject: Re: Clustering ColdFusion - some black holes

 Goal:
 One rock stable high performance ColdFusion cluster with session
replication and quick
 failover

Is there a specific requirement for session replication? Because you might
get generally better results if you just use sticky sessions.
That buys you load balancing, but not complete failover - but it may be
enough, if your failure rate is acceptably low.







~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:341200
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: DirectoryWatcher Event Gateway

2010-11-05 Thread WebSite CFTalk

You should try to setup dfs replication between the two servers / directory 
structures instead of using watch folders.

That would be more efficient and would also give you near real time sync 
between the two servers.

set and forget

Mvh
Helge Hetland
WebSite AS

Den 5. nov. 2010 kl. 16:50 skrev Jake Churchill reyna...@gmail.com:

 
 I'm using the directory watcher event gateway to sync files between 2
 servers that are load balanced.  The client uses both file upload tools and
 local shares to update files (all located in an images directory).  They
 have 2 sites and the images directory on one site is pushing 2GB and the
 other is about 1.2GB.  So, I have 2 directory watcher instances running, one
 for each image directory.  This is the same directory watcher, I just load 2
 different config files.  When images are added to server 1, they are copied
 to server 2, same for changes and deletes.
 
 My question is the following:
 
 I've never used directory watchers before.  I have these scheduled to run at
 5 minute incremenets and when they run the processor usage increases to over
 30%.  It makes me nervous consistently using this much proc so I want to
 know if this is normal.  Is there a more efficient way to sync images
 between servers using coldfusion?
 
 FYI, the images are not all in the images directory, there are about 20
 sub-directories and the directory watchers run recursively.  The server this
 is running on is quite powerful.  It's a 64bit windows server 2003 with a
 quad-core proc and 8GB RAM.  The JVM has been tuned for this machine.  This
 is CF8 Standard.  (Both machines are the same)
 
 Thanks for any input.
 
 -Jake
 
 
 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:338856
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


RE: Pathing Problem

2010-06-22 Thread WebSite CFTalk

If you have created a virtual directory in IIS pointing to e:\images you should 
be able to use something like this:

img src=/images/imagename.ext

Or:
img src=www.urltosite.com/images/imagename.ext



-Original Message-
From: Richard Steele [mailto:r...@photoeye.com] 
Sent: 21. juni 2010 15:14
To: cf-talk
Subject: Pathing Problem


Our images reside on a separate drive e:/images. Our website is on 
c:\inetpub\wwwroot.

How do I show the images on the e drive?

Adding a virtual directory images in IIS and having img src in our code point 
to  e:\images doesn't seem to work. 

Thanks in advance. 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334718
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Merlin Manager 1.0.1 is now public

2010-02-22 Thread cftalk

The Merlin Manager project I demo at CFUnited is now on its first public 
release as version 1.0.1.

It is completely free to use and the CFCs are now open source under the GPL 
version 3 license. The AIR client is not open source yet. That may happen in 
the future. For service and support there is an optional annual $85.00 service 
fee.

If you haven't heard of Merlin yet. There is a online demo at 
http://www.merlinmanager.com. It is a management and monitoring system for 
ColdFusion servers. Unlike Adobe's CF 9  Manager, Merlin works on ColdFusion 7, 
8 and 9. It also has monitoring for versions 8  9. With Merlin you can save 
server configuration snapshots and restore them across multiple servers. It 
also includes a handy update and patch management system to keep your systems 
up-to-date.

You can download Merlin at:
http://www.merlinmanager.com

John
ma...@fusionlink.com
twitter: john_mason_
blog: codfusion.com 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331032
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: ColdFusion Windows Authentication

2010-02-06 Thread WebSite CFTalk

You can still get to that information from the client (IE) if security settings 
on the browser is adjusted:
http://www.perlmonks.org/?node_id=396274

Not the password though..

Helge

-Original Message-
From: Jason Fisher [mailto:ja...@wanax.com] 
Sent: 5. februar 2010 17:33
To: cf-talk
Subject: Re: ColdFusion  Windows Authentication


Right, what Dave said.  If the website is set to allow Anonymous Access, 
then the CGI vars that are tracked by the web server will not be set. 



From: Dave Watts dwa...@figleaf.com
Sent: Friday, February 05, 2010 11:23 AM
To: cf-talk cf-talk@houseoffusion.com
Subject: Re: ColdFusion  Windows Authentication

 When I was dumping the CGI variables on the page most of them were empty, 
including auth_password and auth_user and from
 what I've read CGI variables are read-only so how do these get set?

They get set by the web server, when a user authenticates against that
web server using HTTP Basic or NTLM Authentication.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.





~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330450
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Load-balancing servers

2009-12-10 Thread WebSite CFTalk

Maybe something like:

- Hardware load balancer in front of web/app servers, or NLB load balancing 
between web/app servers (Windows)
- Instead of UNC path to shared folders synchronize web folders/content folders 
using DFS Replication (Windows 2003 R2 - Windows 2008) 
- If windows 2008, IIS 7.5 with shared config.

Clustering CF is covered many places, this one is good and thorough:
http://www.bpurcell.org/viewContent.cfm?ContentID=121


-Helge



-Original Message-
From: Rick Sanders [mailto:r...@webenergy.ca] 
Sent: 10. desember 2009 15:59
To: cf-talk
Subject: Load-balancing servers


I have 2 Cold Fusion Enterprise servers. What I would like to do is balance
the load between 2 machines, and maybe more in the future. I have a very
large and demanding portal app that is going live soon. I've looked over the
documentation and it doesn't seem to cover much about it. Can anyone offer
some insight on this?

 

I know I'll have to change any absolute paths to UNC paths and set up any
ODBC databases, but is there anything else from the app side I need to do?

 

Thanks!

 

Rick Sanders

Webenergy

Canada: 902-431-7279

USA:   919-799-9076

Canada: www.webenergy.ca

USA:   www.webenergyusa.com

 







~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329045
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Embedding Flash Files in CF Page

2009-09-05 Thread WebSite CFTalk

IIS need to have .flv mime type configured before streaming(?) of flv files is 
possible as described below.

Might be something similar needs to be done with the built-in webserver..

-Helge

-Original Message-
From: Chris Montgomery [mailto:chrisnc...@gmail.com] 
Sent: 5. September 2009 06:37
To: cf-talk
Subject: Re: Embedding Flash Files in CF Page


Well, after trying everything I can think of, this isn't working. Could 
there possibly be some mime type issues with the .flv files? I'm testing 
this on my local development box, WinXP Pro, CF8, using the built-in web 
server with CF.

Jason Fisher said the following on 9/4/2009 6:14 PM:
 Get a copy of swfobject.js from Google Code 
 (http://code.google.com/p/swfobject/) and then get a copy of 
 mediaplayer.swf (can be free, depending: 
 http://www.longtailvideo.com/players/jw-flv-player/).
 
 Put this in the head:
 script type=text/javascript src=js/swfobject.js/script
 
 Then put this on your page:
 div id=player!--- This DIV is where the movie will end up 
 getting written. ---/div
 script type=text/javascript
 !--
 var so = new SWFObject(swf/mediaplayer.swf, mpl, 360, 280, 8);
 so.addParam(allowscriptaccess, always);
 so.addVariable(height, 280);
 so.addVariable(width, 360);
 so.addVariable(file, flv/yourMovieFile.flv);
 so.addVariable(frontcolor, 0x33);
 so.addVariable(lightcolor, 0x88);
 so.addVariable(link, flv/yourMovieFile.flv);
 so.addVariable(volume, 100);
 so.addVariable(autostart, true);
 so.addVariable(usefullscreen, true);
 so.addVariable(showdownload, false);
 so.addParam(allowfullscreen, true);
 so.addParam(quality, high);
 so.write(player);
 //--
 /script
 
 That should get you started ...

-- 
Best regards,

Chris Montgomery



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:326032
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Fixing a small piece of code

2009-08-18 Thread WebSite CFTalk

What about a jQuery based gallery?

This is nice:
http://pupunzi.wordpress.com/2009/02/28/mbgallery/

Demopage:
http://www.open-lab.com/mb.ideas/index.html#mbGallery

Helge


-Original Message-
From: Toby King [mailto:ptansw...@gmail.com] 
Sent: 18. august 2009 07:41
To: cf-talk
Subject: Re: Fixing a small piece of code


The site www.yengtanfloraldesigner.com.au is starting to look better (well the 
galleries can now be selected.

Just wondering how you would recommend improving the way the galleries are 
displayed - I'm thinking probably keep the drop down list available (somehow 
show the selection made - somehow highlight this selection) but have the drop 
down list still there so that a person can make another selection if required.

I think it could be done not sure exactly how yet.

What do you think?

Any ideas on how this can be done would be very much appreciated.






You had no action or method on your form  Try this:


CFIF IsDefined(form.submit)
  cfinclude template=inc_photo_gallery.cfm
  cfelse
  cfquery name=qGetGallery  datasource=#request.db_dsn#
username=#request.db_login# password=#request.db_pwd#
  SELECT  *
  FROMgalleries
  /cfquery
  form action=gallery.cfm method=post name=photogallery
id=photogallery
select name=GalleryID
  option value=Please Select an Image Gallery selectedPlease
Select an Image Gallery/option
  cfoutput query=qGetGallery
option
value=#qGetGallery.GalleryID##qGetGallery.galleryname#/option
  /cfoutput
/select
br /
br /
input type=submit name=submit value=Display Gallery
  /form
/cfif

cfquery name=qgetpics datasource=#request.db_dsn#
username=#request.db_login# password=#request.db_pwd#
   select *
   from photoadmin
   cfif isdefined(form.galleryid
   where galleryid = #form.galleryid# and onweb = '1'
   cfelse
   where onweb = '1'
   /cfif
/cfquery

p
div class=gallery
cfoutput query=qgetpics
a href=data/images/#pic_large# rel=lightbox[sample] title=Yeng
Tan Floral designimg src=data/thumbnails/#pic_thumbnail#
border=0 //a/cfoutput
!--[if lte IE 6]script src=engine/js/pngfix_vlb.js
type=text/javascript/script![endif]--
/div 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325516
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CFDOCUMENT, when 8.5 inches is not 8.5 inches

2009-08-07 Thread cftalk

In case any one cares, running the latest updater to get me to 8,0,1,195765
resolved this issue.

 

-Original Message-
From: Billy Cox [mailto:bi...@oldworldspices.com] 
Sent: August-07-09 6:19 AM
To: cf-talk
Subject: RE: CFDOCUMENT, when 8.5 inches is not 8.5 inches


I recently built an application that required precise control over print
output, so I feel your pain. It's like one has to trick CFDocument into
using stylesheets.

I looked at my styles and the only difference that might be signifcant is
that I explicitly set margin and padding to zero for my 'container' style.

margin: 0 0 0 0;
padding: 0 0 0 0;

The other difference that I noticed is in how your code includes styles.
Here is a snippet from the HTML header that I am using.


?xml version=1.0 encoding=iso-8859-1?

!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd; 
html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en 

head
titlecfoutput#variables.webpage_title#/cfoutput/title
!--- Use PDF specific stylesheet ---
!--- did this weird stuff because of the bass-ackwards way that
cfdocument handles style sheets ---
style type=text/css media=screen
cfinclude template=../../css/workorderpdf.css
/style

/head



-Original Message-
From: cftalk [mailto:cft...@logiforms.com] 
Sent: Thursday, August 06, 2009 9:01 PM
To: cf-talk
Subject: CFDOCUMENT, when 8.5 inches is not 8.5 inches



Hey Guys,

 

Everyone knows cfdocument and css donÂ’t play very nice (and its a shame). So
I thought I would start with a clean  HTML page and some simple CSS using
‘in’ for all measurements. So I started off with a simple page that has a
single div that is supposed to be 8.5 inches x  11 inches. I set the size of
the div using CSS. When it renders in the PDF it does not stretch all the
way across and makes it maybe ¾ of the way across. How is that possible? My
code is below:

 

 

cfsavecontent variable=page

cfoutput

!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;

html xmlns=http://www.w3.org/1999/xhtml;

head

title/title

style type=text/css

body

{

  margin:0in;

  padding:0in;

}

  

  

.mypage

{

  background: white;

  border:1px solid ##dbdbdb;

  height: 11in;

  width: 8.5in;

  position:absolute;

  overflow:hidden

}

  

.header

{

  font-family:arial;

  color:white;

  font-size:.18in;

  

}

/style

/head

body

 

  div id=page1 class=mypage style=border:1px solid black

div style=background:green;width:100%;padding:.2in

  span class=header

  This is a test Page

  /span

/div

  /div

   /body

/html

/cfoutput

/cfsavecontent

 

cfoutput

  cfdocument 

fontembed = yes

marginbottom  = 0

marginleft= 0

marginright   = 0

margintop = 0

pagetype  = custom

pagewidth = 8.5

pageheight= 11

unit  = in

format= pdf

 

cfdocumentsection

   #page#

/cfdocumentsection

  /cfdocument

/cfoutput

 

 

 

 






~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325283
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


CFDOCUMENT, when 8.5 inches is not 8.5 inches

2009-08-06 Thread cftalk

Hey Guys,

 

Everyone knows cfdocument and css donÂ’t play very nice (and its a shame). So
I thought I would start with a clean  HTML page and some simple CSS using
‘in’ for all measurements. So I started off with a simple page that has a
single div that is supposed to be 8.5 inches x  11 inches. I set the size of
the div using CSS. When it renders in the PDF it does not stretch all the
way across and makes it maybe ¾ of the way across. How is that possible? My
code is below:

 

 

cfsavecontent variable=page

cfoutput

!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd;

html xmlns=http://www.w3.org/1999/xhtml;

head

title/title

style type=text/css

body

{

  margin:0in;

  padding:0in;

}

  

  

.mypage

{

  background: white;

  border:1px solid ##dbdbdb;

  height: 11in;

  width: 8.5in;

  position:absolute;

  overflow:hidden

}

  

.header

{

  font-family:arial;

  color:white;

  font-size:.18in;

  

}

/style

/head

body

 

  div id=page1 class=mypage style=border:1px solid black

div style=background:green;width:100%;padding:.2in

  span class=header

  This is a test Page

  /span

/div

  /div

   /body

/html

/cfoutput

/cfsavecontent

 

cfoutput

  cfdocument 

fontembed = yes

marginbottom  = 0

marginleft= 0

marginright   = 0

margintop = 0

pagetype  = custom

pagewidth = 8.5

pageheight= 11

unit  = in

format= pdf

 

cfdocumentsection

   #page#

/cfdocumentsection

  /cfdocument

/cfoutput

 

 

 

 


~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325258
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Could use some inputs

2009-08-05 Thread cftalk

How about you start with a search of your code base for the word DELETE.
Rows can't just be deleted without a DELETE statement. If your app uses
stored procedures, you may need to look there. Also check your database for
any triggers that may be setup to delete rows.

The alternative is that someone is running some sql injection code, but you
said you were the only user right?

Brook

-Original Message-
From: Don L [mailto:do...@yahoo.com] 
Sent: August-05-09 12:29 PM
To: cf-talk
Subject: Re: Could use some inputs


What nonsense are you churning out?
 I have help with problems to your motivated issue of capable 
 proportions that might hint to the extinction of the not cf coding 
 issue...




~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:325237
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: WildCard query

2009-07-23 Thread cftalk

You can also this little gem (cfdbinfo)
http://www.cfquickdocs.com/cf8/#cfdbinfo


-Original Message-
From: David McGuigan [mailto:davidmcgui...@gmail.com] 
Sent: July-22-09 9:23 PM
To: cf-talk
Subject: Re: WildCard query


You can grab a list of all of the columns of any table and loop through them
pretty easily ( they syntax varies with your database vendor ).

MySQL is just:

describe tableName


On Wed, Jul 22, 2009 at 9:10 PM, Tom Jones tjo...@acworld.com wrote:


 Hello,
 I'm migrating some pages from Lasso to Coldfusion and one of the
 current pages in Lasso has a query to search any field/column for a
 value. I have never done this with coldsuion before so I'm not sure
 how to go about this.

 thanks,
 tom





 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324866
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Split testing A/B pages with Cold Fusion

2009-07-23 Thread cftalk

Hello,

 

I am trying to make a split testing script to track two landing pages.
Should I:

 

a)  Just use random() to select the page assuming I'll end up with even
distribution (its 50/50 no?)

b)  Store the last viewed page in an application var, single thread it,
and toggle it on each visit to load the correct page and prepare it for the
next request. Will this be a bottleneck? It would be a pretty small piece of
code..

 

What do you ya'll think?

 

While I'm posting, I am also going to be recording page views vs. actions
(form completions). My idea was to create a UUID on the first visit, update
the pageview table (record the UUID) and write the UUID to a cookie. When
the form gets submitted, check for the UUID cookie and update the pageAction
table. My question is, does it make more sense to store the stats in two
tables (viewStats / actionStats) or to combine them into one table with bit
fields for view / action ?

 

BTW, I read http://jochem.vandieten.net/tag/uuid/ which sheds some light on
using UUIDs and optimizing them for SQL Server. I was going to try to use
java.util.UUID to generate the UUID and see how that works out..

 

Brook




~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324869
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: ecommerce emergency

2009-07-23 Thread cftalk

Actually, its likely a pretty good idea. People are crazy about their pets
and always think their pet is the best. 

-Original Message-
From: Gerald Guido [mailto:gerald.gu...@gmail.com] 
Sent: July-23-09 10:56 AM
To: cf-talk
Subject: Re: ecommerce emergency


My brother's wife wants to start a 'Hot or Not' site but for cats instead
of people

ROLFMAO. I need a new key board now...

G!



On Thu, Jul 23, 2009 at 1:16 PM, Josh Nathanson
p...@oakcitygraphics.comwrote:


 I feel your pain.  I had to give up freelancing because there were just
too
 many I want everything for free people out there trying to get some dumb
 business started.  My brother's wife wants to start a 'Hot or Not' site
 but
 for cats instead of people...you can probably set that up in a couple of
 hours, right?  They can pay you once the site starts to make money.
 Pt.

 -- Josh



 -Original Message-
 From: Phillip Vector [mailto:vec...@mostdeadlygame.com]
 Sent: Thursday, July 23, 2009 8:27 AM
 To: cf-talk
 Subject: Re: ecommerce emergency


 hehehe.. To move, I need money.. To make money, I need to move. :)

 On Thu, Jul 23, 2009 at 8:12 AM, Mark Krugermkru...@cfwebtools.com
 wrote:
 
  You are definitley working with the wrong clients... And it sounds like
 you
  need to move as well :)
 
 
 
 
  Mark A. Kruger, CFG, MCSE
  (402) 408-3733 ext 105
  www.cfwebtools.com
  www.coldfusionmuse.com
  www.necfug.com
 
  -Original Message-
  From: Phillip Vector [mailto:vec...@mostdeadlygame.com]
  Sent: Thursday, July 23, 2009 8:30 AM
  To: cf-talk
  Subject: Re: ecommerce emergency
 
 
  I'll keep my eye out for it. Thanks. :)
 
  The client I'm doing this for is only willing to part with $450.
  That's total. For my setup time, configuration, etc. I'm not sure how it
 is
  around the country, but where I am (NW USA), it's dog eat dog with PHP
  developers who are charging $9/hr. for websites. I managed to convince
 the
  client that I'm able to code allot faster with ColdFusion and that PHP
is
  open source, therefore not as secure (I used the Google 'PHPbb virus'
  response). So I have this guy set to dump his hosting prepaid for 2
years
 to
  get some hosting on hostingatoz (which I'm hesitant to do since they
 still
  have yet to fix my cffile issue) or pay for some cf hosting someplace
 else,
  but that's another issue.
 
  I am glad you guys could tell your clients You need this and this and
 this
  and you guys get it. Us contractors in this area tend to tell our
clients
  this and they go, Well, I'll go with someone else then who does PHP and
  take my chances because I don't have the money.
 
  I'd enjoy getting a $400 product that I can customize for clients. But
if
 I
  were to ask a client out here for that up front (instead of at the end),
  then I wouldn't have the client. It's tough enough to get the client to
 pay
  50% down nowadays.
 
  BTW, if anyone DOES have a client they are too busy to handle who is
 willing
  to drop $400 at the start and needs an ecommerce solution, I'll be glad
 to
  take them off your hands. :) Thank you for the advice, but I still have
 to
  go with CFShopKart at the moment.
 
  On Thu, Jul 23, 2009 at 6:05 AM, Gerald Guidogerald.gu...@gmail.com
 wrote:
 
 Phillip, you might need to double check but last I looked cfshopkart
 it
  was
  storing credit card details in its database (an MS Access database).
 
  Last time I looked at it, a couple of weeks ago, it had queries that
  did not use use cfqueryparam. Double plus ungood. You can always use
  that tool (the name escapes me) to cfqueryparam-tize the queries. I
  have used it before and it worked well enough, It did not add the
  cfsqltype attribute. I had to do that by hand, but it did 90% of the
 grunt
  work.
 
  My advice, free and worth every penny, is to get something battle
  tested. I have 5-6 carts under my belt and they can be rather involved
  and hence there is a lot that can, and if that Murphy fellow has
  anything say about it, will go wrong.
 
  G!
 
  On Wed, Jul 22, 2009 at 10:53 PM, Kevan Stannard
  ke...@stannard.net.auwrote:
 
 
  Phillip, you might need to double check but last I looked cfshopkart
  it was storing credit card details in its database (an MS Access
  database). And if you're on shared hosting this this db is likely to
  be web accessible. If this is still the case then avoid this cart.
  Mike, cfshopkart was one of the authors first cf applications so is
  not a good example of a well designed or coded app.
 
 
 
 
  --
  Gerald Guido
  http://www.myinternetisbroken.com
  http://www.cfsimple.org/
 
  To invent, you need a good imagination and a pile of junk.
  -- Thomas A. Edison
 
 
 
 
 
 
 



 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324881

RE: eSignature

2009-07-22 Thread cftalk

Hi Tom,

Could you elaborate on that answer? I am also interested in digital
signatures. Using standard...


-Original Message-
From: Tom Chiverton [mailto:tom.chiver...@halliwells.com] 
Sent: July-22-09 1:55 AM
To: cf-talk
Subject: Re: eSignature


On Tuesday 21 Jul 2009, Randy Adkins wrote:
 Or if there is a way to use CF to verify that a document (DOC or PDF) has
 been electronically signed??

With what standard ? The generic answer would be to cfexecute 'gpg' and
parse 
the result, or find a suitable Java API.

-- 
Helping to efficiently cluster B2C fourth-generation transparent 
attention-grabbing applications as part of the IT team of the year, '09 
and '08



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and
Wales under registered number OC307980 whose registered office address is at
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A
list of members is available for inspection at the registered office
together with a list of those non members who are referred to as partners.
We use the word partner to refer to a member of the LLP, or an employee or
consultant with equivalent standing and qualifications. Regulated by the
Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may
be confidential or legally privileged.  If you are not the addressee you
must not read it and must not use any information contained in nor copy it
nor inform any person other than Halliwells LLP or the addressee of its
existence or contents.  If you have received this email in error please
delete it and notify Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.co



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324798
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Compare Two MySQL Databases?

2009-07-14 Thread cftalk

I use this Stored Procedure to compare Tables:

Overview:
http://www.sql-server-performance.com/articles/dba/database_comparison_sp_p1
.aspx

SP
http://www.benzzon.se/forum/uploads/benzzon/2006-03-27_134824_sp_CompareDB.t
xt


Its free and it works well...

Brook

-Original Message-
From: Sonny Savage [mailto:sonnysav...@gmail.com] 
Sent: July-14-09 4:34 PM
To: cf-talk
Subject: Re: Compare Two MySQL Databases?


I've used SQLyog and found it to be pretty impressive.  It's around $100,
but there's a 30-day trial that might get you through this issue:
http://www.webyog.com/en/downloads.php#sqlyog

Edward Sonny Savage


On Tue, Jul 14, 2009 at 7:24 PM, Marie Taylore mt4yl...@yahoo.com wrote:


 What's the easiest  quickest way to compare two MySQL Schemas
(databases)?

 I don't need to compare the *data*... just the tables and their field
 definitions.

 My production instance is getting an error that my test instance is not.
  The code is identical, so I figure I must have left something out of the
 database updates, but going through all those tables and fields by hand
will
 take forever.

 Just thought I'd see if anyone here has any tips.

 Thanks!

 MarieT





 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324502
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Compare Two MySQL Databases?

2009-07-14 Thread cftalk

Sorry, that script was for MSSQL

-Original Message-
From: Barney Boisvert [mailto:bboisv...@gmail.com] 
Sent: July-14-09 4:31 PM
To: cf-talk
Subject: Re: Compare Two MySQL Databases?


Take a structure-only (no data) mysqldump on both servers, and then
use your choice of diff tools (command-line diff, Eclipse,
BeyondCompare, etc.) to compare them.  Certainly not a particularly
elegant solution, but it's served me well in the past.

cheers,
barneyb

On Tue, Jul 14, 2009 at 4:24 PM, Marie Tayloremt4yl...@yahoo.com wrote:

 What's the easiest  quickest way to compare two MySQL Schemas
(databases)?

 I don't need to compare the *data*... just the tables and their field
definitions.

 My production instance is getting an error that my test instance is not.
 The code is identical, so I figure I must have left something out of the
database updates, but going through all those tables and fields by hand will
take forever.

 Just thought I'd see if anyone here has any tips.

 Thanks!

 MarieT





 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324503
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


How to make CF 8.0 and IIS6 respond to OPTIONS method

2009-07-10 Thread cftalk

Hello,

 

If you want CF to respond to a cross domain XHR request in Firefox 3.5 and
IE8 (I'm not too sure about the IE8 implementation), preflighted requests
may be required. Meaning an OPTIONS method is used to request Access Control
headers from the remote server (The CF server) that indicate if the request
can continue. This is explained really well here:

https://developer.mozilla.org/En/Server-Side_Access_Control

 

In PHP/Apache, you could craft the header response as shown here:

https://developer.mozilla.org/en/HTTP_access_control

 

 

But I can not get IIS 6.0 on Win2003 Server to pass a request (with the
OPTIONS method) to CF. The CF Mapping in IIS is set to 'all verbs', But CF
never gets the request. IIS responds with the default headers. How do I get
CF to handle the request so I can dynamically craft the headers to return?

 

Brook Davies

 

 

 

 




~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324435
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Cross Domain XHR in FireFox 3.5 with jQuery and Preflighted requests

2009-07-08 Thread cftalk

Hi Everyone,

 

This one has been driving me bug eyed for a couple days now. Hopefully
someone here has some ideas.

 

As of FireFox 3.5, Mozilla has implemented the w3cs Cross-Origin Resource
Sharing recommendation (http://dev.w3.org/2006/waf/access-control/). I am
trying to implement this in my ajax based web app so that I can develop
locally (localhost) and make requests to my live server. 

 

Mozilla has a great explanation of how to craft requests and response
headers here:

https://developer.mozilla.org/en/HTTP_access_control

 

 

I am using jQuery and ajaxCFC for my requests, jQuery adds a custom header,
which forces the request to be 'preflighted'.  What this means is that an
OPTION method request is sent to the server before the actual request to see
if the request is valid/supported. The server is supposed to respond with
the allowed headers something like this:

 

Access-Control-Allow-Origin: http://foo.example  

Access-Control-Allow-Methods: POST, GET, OPTIONS  

Access-Control-Allow-Headers: X-PINGOTHER  

Access-Control-Max-Age: 1728000  

 

My problem is that the request to the CFC via the OPTIONS method never gets
a response, the CFC not the application.CFC ever execute. The only way I can
get it to work is to set the headers within the IIS HTTP Headers. But I
don't want to do this for all requests, only when needed, when the method is
OPTIONS and I would like to be able to further validate the request. But the
request never gets to Cold Fusion. 

 

In firebug, the request looks like this:

 

OPTIONS
http://www.myserver.com/app/adapter/publicAdapter.cfc?method=pingreturnform
at=json

 

Host: www.myserver.com

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1)
Gecko/20090624 Firefox/3.5

Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8

Accept-Language: en-us,en;q=0.5

Accept-Encoding: gzip,deflate

Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7

Keep-Alive: 300

Connection: keep-alive

Origin: http://localhost

Access-Control-Request-Method: POST

 

Connection: close

Date: Wed, 08 Jul 2009 15:58:04 GMT

Server: Microsoft-IIS/6.0

Access-Control-Allow-Methods: POST,GET,OPTIONS

Access-Control-Allow-Headers:
X-Requested-With,If-Modified-Since,Accept,Content-Type

Access-Control-Max-Age: 1728000

Access-Control-Allow-Origin: http://localhost

Allow: GET, HEAD, POST, TRACE, OPTIONS

 

The response headers are the headers I have set manually in IIS. The actual
CFC never gets called. 

 

I checked in IIS and the application extension mapping for CFC is set to
all verbs and yet the request never gets to CF. I added some logging in
application.cfc onRequestStart and nothing.

 

So does anyone have any idea how to do a preflighted request so that cold
fusion can respond? Or is this an IIS issue where IIS is not passing the
OPTIONS request to CF?

 

Brook Davies

Logiforms.com

 

 

 

 

 




~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324365
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Looking for advice on how to do this - remote printing

2009-06-11 Thread WebSite CFTalk

Hello Mike,

You should check out WebSDK from Nicelabel (http://www.nivelabel.com)
A bit costly maybe but with the potential of hundreds of remote points..

We use it for onsite checkin to conferences/meetings etc. work very well.

Helge



-Original Message-
From: Mike Kear [mailto:afpwebwo...@gmail.com] 
Sent: 10. juni 2009 4:35
To: cf-talk
Subject: Re: Looking for advice on how to do this - remote printing


I am afraid i dont know we're only starting out on a new project  but
it could be dozens or even hundreds of remote points, scattered all
over the place.

So that represents lots of scalability issues in designing the
application which i'm giving a lot of thought.   But its the remote
printing to a whole variety of locations, where there will be no
interaction with the system apart from a non-IT trained person picking
up the printed out put and executing the job.It's the connectivity
 to all those devices and how to trigger the printing that gives me
cause to ponder.

We can have intelligence on that device  so it can format printing and
all that if i sent it a XML packet or some such.   It would be good to
be able to require only a power point there if possible  - so they
plug it into the power,  turn it on at the wall and its available to
the system by itself.   that way there's no need for us to provide
keyboards, screens, training etc if that is at all possible.
Certainly no specialised staff.

I'm sorry if i have to be a bit vague about the actual specifics of
the app - its still in progress and once launch i can say more.  But
since we're only now scoping out the job  launch is a while away yet.

Cheers
Mike Kear
Windsor, NSW, Australia
Adobe Certified Advanced ColdFusion Developer
AFP Webworks
http://afpwebworks.com
ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month



On Thu, Jun 11, 2009 at 12:22 AM, Ryan Letullebayous...@gmail.com wrote:

 How many daily tickets on average?
 --
 Ryan LeTulle


 On Wed, Jun 10, 2009 at 2:28 AM, Mike Kear afpwebwo...@gmail.com wrote:


 I am working on a project where I am going to have to print up a job
 ticket in a remote location.     An event happens on the web site, and
 it causes this job ticket to print out in one of perhaps thousands of
 locations unattended.    The people who are going to fill the job will
 have no interaction with teh system except to take the job ticket off
 the printer and do the task.

 We've specced out the whole application except for the part where we
 connect all these remote locations to the web site.    What i want is
 to be able to push a xml packet to this remote location and get back
 an ack so i know its been received and executed.

 Since there will be minimal training of the staff at the remote
 locations and they wont necessarily have access to IT staff or other
 specialists,  we were hoping to be able to keep it as simple as the
 EFTPOS terminals they have in retail stores.      The main difference
 is that with a EFTPOS terminal the store clerk starts the transaction
 - we're going to start this transaction at the other end and push it
 down to the remote location.

 Daily running cost is a factor, so we dont want to have the remote
 devices making calls to our system by modem every few minutes - we
 want to have it all run from our web site.

 Any ideas on how this could be done?

 The environment as far as we have it:

 We have a  CF8 Enterprise/Win2003/SQLServer web site,   and think the
 remote sites will need a small low-cost self-contained Linux box with
 a little thermal printer or something but exactly how they're
 connected we havent worked out yet.

 Anyone have experience with this kind of scenario?   Perhaps a factory
 job ticket or a retail point of sale system maybe?

 --
 Cheers
 Mike Kear
 Windsor, NSW, Australia
 Adobe Certified Advanced ColdFusion Developer
 AFP Webworks
 http://afpwebworks.com
 ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month



 



~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323417
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: How to decode e-mail subject ?

2009-04-14 Thread WebSite CFTalk

Thank you Paul

If anyone is interested:

A bit dirty but this worked for me..:
cfset 
codedstring==?utf-8?B?W1ZpZGVyZXNlbmR0IGZyYSBXUyBTdXBwb3J0XSBQYXlFeCDDuG5za2VyIGRl?=
 =?utf-8?B?ZyBnb2QgcMOlc2tl?=

cfset cleanstring =
cfset a=#replacenocase(codedstring, '=?utf-8?B?','', 'all')#
cfloop list=#a# index=lid delimiters= 
cfset cleanstring='#cleanstring#'  '#toString(toBinary(LID))#'   

/cfloop

cfoutput#cleanstring#/cfoutput

Helge


-Original Message-
From: Paul Hastings [mailto:p...@sustainablegis.com] 
Sent: 8. april 2009 03:15
To: cf-talk
Subject: Re: How to decode e-mail subject ? 


WebSite CFTalk wrote:
 But still, how do I convert it into something readable ?

cfscript
y='W1ZpZGVyZXNlbmR0IGZyYSBXUyBTdXBwb3J0XSBQYXlFeCDDuG5za2VyIGRl';
x=toString(toBinary(y));
writeOutput(x);
/cfscript

you should get something like:

[Videresendt fra WS Support] PayEx ønsker de


i'll leave parsing the MIME encoded subject to you...



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321574
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: How to decode e-mail subject ?

2009-04-08 Thread WebSite CFTalk

Thank you Paul,

That gave me something to work on.

Helge

-Original Message-
From: Paul Vernon [mailto:paul.ver...@web-architect.co.uk] 
Sent: 8. april 2009 12:54
To: cf-talk
Subject: RE: How to decode e-mail subject ?


 
 This:B?W1ZpZGVyZXNlbmR0IGZyYSBXUyBTdXBwb3J0XSBQYXlFeCDDuG5za2VyIGRl?=
  =?utf-8?B?ZyBnb2QgcMOlc2tl?=
 

I missed something... It's not quoted printable, it's binary encoded. Q for
quoted-printable and B for binary.

You need to look for =?B? Or =?Q? At the beginning of the string. If its
=?B? Then take everything between =?B? and ?= and base64 decode it.

W1ZpZGVyZXNlbmR0IGZyYSBXUyBTdXBwb3J0XSBQYXlFeCDDuG5za2VyIGRl decodes as
[Videresendt fra WS Support] PayEx ønsker de

ZyBnb2QgcMOlc2tl decodes as g god påske

To handle all eventualities, you will still need a quoted-printable decoder
to handle subjects that start with =?Q?











~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321439
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: How to decode e-mail subject ?

2009-04-07 Thread WebSite CFTalk

Alright, ok :)

But still, how do I convert it into something readable ?

Helge :)

-Original Message-
From: Alan Rother [mailto:alan.rot...@gmail.com] 
Sent: 7. April 2009 20:46
To: cf-talk
Subject: Re: How to decode e-mail subject ?


This:B?W1ZpZGVyZXNlbmR0IGZyYSBXUyBTdXBwb3J0XSBQYXlFeCDDuG5za2VyIGRl?=
 =?utf-8?B?ZyBnb2QgcMOlc2tl?=

Is not UTF8 encoding, this is some sort of Outlook crap


UTF-8 Encoding is not an encryption schema, it's a file formatting encoding.
It usually renders exactly as plain text.

=]

On Tue, Apr 7, 2009 at 11:20 AM, WebSite CFTalk cft...@website.no wrote:


 I'm having trouble finding ways to convert a email subject from utf-8 to
 plain text

 Subject: (Copied from the mail header in outlook)
 =?utf-8?B?W1ZpZGVyZXNlbmR0IGZyYSBXUyBTdXBwb3J0XSBQYXlFeCDDuG5za2VyIGRl?=
  =?utf-8?B?ZyBnb2QgcMOlc2tl?=

 In Outlook this is translated to:
 [Videresendt fra WS Support] PayEx ønsker deg god påske

 Anyone care to show me how it's done?

 Thanks,

 Helge :)



 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321418
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


How to decode e-mail subject ?

2009-04-07 Thread WebSite CFTalk

I'm having trouble finding ways to convert a email subject from utf-8 to plain 
text

Subject: (Copied from the mail header in outlook)
=?utf-8?B?W1ZpZGVyZXNlbmR0IGZyYSBXUyBTdXBwb3J0XSBQYXlFeCDDuG5za2VyIGRl?= 
 =?utf-8?B?ZyBnb2QgcMOlc2tl?=

In Outlook this is translated to:
[Videresendt fra WS Support] PayEx ønsker deg god påske

Anyone care to show me how it's done?

Thanks,

Helge :)



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321414
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


525339 C-A-N-A-D-l-A-N P-H-A-R-M-A-C-Y

2009-03-23 Thread cftalk

About this mailing:
You are receiving this e-mail because you subscribed to MSN Featured Offers. 
Microsoft respects your privacy. If you do not wish to receive this MSN 
Featured Offers e-mail, please click the Unsubscribe link below. This will 
not unsubscribe you from e-mail communications from third-party advertisers 
that may appear in MSN Feature Offers. This shall not constitute an offer by 
MSN. MSN shall not be responsible or liable for the advertisers' content nor 
any of the goods or service advertised. Prices and item availability subject to 
change without notice.

©2009 Microsoft | Unsubscribe at http://jakreziz.cn | More news at 
http://jakreziz.cn | Prvacy at http://jakreziz.cn
Microsoft Corporation, One Microsoft Way, Redmond, WA 98052

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320843
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Clustering with Synchronization/Mirroring

2009-02-18 Thread WebSite CFTalk

If you're on Windows 2003 R2 you can use NFS replication for this.

-Helge

-Original Message-
From: Joseph Bugeja [mailto:jbug...@rs2group.com] 
Sent: 18. februar 2009 19:17
To: cf-talk
Subject: Clustering with Synchronization/Mirroring


We have a setup consisting of 2 CF8 servers running in parallel (the 2 
instances are clustered together using CF8 Ent/JRun4) and we have one app. 
deployed on each of the two servers. Each request is served by either one of 
the 2 servers. 

Although clustering is working great, we would like have a facility that when a 
server generates a file on one server it gets automatically pushed to the other 
parallel server. Is that possible with ColdFusion clustering or we to invest on 
additional software/perhaps proprietrary ones? 

Naturally, the two folders (one on each of the parallel servers) need to 
contain the same content, so ideally when one gets generated on one server it 
is immediately replicated on the other server.

Can you give some tips/assistance about this problem?

Kindest Regards,
Joseph. 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319497
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Session stickiness breaks in CF 8

2009-02-10 Thread WebSite CFTalk

Stopping the JWS will not disrupt any loadbalancing setup.
And it's possible to reach the individual instances in the cluster without JWS


-Original Message-
From: James Holmes [mailto:james.hol...@gmail.com] 
Sent: 10. februar 2009 7:35
To: cf-talk
Subject: Re: Session stickiness breaks in CF 8


We still have the built-in webserver (JWS) enabled. It figures that
the JWS could be the issue - session replication doesn't work for us
at all and I saw a post a while ago that showed the JWS as the
culplrit for that problem too.

Now I have to weigh up the pain of turning off the JWS (if that's the
problem) vs the pain of reorganising our system to do all the load
balancing via our Cisco ACE instead.

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/



2009/2/10 WebSite CFTalk cft...@website.no:

 Is the built in web server disabled?

 We were having a similar issue, the fix was to disable internal web server 
 in jrun for each instance.
 (Then it's difficult to access the admin interfaces on the cluster instances, 
 but it's possible by forcing the jsessionid..)

 -Helge

 -Original Message-
 From: James Holmes [mailto:james.hol...@gmail.com]
 Sent: 10. februar 2009 4:30
 To: cf-talk
 Subject: Session stickiness breaks in CF 8


 We have an issue with our CF8.01 clusters in that sticky sessions will
 intermittently break. The behaviour is very strange; the JSESSIONID
 cookie seems to be ignored and the request is sent to the wrong server
 by the Apache connector. A new session cookie is issued by the
 instance but it's again ignored on the next request, starting the
 cycle all over again. This will happen as long as the browser is open
 or until all session cookies are cleared. Clearing the session cookies
 in the browser results in the expected behaviour (session sticks to
 one instance).

 I've read this:

 http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_18680

 and we're trying to see if this occurs only after a graceful restart
 of Apache, but since clearing session cookies in the browser fixes the
 issue we're not convinced it's the same thing.

 The platform is CF8.01 Ent Multiserver (i.e. JRun) on SLES 10, Apache 2.2.

 Has anyone experienced this before?

 mxAjax / CFAjax docs and other useful articles:
 http://www.bifrost.com.au/blog/



 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319121
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Session stickiness breaks in CF 8

2009-02-10 Thread WebSite CFTalk

No prob :)
Should have done that in the first place.

The last comment on this page includes what we found.
http://alagad.com/go/blog-entry/vertical-and-horizontal-clustering-with-coldfusion#comments

-Helge

-Original Message-
From: Matthew Williams [mailto:mai...@geodesicgrafx.com] 
Sent: 10. februar 2009 5:08
To: cf-talk
Subject: Re: Session stickiness breaks in CF 8


Would you care to provide a link to how you get to an instance without 
going through the JWS?  I'm really not trying to be a smart ass here, I 
truly want to know ;).


Matthew Williams
Geodesic GraFX



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319123
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: CFMail Failover Capture

2009-02-09 Thread WebSite CFTalk

Boogiebounce API

http://www.boogietools.com

We're using this and it's doing the job very well.

-Helge

-Original Message-
From: Richard Steele [mailto:r...@photoeye.com] 
Sent: 7. februar 2009 23:41
To: cf-talk
Subject: Re: CFMail Failover Capture


I'm wondering if there is a standard set of reasons for the returned emails 
that I can use for parsing? 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319074
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Session stickiness breaks in CF 8

2009-02-09 Thread WebSite CFTalk

Is the built in web server disabled?

We were having a similar issue, the fix was to disable internal web server in 
jrun for each instance.
(Then it's difficult to access the admin interfaces on the cluster instances, 
but it's possible by forcing the jsessionid..)

-Helge

-Original Message-
From: James Holmes [mailto:james.hol...@gmail.com] 
Sent: 10. februar 2009 4:30
To: cf-talk
Subject: Session stickiness breaks in CF 8


We have an issue with our CF8.01 clusters in that sticky sessions will
intermittently break. The behaviour is very strange; the JSESSIONID
cookie seems to be ignored and the request is sent to the wrong server
by the Apache connector. A new session cookie is issued by the
instance but it's again ignored on the next request, starting the
cycle all over again. This will happen as long as the browser is open
or until all session cookies are cleared. Clearing the session cookies
in the browser results in the expected behaviour (session sticks to
one instance).

I've read this:

http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_18680

and we're trying to see if this occurs only after a graceful restart
of Apache, but since clearing session cookies in the browser fixes the
issue we're not convinced it's the same thing.

The platform is CF8.01 Ent Multiserver (i.e. JRun) on SLES 10, Apache 2.2.

Has anyone experienced this before?

mxAjax / CFAjax docs and other useful articles:
http://www.bifrost.com.au/blog/



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:319109
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Using CFPRINT

2009-01-22 Thread WebSite CFTalk
Hello,

Nicelabel WebSDK is a server based print solution that CF can access through 
web services. 
The SDK includes an active X control that handles the printout on the client.
It needs to know and have the clients printer drivers installed though.

www.nicelabel.com 
(I've used it to produce participant badges and it works very well)

A better solution in your case might be to produce a PDF with the information 
to the client, and let the client do the printing?

Helge Hetland
WebSite AS

-Original Message-
From: Fawzi Amadu [mailto:abd...@gmail.com] 
Sent: 22. januar 2009 10:05
To: cf-talk
Subject: Re: Using CFPRINT

Thanks for the direction, I thought I could print to any printer connection to 
the PC the user would be browsing with. So what is the best option to have a 
dynamically generated page printed to a printer without displays the content on 
screen first?

Thanks.

Fawzi Amadu wrote:
 How do I use CFPRINT to achieve this?

Where are you expecting this print output to occur?  cfprint... can 
only print to printers connected to the ColdFusion server or over a 
local network of which the ColdFusion server is a member.

It cannot print to printers sitting next to your personal computer over 
the internet.  And you really, really, really wouldn't want it to be 
able to do this. 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318374
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Imagecr3 vs cf8 cfimage

2008-12-10 Thread cftalk
As far as I can tell we replied to your loadfailed problem,
but, assuming this is you, you gave an invalid e-mail address.

[EMAIL PROTECTED]:
xxx.xxx.xxx.xxx does not like recipient.
Remote host said: 550 Mailbox unavailable [EMAIL PROTECTED]
Giving up on xxx.xxx.xxx.xxx.

Obvious parts removed.

We've been considering moving to a web-based support solution
because e-mail these days can be frail.

-- 
 Magnus

 RE the support: Really? We've had an error for a while (not critical but
 annoying that it's not fixed) my colleague emailed them, no reply. Months
 later I did the same with more info about the problem and code and sample
 images, no reply.
 
 Because it's not critical and we've worked around the problem we haven't
 chased it but we shouldn't have to.
 
 So that's a thumbs up for speed and quality but a thumbs down for support
 because there wasn't any.
 
 Adrian
 
  -Original Message-
  From: Charlie Griefer [mailto:[EMAIL PROTECTED]
  Sent: 09 December 2008 21:47
  To: cf-talk
  Subject: Re: Imagecr3 vs cf8 cfimage
  
  i haven't worked with the efflare stuff in a while, but every time i
  see it
  mentioned i'm compelled to throw in a big two thumbs up.  ImageCR is a
  great
  product and the efflare staff are awesome with support (quick and
  helpful).
 
 
 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316551
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Imagecr3 vs cf8 cfimage

2008-12-09 Thread cftalk
Actually, the resampling in ImageFlare is not the same as ImageCR and
neither was the image support, but this changed with ImageFlare 1.5.

If you used ImageCR in your comparison you would see different,
sharper, results with respect to the default resampling algorithm.

-- 
 Magnus

 I did some side by side comparisons just after CF8 came out. ImageFlare is
 another product by eFlare, it's basically ImageCR with more features.
 
 http://www.rotherfamily.net/compare/
 
 For what it's worth
 
 =]
 
 -- 
 Alan Rother
 Adobe Certified Advanced ColdFusion MX 7 Developer
 Manager, Phoenix Cold Fusion User Group, AZCFUG.org
 
 
 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316521
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Open BlueDragon and Railo - ready?

2008-12-05 Thread cftalk
We do provide a Java ImageCR CFX solution to licensed customers.
This also provides 64-bit support and opens up some other options.

It is available for download after login, alongside the standard version.

There is no trial version yet.

-- 
 Magnus

 Gertz,
 
 [quote]
 and some image manipulations (cropping, etc)
 [/quote]
 
 what's available with Railo for image manipulation? I currently use 
 cfx_imagecr3
 (great tag by the way) but as you know that is not java based so is not 
 compatible any recommendations?
 
 Andrew. 
 
 

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:316374
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Send generated output programmatically to specific printer

2008-11-19 Thread WebSite CFTalk
www.nicelabel.com has a product called WebSDK that would do this for you.

Expensive though..

I'm currently working with it to print label / badges to the connected clients 
printer (via .ocx control that comes with the software). 

It also has functions to print to printer attached to server etc.

Helge

-Original Message-
From: David Strong [mailto:[EMAIL PROTECTED] 
Sent: 19. november 2008 16:33
To: cf-talk
Subject: Re: Send generated output programmatically to specific printer

PDF is possible, just trying to conserve server CPU.

Here is the scenario:  Batch signal is sent to server from client.  UPS labels 
printed on the Thermal printer, then report sent to Accounting Department, then 
copies sent to fulfillment warehouse Printer.  All network printers.

I'll look at your suggestion.

As I just mentioned in another thread...

If it's text you are sending to the printer, write the content to a text
file, then use CFEXECUTE to print it.

(My other post has the rest of the details.)

Can you not convert the non-PDF content to a PDF and then print it?

Mike 

Trying to get coldfusion server to send generated output to printer
automatically.
The output is NON PDF, so CFPRINT won't help.

Anyone know of any Java techniques or COM?





~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315588
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Code Synchronization - Synchronize code on 2 different machines

2008-11-15 Thread WebSite CFTalk
On Windows 2003R2 DFS replication is nice
On any windows robocopy is nice

Helge

-Original Message-
From: Joseph Bugeja [mailto:[EMAIL PROTECTED]
Sent: 14. november 2008 20:46
To: cf-talk
Subject: Code Synchronization - Synchronize code on 2 different machines

Hi Guys,

We are running two ColdFusion 8 machines in parallel to run our system. 
ColdFusion 8 round-robin clustering technique is used for high-availability. We 
would like to know if you have any suggestions or ideas on how we can 
synchronize the code on the different machines so that if I do a change on one 
machine then the change gets pushed to the other server.

Thanks in advance.

Regards,
Joseph



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315324
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Access individual instances in a cluster without JWS?

2008-11-09 Thread WebSite CFTalk
Hello,

I tried to set up as you suggested, but the admin instances still gets 
clustered as soon as I recreate the cluster.

I set up the individual admin instances to separate virtual servers - and the 
apps is on other instances.

After the setup there is 2 admin virtual servers not clustered in wsconfig, and 
the app instances clustered.

I's give up for now, clustering with session replication is working if I don't 
use the internal JWS.

Thanks,
Helge


-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: 7. november 2008 18:46
To: cf-talk
Subject: Re: Access individual instances in a cluster without JWS?

 2 physical servers with 2 JRun instances on each on W2003/iis6.0. (CFMX 8.01 
 Ent.)

 Since 6.1 I've had no success with session replication across the cluster.

 I finally found a solution for that;
 Session replication was failing until I disabled JWS (and that took quite 
 some time to find  out.)

 So now the cluster is running fine, but since JWS is disabled I cannot access 
 the admin
 instances on the cluster. (And not having access to the server monitor is not 
 good..)

 I tried to add the admin roots to IIS but that didn't work since the 
 instances then got
 clustered also. Then I tried to use Apache as a second web server tied to the 
 admin root,  but I cannot find a way to connect that via the JRun connector.

First, you'll need to create multiple virtual servers in IIS - one for
the cluster, and one for each instance.

Next, you'll need to use wsconfig to delete the current connection
between your cluster and IIS, then delete the cluster itself (not the
cluster members, just the cluster).

Then, use wsconfig to connect each instance to the appropriate IIS
virtual server only - don't connect it to all IIS virtual servers.

Finally, recreate your cluster, and reconnect it to the appropriate
IIS virtual server, and you should be all set.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315002
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Access individual instances in a cluster without JWS?

2008-11-09 Thread WebSite CFTalk
Hello,

Not sure if it's a bug or if it's by design - maybe session replication and JWS 
doesn't work together and cannot work together.

I've tried this on 2 separate setups
Both with 2 physical servers and 2 jrun instances on each, 2 network cards. No 
probles with the clustering itself, it all happens with JWS and session 
replication enabled at the same time.

As soon as I enable session replication in the cluster the logs goes bananas 
with setup of session replication failed.

I've filed a bug report.

I'll keep looking, and if anyone have experienced this and found a way out I 
would be grateful for suggestions.

Thanks,
Helge

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: 7. november 2008 19:30
To: cf-talk
Subject: Re: Access individual instances in a cluster without JWS?

 I should have mentioned that we have about 150 websites (running the same app 
 code) on  the server. And we add new sites every week..

 So I dismissed that option without investigating it a lot, recreating the 
 cluster every few
 days doesn't look like fun. So therefore we use the all virtual servers 
 option.

 Any other options?

 Is this a bug in JWS or will it stay this way forever?
 I cannot hope for a fix from Adobe on this?

Well, I wasn't aware of a bug in JWS that would cause this, as I've
set up clusters that used JWS to address the individual members and
IIS or Apache to address the cluster. But I don't use session
replication that much, honestly. Can you provide more information
about the bug?

Alternatively, you could configure a management interface in Apache
for each instance. You'll have to do that by hand, though - the
wsconfig tool only gets you so far with Apache.

Ultimately, you'll have to contact Adobe about a fix; I have no inside
information or access to their bugbase, etc.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315003
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Access individual instances in a cluster without JWS?

2008-11-09 Thread WebSite CFTalk
Hi,

That would work if our app was less complex, too much work involved..

We've developed on it the last 8 years and have used the session scope since it 
was possible.

We use sticky sessions and also cookie based persistence in the load balancer 
(Coyote) and it's pretty stable, users is seldom balanced over to the other 
servers - but session replication would make it even more stable.

Helge

-Original Message-
From: Jason Fisher [mailto:[EMAIL PROTECTED]
Sent: 7. november 2008 19:39
To: cf-talk
Subject: Re: Access individual instances in a cluster without JWS?

The other clustering approach is to use Client scope rather than Session scope. 
 To overly simplify things, Client scope is a contract between the user's 
browser and the application, whereas Session scope is a contract between the 
user's browser and the server.  Since Client scope can maintain state with the 
application, a user can be seamlessly bounced from server to server without 
loss of data / connection.  Works really well behind hardware load balancing, 
for example.  Not so sure it fits your situation, but thought I'd at least 
mention it in case.

Just remember to never, ever use Registry as your Client scope store.  It's the 
CF default, but it can quickly overwhelm server swapspace.  Go ahead and use a 
datasource instead.



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315004
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Access individual instances in a cluster without JWS?

2008-11-09 Thread WebSite CFTalk
Yes, JRun Web server, It's setting is at the near end of jrun.xml and it can be 
disablet there.

Helge

-Original Message-
From: rex [mailto:[EMAIL PROTECTED]
Sent: 9. november 2008 20:47
To: cf-talk
Subject: Re: Access individual instances in a cluster without JWS?

By JWS, do you mean JRUN Web Server?  How do you disable JRUN?



WebSite CFTalk wrote:
 Hello,

 I've been struggling with clustering for a while now..

 2 physical servers with 2 JRun instances on each on W2003/iis6.0. (CFMX 8.01 
 Ent.)

 Since 6.1 I've had no success with session replication across the cluster.

 I finally found a solution for that;
 Session replication was failing until I disabled JWS (and that took quite 
 some time to find out.)

 So now the cluster is running fine, but since JWS is disabled I cannot access 
 the admin instances on the cluster.
 (And not having access to the server monitor is not good..)

 I tried to add the admin roots to IIS but that didn't work since the 
 instances then got clustered also.
 Then I tried to use Apache as a second web server tied to the admin root, but 
 I cannot find a way to connect that via the JRun connector.

 So,
 Has anyone else experienced this?
 Have you got a solution on how to access the admin instances without JWS and 
 outside of the cluster?

 Maybe there is a setting in JWS I've missed?

 Thanks,
 Helge





~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:315010
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Access individual instances in a cluster without JWS?

2008-11-07 Thread WebSite CFTalk
Hello,

I've been struggling with clustering for a while now..

2 physical servers with 2 JRun instances on each on W2003/iis6.0. (CFMX 8.01 
Ent.)

Since 6.1 I've had no success with session replication across the cluster.

I finally found a solution for that;
Session replication was failing until I disabled JWS (and that took quite some 
time to find out.)

So now the cluster is running fine, but since JWS is disabled I cannot access 
the admin instances on the cluster.
(And not having access to the server monitor is not good..)

I tried to add the admin roots to IIS but that didn't work since the instances 
then got clustered also.
Then I tried to use Apache as a second web server tied to the admin root, but I 
cannot find a way to connect that via the JRun connector.

So,
Has anyone else experienced this?
Have you got a solution on how to access the admin instances without JWS and 
outside of the cluster?

Maybe there is a setting in JWS I've missed?

Thanks,
Helge

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314951
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Access individual instances in a cluster without JWS?

2008-11-07 Thread WebSite CFTalk
Hello Dave,

I should have mentioned that we have about 150 websites (running the same app 
code) on the server.
And we add new sites every week..

So I dismissed that option without investigating it a lot, recreating the 
cluster every few days doesn't look like fun..
So therefore we use the all virtual servers option.

Any other options?

Is this a bug in JWS or will it stay this way forever?
I cannot hope for a fix from Adobe on this?

Thanks,
Helge

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]
Sent: 7. november 2008 18:46
To: cf-talk
Subject: Re: Access individual instances in a cluster without JWS?

 2 physical servers with 2 JRun instances on each on W2003/iis6.0. (CFMX 8.01 
 Ent.)

 Since 6.1 I've had no success with session replication across the cluster.

 I finally found a solution for that;
 Session replication was failing until I disabled JWS (and that took quite 
 some time to find  out.)

 So now the cluster is running fine, but since JWS is disabled I cannot access 
 the admin
 instances on the cluster. (And not having access to the server monitor is not 
 good..)

 I tried to add the admin roots to IIS but that didn't work since the 
 instances then got
 clustered also. Then I tried to use Apache as a second web server tied to the 
 admin root,  but I cannot find a way to connect that via the JRun connector.

First, you'll need to create multiple virtual servers in IIS - one for
the cluster, and one for each instance.

Next, you'll need to use wsconfig to delete the current connection
between your cluster and IIS, then delete the cluster itself (not the
cluster members, just the cluster).

Then, use wsconfig to connect each instance to the appropriate IIS
virtual server only - don't connect it to all IIS virtual servers.

Finally, recreate your cluster, and reconnect it to the appropriate
IIS virtual server, and you should be all set.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314953
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: CFMail Alternatives

2008-10-18 Thread WebSite CFTalk
Check out Boogiebounce - http://www.boogietools.com

We use it with iMS mailserver.

Helge

-Original Message-
From: Al Musella, DPM [mailto:[EMAIL PROTECTED]
Sent: 18. oktober 2008 14:59
To: cf-talk
Subject: Re: CFMail Alternatives

   How do you handle undeliverable mail.  I have been doing it
manually, but it is time to automate it..
   Is there a regex that can break out the ones that have to be
deleted vs. the ones that just are temporarily down? Here are a few
samples of what I mean:

these can be deleted:

Failed Recipient: [EMAIL PROTECTED]
Reason: Remote host said: 551 not our customer

Failed Recipient: [EMAIL PROTECTED]
Reason: Remote host said: 550 5.1.1 [EMAIL PROTECTED]... User unknown

Failed Recipient:[EMAIL PROTECTED]
Reason: Remote host said: 550 Requested action not taken: mailbox unavailable

Failed Recipient: [EMAIL PROTECTED]
Reason: Remote host said: 554 delivery error: dd This user doesn't
have a yahoo.com account ([EMAIL PROTECTED]) [0] - mta651.mail.mud.yahoo.com

But these have to be looked into:

Failed Recipient: [EMAIL PROTECTED]
Reason: Remote host said: 550 550 Dynamic/zombied/spam IPs blocked.
Write [EMAIL PROTECTED]

Failed Recipient: [EMAIL PROTECTED]
Reason: Remote host said: 550 Account temporarily suspended due to
inactivity. User must login to reactivate mailbox

Failed Recipient: [EMAIL PROTECTED]
Reason: Remote host said: 550 This user's mailbox is full
([EMAIL PROTECTED]) - Try again later


Note that code 550 sometimes means no such user and other times means
that we are being blocked..  they should have a standard coding
system to make it easy:)






At 11:44 PM 10/17/2008, Matt Robertson wrote:

as maddening as it is, fast mail is a problem as opposed to a
solution it seems.

I've used a mail trickler to get around this for years.

http://mysecretbase.com/Slowing_Down_CFMail_2004.cfm

It is far from perfect, but it works.

--
[EMAIL PROTECTED]
Janitor, The Robertson Team





~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314089
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: JRun issues on Vista 64 bit?

2008-09-18 Thread WebSite CFtalk
Security?

Try to setup the datasource manually in the xml file?

Helge

-Original Message-
From: Jeff Chastain [mailto:[EMAIL PROTECTED] 
Sent: 18. september 2008 02:52
To: CF-Talk
Subject: Re: JRun issues on Vista 64 bit?

In addition, I tried creating a MSSQL datasource, connecting to another
server I have running MSSQL 2005 and JRun crashed trying to setup that
datasource as well, so it is something local to the JRun/CF install and
its connection ability with MSSQL. 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:312748
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Forum software

2008-06-03 Thread WebSite CFtalk
Hello,

We need to implement a top of the line forum software for a customer,
CF based.

Would that be Fusetalk, or is there other options?

I'm aware of Galleon, CFMBB etc. but must confess that I have not
installed or tested any of them very much..

My understanding is that Fusetalk is the most feature packed CF based
system out there? 
(And 5k worth of modifications to implement missing/needed functionality
doesn't get you very far these days..)

Do we get access to the source code with Fusetalk in its enterprise
version?

There will be high traffic and many forum instances/many moderators and
a high user count, and we need to integrate the forum software to our
CRM functions (also CF based).

Grateful for your inputs,

Thank you,

Helge



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:306797
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Backup / Replicate Server Config

2008-04-29 Thread WebSite CFtalk
IIS has some scripts for this tasks.

This guy has made some nice additions to them:
http://aspalliance.com/1038_IISCnfgvbs__IIS_Settings_Replication.all

Helge


-Original Message-
From: Jim McAtee [mailto:[EMAIL PROTECTED] 
Sent: 30. april 2008 04:15
To: CF-Talk
Subject: Re: Backup / Replicate Server Config

GUI GUI click click methods are nearly useless for automated backup 
purposes.  Aren't there one or more VBS scripts included with the server

OS that can backup and restore the entire IIS server configuration?


- Original Message - 
From: Carl Von Stetten [EMAIL PROTECTED]
To: CF-Talk cf-talk@houseoffusion.com
Sent: Tuesday, April 29, 2008 4:49 PM
Subject: Re: Backup / Replicate Server Config


 Kevin,

 WRT IIS, you can backup the IIS settings for either individual
websites
 or the whole server from IIS Admin.  For the whole server, open IIS
 Admin, right-click on the Web Sites node, and select All Tasks
---
 Save Configuration to a File  You can then export current
settings
 to an XML file.  You can do the same for individual web sites or even
 virtual directories.

 If you intend to use these XML files to replicate settings onto other
 servers, examine the contents and change any server-specific data as 
 needed.

 To reimport the XML file settings, right-click on the desired node and
 select New---Web Site (from file)... or Virtual Directory (from
 file...).  In the Import Configuration dialog, click on Browse...
 and select the xml file you wish to import.  Then click on Read
File.
 From the list of web sites that are displayed, pick the one you wish
to
 restore/create, and click OK.  If the site already exists, you will
be
 prompted whether to create a new site or replace the existing site.
 Select which you want to do, then click OK.

 HTH,
 Carl



 Kevin Aebig wrote:
 Hey all,



 This is driving me nuts, but how do you backup than replicate not
only
 CFMX7, but IIS6 as well? I thought given the ease of administering 
 these
 services that this would be a joke.



 Thanks for any tips,



 !k






 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:304455
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: ColdFusion 8.0 clustering - quick question.

2008-04-20 Thread WebSite CFtalk
Yes,

It's on, 

I've been through every setting on the servers that I can think of - and
everything I've found on different blogs.

Have also tried to tweak TCP settings as described on some forums:
http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp?topic=/c
om.ibm.websphere.express.doc/info/exp/ae/tprf_tunewindows.html

I give up for now, no session replication for me yet.. lol

If I find out something I'll post back

Thanks

Helge


-Original Message-
From: Maureen Barger [mailto:[EMAIL PROTECTED] 
Sent: 20. april 2008 13:20
To: CF-Talk
Subject: Re: ColdFusion 8.0 clustering - quick question.

I think one requirement for session replication is to turn on J2EE
sessions - do you have that on?


On Sat, April 19, 2008 13:30, WebSite CFtalk wrote:
 Hello,

 I'm struggling with a cluster setup. (IIS6/CF8, 2 servers with 2
 instances each)

 The problem is session replication - tons of errors regarding session
 replication failed in the logs:

  19/04 19:01:40 error Setup of session replication failed.
 [2]java.io.StreamCorruptedException: unexpected end of block data
 

 And a lot of these:

 
 19/04 19:01:40 error unexpected end of block data
 java.io.StreamCorruptedException: unexpected end of block data

 As soon as I turn off session replication the errors disappear.

 This also happens when running a cluster with 2 instances on one
server
 - i.e. no network trouble.

 One thing is unclear (or obvious?..) in the references I've found:

 Should the jndi ports and proxy ports be different on each server
 instance, or should they be the same all over?

 Anyone?

 Thanks,
 Helge

 



~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303825
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


ColdFusion 8.0 clustering - quick question.

2008-04-19 Thread WebSite CFtalk
Hello,

I'm struggling with a cluster setup. (IIS6/CF8, 2 servers with 2
instances each)

The problem is session replication - tons of errors regarding session
replication failed in the logs:

 19/04 19:01:40 error Setup of session replication failed.
[2]java.io.StreamCorruptedException: unexpected end of block data


And a lot of these: 


19/04 19:01:40 error unexpected end of block data
java.io.StreamCorruptedException: unexpected end of block data

As soon as I turn off session replication the errors disappear.

This also happens when running a cluster with 2 instances on one server
- i.e. no network trouble.

One thing is unclear (or obvious?..) in the references I've found:

Should the jndi ports and proxy ports be different on each server
instance, or should they be the same all over?

Anyone?

Thanks,
Helge

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303804
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: Efflare Imageflare1.5 Issue

2007-12-13 Thread cftalk
 I'm using Efflare's ImageFlare 1.5 tag for a variety of image
 operations (resizing, compositing etc.) in our application.  Things
 have been running great for the past year and then all of a sudden a
 week ago, we started seeing the tag crash on us:  ImageFlare CR
 Exception [LoadFailed:140425] or ImageFlare CR Exception [SaveFailed:150420]
 .The error is intermittant...a page which calls the tag will fail the
 first time it is called and then be OK the second or third time. 
 Seems like its running at about a 2% failure rate.  We're running
 CF8; no code or configuration changes have been made for at least 6
 weeks preceeding the issue.  Our server usage has been climbing
 steadily, but the issue manifests itself regardless of the server
 load.  Anybody else encounter anything like this?  

ImageFlare 1.5 uses the ImageCR 3 engine.

Exceptions are a feature we added to ImageCR 3. They work like any
other kind of exception and throw a proper ColdFusion exception.

Exceptions can be disabled with THROWEXCEPTIONS=0 and errors can
still be checked with the imagecr.error* return values.

Load and save failures are valid handled exceptions indicating
a problem loading or saving a file as directed. The possible
causes are numerous and can range from something as simple as a
bad filename to something as obscure as mis-configured hardware.

Load failures which occur only on the first attempted load are
usually the result of a concurrency dilemma in the system. What
usually happens is the file in question is not yet fully available
at the time ImageCR is called, but will become fully available soon.
Web developers are usually protected from this by a database, but
dealing directly with file I/O, particularly with large amounts of
heavily processed data (images), can lead to concurrency dilemmas.

In addition, hardware and/or OS configuration can make the problem
worse, particularly if configured for speed instead of stability.

The most common culprit is write caching after an http upload.


If write caching is enabled on the disk drive, when the server sends a
write command to the drive, it immediately tells the computer that the
write operation is completed (even though the data has not yet been
written to the disk). The data is stored in the write cache and written
to the disk later (when the write head has been positioned over the data
area and the disk has rotated to the location where the data will be
written). By immediately telling the computer the data is written, the
computer does not have to wait and can go on with its computing tasks.
Eliminating the time the computer waits for writes to complete may
improve system performance. 



There is a small amount of time where the host software thinks the data
is safely written on the disk, yet it is held in volatile cache memory
on the disk drive. The host server has no visibility that the
information sent to the disk drive was not written to the media since
all commands are returned with good status to the system. 


From: http://www.hitachigst.com/hdd/technolo/writecache/writecache.htm

 On a related note, does anyone know if Efflare is still supporting
 this tag because I have not been able to rouse them through any of
 their regular support channels.

What e-mail address did you send your support request from?

-- 
 Magnus

~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294741
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: ColdFusion Server behind a Citrix NetScaler (Load Balancer) CGI Issues

2007-12-07 Thread WebSite CFtalk
Hi,

On our load balancer (Coyote Equalizer) we have a setting, spoof, that
forwards the client address to the web server instead of the load
balancer address.

Might be something similar on the Citrix box.

Helge

-Original Message-
From: James Blaha [mailto:[EMAIL PROTECTED] 
Sent: 6. desember 2007 14:09
To: CF-Talk
Subject: Re: ColdFusion Server behind a Citrix NetScaler (Load Balancer)
CGI Issues

Hi Tom,

Thanks I'll pass this on to my admin.

-Jim 



~|
Check out the new features and enhancements in the
latest product release - download the What's New PDF now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294367
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Still having problems with website administration (not CFADMIN site)

2007-11-20 Thread WebSite CFtalk
Try clearing your cookies before logging in. 
- if that solves the login issue you have some sort of problem regarding
cflogin's use of cookies I guess?

Helge

-Original Message-
From: Bruce Sorge [mailto:[EMAIL PROTECTED] 
Sent: 20. november 2007 16:35
To: CF-Talk
Subject: Still having problems with website administration (not CFADMIN
site)

OK, so I am still having the same issue with our districts website admin
section. Our main site is www.snowline.k12.ca.us, and when I log into
our administration section from home using that URL everything works
fine. However, when I log into any of our other URL's
(www.snowlineschools.net, com and org), I can log in fine, but I get
kicked out if I attempt to enter the admin section.
I am using CFLOGIN for the login control. For the site security (besides
having to log in) I am using IsUserInRole to let them into their proper
part. Now the way that our environment is set up is that our web server
is also our DNS server (No, this was NOT my decision, and they are
ordering more hardware for me to get the web/cf server on it's own
machine), Windows Server 2003,  IIS, CF8 and SQL Server 2005.
Also, when I use any of the 4 URL's from within the network everything
works fine. I am at a loss here. Any help would be greatly appreciated.

Thanks,

Bruce




~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:293623
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Enterprise DBs and Search and Paging Techniques

2007-10-31 Thread cftalk cftalk
All,

I have a conundrum that I can't seem to find a good enough solution too.  I
know what I need to do is archive data and only bring in data as needed to
search on, however, I can't go that route due to resources.

I'm trying to page, sort, etc very large data sets and performance is
becoming an issue.  I'm running SQL 2000 and CF7.  I would like to be able
to have a nice AJAX paging option that performs well on very large datasets
but any other option is open to consideration.  Please let me know your
thoughts on this.

Thanks,
B


~|
Get the answers you are looking for on the ColdFusion Labs
Forum direct from active programmers and developers.
http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72catid=648

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292429
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


Re: What in the world is CF8 trying to say?

2007-10-14 Thread cftalk
I would like to let people know CFX_JPG is an old, retired product.

The problem is a namespace collision on the variable name image.

The problem was dealt with on the release of ImageCR 3 some years ago.

-- 
 Magnus

 Just reread this, figured I'd clarify, I do not think scoping Image in this
 instance would fix it but certainly could try it.  Was not aware of Image
 being used for something specific in 8, but guess perhaps scoping it might
 avoid a conflict with something else in the code on the page and not seen in
 the snippet.  Probably the tag itself not liking the newer version of CF,
 honestly if I relied so heavily on a custom tag then I'd done some heavy
 testing with it prior to spending the money to upgrade versions.
 
 On 10/14/07, Aaron Rouse [EMAIL PROTECTED] wrote:
 
  A way around things like this without renaming things is to just scope
  it.  We ran into a similar problem going to I think it was CF6 when part of
  some applications did #URL# and all we had to do was go in there and put
  queryName.URL and was fixed.  Of course one could argue that the names of
  things should not be so generic which could hopefully prevent the
  possibility of referencing a variable name that later turns into a reserved
  word or is used for something else.
 
  Now in this particular case I am guessing Image is something returned by
  the CFX_JPG tag and that tag is putting it into the local variables scope,
  so could try referencing it as #Variables.Image.Link# and if that works then
  a mass find replace on #Image. with #Variables.Image. would probably fix all
  instances in the application(s).
 
  On 10/14/07, Terry [EMAIL PROTECTED] wrote:
  
   I had an issue similar to that when going from cf5 to cf7. Try changing
   your
   #link# to #linkx# as in my case with #url# it wouldn't allow it.
  
   Worth a try.
  
   -Original Message-
   From: Rick Faircloth [mailto: [EMAIL PROTECTED]
   Sent: Saturday, October 13, 2007 8:05 PM
   To: CF-Talk
   Subject: What in the world is CF8 trying to say?
  
   Error Occurred While Processing Request
  
   You have attempted to dereference a scalar variable
   of type class coldfusion.sql.QueryColumn as a
   structure with members.
  
   Huh
  
   The code I was processing that threw the error is:
  
   34 : div id=annPhoto
   35 :  CFX_JPG Source=#GAP##Get_Announcements.Image#
   36 :  Img Src=/_cache/#Image.Link# width=100 border=1
   37 : /div
  
   I get this sinking feeling that it's because I'm trying to use the
   CFX_JPG
   tag from
   Efflare that I've been using with CF 4.5 for many years.
  
   Someone please tell CFX_JPG is compatible with CF8!
  
   I've used that tag on almost all of my site and I don't want to have to
   rewrite all that code!
  
   Rick
  
  
  
  
  
   
 
 

~|
ColdFusion is delivering applications solutions at at top companies 
around the world in government.  Find out how and where now
http://www.adobe.com/cfusion/showcase/index.cfm?event=finderproductID=1522loc=en_us

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:291047
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


CF8 Exchange integration

2007-10-05 Thread WebSite CFtalk
Hello,

I'm trying to find information/example apps on Exchange integration. 

Besides the docs/example apps there doesn't seem to be anything out
there yet.

I'm looking for something I can use as a start for an intranet app. 

Open source / source code license etc..

Any pointers?

Thx,
Helge Hetland

~|
ColdFusion 8 - Build next generation apps
today, with easy PDF and Ajax features - download now
http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:290281
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: Owner of fancybread.com?

2007-09-07 Thread WebSite CFtalk
Lol

Tell that to your customers! ;-)



-Original Message-
From: Wil Genovese [mailto:[EMAIL PROTECTED] 
Sent: 7. september 2007 21:11
To: CF-Talk
Subject: Re: Owner of fancybread.com?

I simply typed /whois fancybread.com/ at my Linux command line.  I don't

need no stinking GUI Interface ;-)



-- 
Wil Genovese

One man with courage makes a majority.
-Andrew Jackson

A fine is a tax for doing wrong. A tax is a fine for doing well. 



Rey Bango wrote:
 LOL! You know that I tried so many other whois systems and none gave
me 
 that info!!

 Try this and you'll see what I was getting:


http://reports.internic.net/cgi/whois?whois_nic=fancybread.comtype=doma
in

 Thanks for getting me th info Wil.

 Rey

 Wil Genovese wrote:
   
 Do you need more than this?

 [whois.tucows.com]
 Registrant:
  Fancy Bread Multimedia
  6866 Beachcliffe Drive
  Burnaby, BC V5B4R3
  CA

  Domain name: FANCYBREAD.COM

  Administrative Contact:
 Marcotte, Paul  [EMAIL PROTECTED]
 6866 Beachcliffe Drive
 Burnaby, BC V5B4R3
 CA
 +1.6049992733
  Technical Contact:
 Cupples, Lindi  [EMAIL PROTECTED]
 #300-2930 Arbutus St.
 Vancouver, BC V6J 3Y9
 CA
 604-736-5312Fax: 604-736-5732

  Registration Service Provider:
 DotSolutions, [EMAIL PROTECTED]
 http://www.dotsol.net
 This company may be contacted for domain login/passwords,
 DNS/Nameserver changes, and general domain support questions.


  Registrar of Record: TUCOWS, INC.
  Record last updated on 14-Feb-2007.
  Record expires on 11-Mar-2008.
  Record created on 11-Mar-2000.

  Domain servers in listed order:
 NS2.010-101.COM
 DNS1.010-101.COM


 

 



~|
Get involved in the latest ColdFusion discussions, product
development sharing, and articles on the Adobe Labs wiki.
http://labs/adobe.com/wiki/index.php/ColdFusion_8

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:288015
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: ColdFusion 8 is available!

2007-08-01 Thread WebSite CFtalk
This one works:
http://www.adobe.com/products/coldfusion/


-Original Message-
From: Tom Chiverton [mailto:[EMAIL PROTECTED] 
Sent: 1. august 2007 12:06
To: CF-Talk
Subject: Re: ColdFusion 8 is available!

On Wednesday 01 Aug 2007, Tom Chiverton wrote:
 On Monday 30 Jul 2007, [EMAIL PROTECTED] wrote:
  ColdFusion 8 is available!
  http://www.adobe.com/cfusion/

 Do the download links work for anyone ?
 I've tried Firefox and Konq. on Linux, and IE and Firefox on windows
in
 VMWare.
 When I click the download button after choosing the Linux version of
the
 product, the page refreshes but nothing else happens !

And lynx at work and home both give a 500 error:
  Error Occurred While
Processing 
Request

   The web site you are accessing has experienced an unexpected error.
   Please contact the website administrator.

   The following information is meant for the website developer for
debugging
   purposes.
   Error Occurred While Processing Request

Cannot insert item with key ORGANIZATION_SIZE.

This key already exists.

   Resources:
 * Enable Robust Exception Information to provide greater detail
about the 
source
   of errors. In the Administrator, click Debugging  Logging 
Debugging
   Settings, and select the Robust Exception Information option.
 * Check the ColdFusion documentation to verify that you are using
the 
correct
   syntax.
 * Search the Knowledge Base to find a solution to your problem.

   Browser  Lynx/2.8.5rel.5 libwww-FM/2.14 SSL-MM/1.4.1
OpenSSL/0.9.8a
   Remote Address   192.168.20.152
   Referrer
   Date/Time01-Aug-07 02:50 AM


-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England
and Wales under registered number OC307980 whose registered office
address is at St James's Court Brown Street Manchester M2 2JF.  A list
of members is available for inspection at the registered office. Any
reference to a partner in relation to Halliwells LLP means a member of
Halliwells LLP. Regulated by the Law Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and
may be confidential or legally privileged.  If you are not the addressee
you must not read it and must not use any information contained in nor
copy it nor inform any person other than Halliwells LLP or the addressee
of its existence or contents.  If you have received this email in error
please delete it and notify Halliwells LLP IT Department on 0870 365
8008.

For more information about Halliwells LLP visit www.halliwells.com.




~|
Enterprise web applications, build robust, secure 
scalable apps today - Try it now ColdFusion Today
ColdFusion 8 beta - Build next generation apps

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285037
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: ColdFusion 8 is available!

2007-08-01 Thread WebSite CFtalk
Works perfectly from here.

(IE7.0 and WinXP)

Helge Hetland

-Original Message-
From: Tom Chiverton [mailto:[EMAIL PROTECTED] 
Sent: 1. august 2007 16:38
To: CF-Talk
Subject: Re: ColdFusion 8 is available!

On Wednesday 01 Aug 2007, [EMAIL PROTECTED] wrote:
 This one works:
 http://www.adobe.com/products/coldfusion/

Clicked 'download free trial'.
Signed in.
Pick dev. edition Linux, press download.
Page refreshes, nothing downloads.

Anyone else confirm or deny ?

-- 
Tom Chiverton



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England
and Wales under registered number OC307980 whose registered office
address is at St James's Court Brown Street Manchester M2 2JF.  A list
of members is available for inspection at the registered office. Any
reference to a partner in relation to Halliwells LLP means a member of
Halliwells LLP. Regulated by the Law Society.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and
may be confidential or legally privileged.  If you are not the addressee
you must not read it and must not use any information contained in nor
copy it nor inform any person other than Halliwells LLP or the addressee
of its existence or contents.  If you have received this email in error
please delete it and notify Halliwells LLP IT Department on 0870 365
8008.

For more information about Halliwells LLP visit www.halliwells.com.




~|
Create robust enterprise, web RIAs.
Upgrade to ColdFusion 8 and integrate with Adobe Flex
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:285045
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Purchasing ColdFusion

2007-05-18 Thread WebSite CFtalk
Hi,

Anyone know if (or when) the same deal is available in Europe?

Thx
---

TIm Buntel blogged about this:

http://www.buntel.com/blog/index.cfm?mode=entryentry=4E9B8319-4E22-1671
-521856788AB5FA11

Buy CFMX 7 with a subscription for 25% off and you'll get the Scorpio
update free when it ships.
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/

If you're not annoying somebody, you're not really alive.
-- Margaret Atwood
---

~|
Create Web Applications With ColdFusion MX7  Flex 2. 
Build powerful, scalable RIAs. Free Trial
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS 

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:278613
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Combining Images

2007-05-05 Thread cftalk
This is why we created ImageFlare:

cfx_imageflare source=
  b1 = Bitmap('#expandpath('1.jpg')#')
  b2 = Bitmap('#expandpath('2.jpg')#')
  
  gapsize = 5
  fillcolor = Color('white')
  
  b3 = Bitmap(b1.width+b2.width+gapsize,b1.height)

  b3.fill(fillcolor)
  
  b3.paste(b1)
  b3.paste(b2,b1.width+gapsize,0)
  
  b3.save('#expandpath('3.jpg')#')


http://www.efflare.com/products/cfx_imageflare/

-- 
 CrystalM

 Hartsfield you joker smile,
 
 I know imageCR3 does not do this. I am asking nicely if
 someone out there has done something like this with any kind
 od CF scripting, tags, functions, cfs's, etc.
 
 I would appreciate any help in this as I know it has to be
 out there, but I haven't found any examples yet.
 
 Terry Troxel 
 
 -Original Message-
 From: Bobby Hartsfield [mailto:[EMAIL PROTECTED] 
 Sent: Saturday, May 05, 2007 7:45 AM
 To: CF-Talk
 Subject: RE: Combining Images
 
 Oh no! Someone finally found something that ImageCR3 can't
 do!!! ;-)
 
 I don't see anything in the documentation about combining
 multiple images into 1 with imageCR3, sorry. :-(
 
 I've never tried to do this either so I have no suggestions.
 
 . glad I could help lol
 
 Good luck
 
 -Original Message-
 From: Terry Troxel [mailto:[EMAIL PROTECTED]
 Sent: Saturday, May 05, 2007 10:18 AM
 To: CF-Talk
 Subject: Combining Images
 
 Anyone know of a way to combine 2 images into one online?
 
 I am using imageCR3 and love it. I have two image upload
 fields and imageCR3 resizes each image to 360 pixels wide
 and I would like to end up with one image say 725 pixels
 wide with a 5 pixel border between each image in the final
 image.
 
 Terry
 
 
 
 
 
 
 
 

~|
Macromedia ColdFusion MX7
Upgrade to MX7  experience time-saving features, more productivity.
http://www.adobe.com/products/coldfusion?sdid=RVJW

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277081
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: moving from CF 4.5 to 7.0

2007-02-06 Thread WebSite CFtalk
http://www.google.com/search?q=cfmx7_migrating.pdf

(-;

-Original Message-
From: So Kenfused [mailto:[EMAIL PROTECTED] 
Sent: 6. februar 2007 16:25
To: CF-Talk
Subject: Re: moving from CF 4.5 to 7.0

If you could send that I would appreciate it. It would save me from
having to search the adobe cite for it. 

There's an Adobe document called cfmx7_migrating.pdf.  We basically
just
worked through it.

Let me know if you want me to email you a copy of the document.

Jaime




~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:268852
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: What hw to use for loadbalancing

2007-01-31 Thread WebSite CFtalk
Thanks, 
I think I'll look into LVS, we have a couple Compaq PL's that could be
used to such a thing I guess.

Time spent on things like that often adds up to the cost of a ready made
solution, but it would be an interesting excercise.. :)

Helge

-Original Message-
From: Russ [mailto:[EMAIL PROTECTED] 
Sent: 30. januar 2007 16:54
To: CF-Talk
Subject: RE: What hw to use for loadbalancing

The cheapest option would be to roll something yourself.  There are many
options available for nice loadbalancing set up using linux and setting
up 2 boxes, so that should one die, the other one would take over.  

The easiest solution would probably be to install the latest version of
apache on another server (preferably linux) and use mod_proxy,
specifically, mod_proxy_balancer.  It doesn't look like it has health
checking, but it looks like it's easy enough to test out, and it might
do what you need.  If not, you can invest some time to roll out a more
complicated (although still
free) solution using something like linuxvirtualserver.  

LVS Kiss looks like a simple solution to set up that supports health
checking.  

Russ


 -Original Message-
 From: WebSite CFtalk [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, January 30, 2007 10:29 AM
 To: CF-Talk
 Subject: What hw to use for loadbalancing
 
 Hello,
 
 What (lower priced) options other than F5 Big IP LTM have I got when I

 need to loadbalance 3 CFMX servers?
 
 3 x CFMX 7.x Enterprise on W2003 / IIS6
 
 F5 is a bit expensive -18kUSD for Big-IP LTM 1500
 
 What I basically need is something that works better than W2003 NLB.
 (and not to difficult to establish/maintain)
 
 When JRun/CF dies behind the NLB cluster, the cluster is happily 
 continuing its loadbalancing as if nothing happened.
 
 I've been googling a bit but I'm not very much smarter..
 
 Thanks,
 Helge Hetland
 WebSite AS
 
 



~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:268173
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: What hw to use for loadbalancing

2007-01-31 Thread WebSite CFtalk
Hi,

No, the terminal servers is on another net, but since they are the only
ones with problems I was guessing that it has something to do with NLB
on both systems.

We run with multicast/no IGMP, and with a hub on front of the cluster to
prevent problems with switch flooding. And single affinity

The equipment is connected to the internet via Checkpoint firewall with
port rules etc.
(We haven't got any control of this other than wich ports to be open
etc.)

I'm doing some more checking after the upgrade to 7.x.

Anyways it's smart to switch to a HW based solution for loadbalancing. 
It's better than Windows NLB clustering on most aspects?

Helge

-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED] 
Sent: 31. januar 2007 09:52
To: CF-Talk
Subject: Re: What hw to use for loadbalancing

WebSite CFtalk wrote:
 The problem is not always there, but happens especially with one 
 customer using clustered terminal servers and Internet Explorer.
 
 It seems that they are always connected to one of the cluster nodes

Are the terminal servers in the same subnet as your cluster? If so, what
is the ARP timeout on the system? If not, what is the ARP timeout on the
upstream router of your cluster? Do you have port security enabled on
your network equipment? Are you using multicast and / or IGMP? How is
multicast configured on your switch / router? Do you have single
affinity set? 


 they experience drops regularly, also when all jrun/cf instances is up

 and running.

I would look into the combination of NLB with your network equipment.
ISTM this is a problem where the network directs the traffic to one
server, where NLB tries to direct the traffic to another server.


 We're shortly going to upgrade to 7.x (running 6.1 right now), but I 
 believe that the problem is with NLB clustering - maybe when the other

 end is also NLB.
 
 The plan is to switch to a HW based solution for this reason and also 
 since it obviously would be a better and more stable/powerful
solution.

This all sounds very vague to me. Wouldn't it be better to thoroughly
investigate the issue before investing in new hardware? Or at least get
something from a vendor on a try before you buy basis.

Jochem



~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:268178
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


What hw to use for loadbalancing

2007-01-30 Thread WebSite CFtalk
Hello,

What (lower priced) options other than F5 Big IP LTM have I got when I
need to loadbalance 3 CFMX servers?

3 x CFMX 7.x Enterprise on W2003 / IIS6

F5 is a bit expensive -18kUSD for Big-IP LTM 1500

What I basically need is something that works better than W2003 NLB.
(and not to difficult to establish/maintain)

When JRun/CF dies behind the NLB cluster, the cluster is happily
continuing its loadbalancing as if nothing happened.

I've been googling a bit but I'm not very much smarter..

Thanks,
Helge Hetland
WebSite AS

~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:268056
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


RE: What hw to use for loadbalancing

2007-01-30 Thread WebSite CFtalk
Hi,

JRun is clustered with 2 instanses on each server.

The problem is not always there, but happens especially with one
customer using clustered terminal servers and Internet Explorer.

It seems that they are always connected to one of the cluster nodes and
they experience drops regularly, also when all jrun/cf instances is up
and running.

We're shortly going to upgrade to 7.x (running 6.1 right now), but I
believe that the problem is with NLB clustering - maybe when the other
end is also NLB. 

The plan is to switch to a HW based solution for this reason and also
since it obviously would be a better and more stable/powerful solution.


Helge

-Original Message-
From: Jochem van Dieten [mailto:[EMAIL PROTECTED] 
Sent: 30. januar 2007 16:41
To: CF-Talk
Subject: Re: What hw to use for loadbalancing

WebSite CFtalk wrote:
 
 What I basically need is something that works better than W2003 NLB.
 (and not to difficult to establish/maintain)
 
 When JRun/CF dies behind the NLB cluster, the cluster is happily 
 continuing its loadbalancing as if nothing happened.

Did you cluster JRun or just IIS?

Jochem



~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:268062
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4


RE: Cluster File Management

2007-01-29 Thread WebSite CFtalk
Hi,

With Win2003 STD on both servers you can do that using DFS.

Helge Hetland
WebSite AS


-Original Message-
From: James Buckingham [mailto:[EMAIL PROTECTED] 
Sent: 29. januar 2007 11:58
To: CF-Talk
Subject: Cluster File Management

Hi everyone,

Does anybody know any good sites / ref. books which talk about file
management on a clustered environment? I've got two new load balanced
servers which I'm currently migrating/recoding for (in CFEclipse) but I
want to some how automate the update processes on both servers.

I.e. I make a change to a file on one server and it updates the same
file on the other server automatically.

The servers are Win 2003.

Cheers,
James



~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2  MX7 integration  create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:267932
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4


Re: Image processing

2006-06-26 Thread cftalk
I would just like to say we officially disagree with this assessment.

We process over 50 thousand images daily with ImageCR and stand
behind our products 100%, as we have for years. We will address
any possible issues by mail: support-imagecr at efflare.com.

We are considering a Java wrapper, but it should be remembered
Java itself wraps non-Java libraries for similar functionality.

-- 
 Magnus

 Luis,
 
  why you will going to change to the Alagad Image Component
 
 I'd like to switch to Alagad mostly due it's CFC'ness and the fact that
 it's all native java within cf. Also, the 500 image limitation we ran
 into w/ imagecr3. Other than that, I have no real reasons.
 
 I plan to do the prudent testing and research against both options the
 next time this topic comes up. Right now, I just don't have the time.
 
 ImageCR3 is very good. Pros: fast, flexible, reliable. Cons: 500 batch
 limit, if you give it the wrong combo of attributes you can take down cf
 :(
 but that's stuff you work out in the development phases of your
 projects. 
 
 If you are still trying to decide, download the eval editions of both
 and run some tests on the exact functions you need to perform. I'd be
 interested in the results.
 
 Justin Hansen
 Project Manager
 Uhlig LLC
 
 -Original Message-
 From: Luis Rueda [mailto:[EMAIL PROTECTED] 
 Sent: Sunday, June 25, 2006 3:56 PM
 To: CF-Talk
 Subject: Re: Image processing
 
 Hello Justin, i am interested in your experience, why you will going to
 change to the Alagad Image Component, at the time we will have the
 necessity to do some image manipulation and want to start with a good
 solution principally in terms of CPU usage and image manipulation speed,
 thanks for your comments.
 
 Luis Rueda
 
 Bizglo.com
 
 [EMAIL PROTECTED]
 
 
 
 
 
 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:244828
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CF install on Win2003 dying on me

2006-06-15 Thread WebSite CFtalk
Look for DEP - Data Execution Prevention:

My Computer - properties - advanced - performance - Data Execution
Prevention

Add your installer file and you should be fine :)

Mvh/greetings,
Helge Hetland
Daglig leder / manager 

WebSite AS 
Telefon: 95 89 20 10
Mobil: 90 83 10 57
http://www.website.no/ 

-Original Message-
From: Matt Robertson [mailto:[EMAIL PROTECTED] 
Sent: 15. juni 2006 08:49
To: CF-Talk
Subject: CF install on Win2003 dying on me

I am firing up a new Windows 2003 server (win2k3 Standard) to replace my
existing win2k box.  As a part of that I am doing what should be a
routine install of coldfusion-61-win.exe

I start the installer, it runs for perhaps five seconds and then closes
without a peep.  Keeping the task Manager open while this happens shows
the process opening and then exiting memory as well.

I have the firewall shut clean off. IIS is installed and running.  Has
anyone seen anything like this before?  Am I missing something stupid?



~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243577
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Suppressing white space - ekstra text inserted to templates after enabling trimfilted

2006-06-06 Thread WebSite CFtalk
Hello,

After adding the trimfilter to a server we've experienced som strange
things.
(http://www.servletsuite.com/servlets/trimflt.htm)

To all templates that have been run by cf some text is added to the end
of the file, example:

23:02:20:23PM 12/19/20056:Normal 

And

done23:01:09:08PM 10/25/20026:Norm

Is this a coincidense - or is it happening on your servers also?
(You should chedk if you have enabled the filter lately..)

Running CFMX6.1 on Windows 2003 with 2 clusteded jrun instances.

Helge Hetland
WebSite


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:242726
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: capture rendered HTML to an image

2005-11-09 Thread cftalk
The last example on this page shows how to use ImageCR with
our free cfx_url2bmp tag to create website screenshots.

http://efflare.com/docs/CFX_ImageCR3/reference/examples/index.html#Website%20Screenshot

We will be expanding on this in the future.

-- 
 CrystalM

 Efflares ImageCR does website screenshots as well as some of the more
 incredible image manipulation function available.  Check em out at
 http://www.efflare.com  
 
 Emmet
 
 -Original Message-
 From: Nando [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, November 09, 2005 4:08 AM
 To: CF-Talk
 Subject: capture rendered HTML to an image
 
 Hi all,
  I'm looking for an approach that's not too complex to implement to capture
 rendered HTML to a Jpeg. The idea is to create a thumbnail gallery for
 templates in an automated fashion.
  Using cfdocument and outputting to a jpeg would be perfect, but cfdocument
 only outputs to PDF and FlashPaper :-(
  Any suggestions would be welcome!
  thanks
 Nando
 
 
 
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223712
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: what do you use instead of cfx_openimage?

2005-11-09 Thread cftalk
I got the price wrong in this message last Friday.

The personal version is $49 not $75.

-- 
 CrystalM

 Many people use our tag, cfx_imagecr3.
 Some hosts install it on all their servers.
 
   Efflare ImageCR 3
   http://efflare.com/products/cfx_imagecr
 
   $75 personal license
   http://efflare.com/purchase?personal
 
 -- 
  CrystalM
 
  is nobody using cfx_openimage? is there another similar good tool (for
  easy setupuse in shared hosting environment)
  
  I wanna resize images and read image dimensions..
  
  what are you using?
  
  --
  Sebastian Mork
  [EMAIL PROTECTED]
  --
  
  On Thu, 03 Nov 2005 17:32:55 +0100
  Sebastian Mork [EMAIL PROTECTED] wrote:
  
   Hi,
   
   in my app I use cfx_openimage  (in a shared hosting environment running
   win(nt?), cfmx7.0).
   I used the tag for months for reading images to get infos about the
   dimension without poblems.
   suddenly, two days ago a user told me he gets an error viewing some
   other user profiles.
   hmm, thats strange, from one day to another the cfx_tag produces an
   error, the html-title says 'jrun servlet error' and '500 null' is shown.
   
   the hosting-comp. said thay didn't change anything. and I did not change
   anything in the code, too.
   they restarted cfmx and the whole server without success.
   and, I read cfx_openimage needs a temp-dir (c:\temp), but they didn't
   delete that dir and the installation of that tag is made in the
   default-directory..
   so what??
   I've created a test-page with the following code, its just an example,
   that code worked fine in my app:
   
   #filename# is: 
   D:\friendcom.de\wwwroot\MachII\summComm\views\images\index10.jpg
   code: 
   CFX_OPENIMAGE 
 ACTION=IML 
 FILE=#filename# 
 COMMANDS=getsize
   heres the test-page: http://friendcom.de/sc/views/test.cfm
   
   any ideas?
   
   thx
   
   -- 
   Sebastian Mork [EMAIL PROTECTED]
   
   
   
  
  
 
 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223714
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: what do you use instead of cfx_openimage?

2005-11-04 Thread cftalk
Many people use our tag, cfx_imagecr3.
Some hosts install it on all their servers.

  Efflare ImageCR 3
  http://efflare.com/products/cfx_imagecr

  $75 personal license
  http://efflare.com/purchase?personal

-- 
 CrystalM

 is nobody using cfx_openimage? is there another similar good tool (for
 easy setupuse in shared hosting environment)
 
 I wanna resize images and read image dimensions..
 
 what are you using?
 
 --
 Sebastian Mork
 [EMAIL PROTECTED]
 --
 
 On Thu, 03 Nov 2005 17:32:55 +0100
 Sebastian Mork [EMAIL PROTECTED] wrote:
 
  Hi,
  
  in my app I use cfx_openimage  (in a shared hosting environment running
  win(nt?), cfmx7.0).
  I used the tag for months for reading images to get infos about the
  dimension without poblems.
  suddenly, two days ago a user told me he gets an error viewing some
  other user profiles.
  hmm, thats strange, from one day to another the cfx_tag produces an
  error, the html-title says 'jrun servlet error' and '500 null' is shown.
  
  the hosting-comp. said thay didn't change anything. and I did not change
  anything in the code, too.
  they restarted cfmx and the whole server without success.
  and, I read cfx_openimage needs a temp-dir (c:\temp), but they didn't
  delete that dir and the installation of that tag is made in the
  default-directory..
  so what??
  I've created a test-page with the following code, its just an example,
  that code worked fine in my app:
  
  #filename# is: 
  D:\friendcom.de\wwwroot\MachII\summComm\views\images\index10.jpg
  code: 
  CFX_OPENIMAGE 
  ACTION=IML 
  FILE=#filename# 
  COMMANDS=getsize
  heres the test-page: http://friendcom.de/sc/views/test.cfm
  
  any ideas?
  
  thx
  
  -- 
  Sebastian Mork [EMAIL PROTECTED]
  
  
  
 
 

~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:223195
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: image manipulation in coldfusion?

2005-10-05 Thread cftalk
The personal/non-commercial version differs only by license.
You get the same download and binary as commercial customers.

You can upgrade to a commercial license for the difference in
cost between these license types. The same upgrade policy applies
for upgrades to future versions of ImageCR, eg. ImageCR4.

-- 
 CrystalM

 If there a difference in quality or control in the personal version vs.
 the full version? Or just the license? I'm only looking at using this
 for a personal site right now but may expand it later. Is there a way to
 upgrade the license to the full version or would I just have to buy
 from scratch?
 
 
 John Burns
 Certified Advanced ColdFusion MX Developer
 Wyle Laboratories, Inc. | Web Developer
  
 
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
 Sent: Tuesday, October 04, 2005 6:03 PM
 To: CF-Talk
 Subject: Re: image manipulation in coldfusion?
 
 ImageCR3:
   http://efflare.com/products/cfx_imagecr/
 
 Personal licenses for $75:
   http://efflare.com/purchase/?personal
 
 We never gave it away for free, but we have plenty of happy customers.
 It is optimized native code, like important parts of Java. High quality
 output and extensive image format support.
 
 If CF user groups want a license, send me a mail.
 
 --
  CrystalM
 
  So I'm wondering what some of you use to manipulate images in CF. I've
 
  been wanting something like this for a while but it's always gotten
 put off.
  
  At the very least I need to be able to resize images and get their 
  height and width. More than that would be nice, but not necessary.
  
  Can anyone offer any suggestions?
  
  !//--
  andy matthews
  web developer
  ICGLink, Inc.
  [EMAIL PROTECTED]
  615.370.1530 x737
  --//-
 
 

~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220127
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: image manipulation in coldfusion?

2005-10-04 Thread cftalk
ImageCR3:
  http://efflare.com/products/cfx_imagecr/

Personal licenses for $75:
  http://efflare.com/purchase/?personal

We never gave it away for free, but we have plenty
of happy customers. It is optimized native code,
like important parts of Java. High quality output
and extensive image format support.

If CF user groups want a license, send me a mail.

-- 
 CrystalM

 So I'm wondering what some of you use to manipulate images in CF. I've been
 wanting something like this for a while but it's always gotten put off.
 
 At the very least I need to be able to resize images and get their height
 and width. More than that would be nice, but not necessary.
 
 Can anyone offer any suggestions?
 
 !//--
 andy matthews
 web developer
 ICGLink, Inc.
 [EMAIL PROTECTED]
 615.370.1530 x737
 --//-

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:220075
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: Calling php class / function from a cfc

2005-09-06 Thread cftalk
And ImageCR from Efflare, which is less cheap.

  http://efflare.com/products/cfx_imagecr/

You can also use/call php.exe from the command-line,
or possibly embed it in a CFX as someone mentioned.

We've done the 1st and are thinking about the 2nd for
other languages aside from FlareScript in ImageFlare.

-- 
 CrystalM

 Bram,
 
 If you want to do away with PHP altogether, there are a couple
 implementations of resizing images in CF floating around.  Doug Hughes
 (www.alagad.com) has a great one (alagad image component) that's
 pretty cheap.  You can also write your own in Java for free.
 
 -Joe
 
 On 9/5/05, Bram Plessers [EMAIL PROTECTED] wrote:
  Hello,
  
  I'm running into problems cause I'm on a headless Unix system
  that runs Coldfusion.
  
  I looked into several components and they all have the same issue
  with Java an such system.
  
  I can also run PHP on my server, so now I want to use a php class
  to resize images. But how can I call such a PHP class from my
  coldfusion code ?
  
  Thanks
  
  
  
 
 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217422
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: CFX_Image_MX

2005-05-02 Thread cftalk
ImageCR is definitely a consideration as well, especially with SWF output:

  http://efflare.com

-- 
 Crystal.M

 You can also check out the Alagad Image Component...http://www.alagad.com
 
 On 4/30/05, Joe Velez [EMAIL PROTECTED] wrote:
  Hi -
  
  I have a couple servers running cfmx 6.1 with the cfx_image_mx tag
  installed, however, the latest server is failing to execute the cfx_image_mx
  tag correctly. (Never worked since installation)
  
  There are no cf errors. All I am trying to do is resize the image. Rather
  simple.
  
  The image is being copied w/ the new name rather than being copied  sized
  down. The code is identical on each server so something specific about this
  server is preventing the tag from executing properly.
  
  Any suggestions?
  
  Thanks
  
   Joe Velez
  
  
 
 

~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205242
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Getting File Size with Java

2005-02-22 Thread cftalk
Can someone help me in getting started in going underneath the Java hood and
to retrieve a file size of a file sitting on a server.

I know I can do this with cffile, but I want to see what type of performance
difference the Java class will give me.

Thx!

Ricky Fritzsching

If debugging is the art of removing bugs, the programming must be the art
of inserting them



~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195915
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: JRun4 JRE - Modification

2005-02-12 Thread WebSite CFtalk
Move the -server setting in jvm config to the end of the string. 


Mvh/greetings,
Helge Hetland
Daglig leder / manager 

WebSite AS 
Telefon: 95 89 20 10
Mobil: 90 83 10 57
http://www.website.no/ 

-Original Message-
From: Robertson-Ravo, Neil (RX)
[mailto:[EMAIL PROTECTED] 
Sent: 12. februar 2005 09:45
To: CF-Talk
Subject: JRun4 JRE - Modification

Last night, I loaded up my JRun Admin console and modified my JDK Home
from the default at install to use j2sdk1.4.2_05. Now as far as I know
this will effect all servers (in hindsight a seperate config file
approach should have been used) but now none of them will start I
tried opening up the jvm.config file in jrun4\runtime\lib to
java.home=C:/JRun4/runtime/jre 

but still no joy... 

Anyone got an idea? I am on Windows, CFMX, multi-server instances. 

Log files state; 

Unrecognized option: -server
Could not create the Java virtual machine. 


TIA 

Neil 
This e-mail is from Reed Exhibitions (Oriel House, 26 The Quadrant,
Richmond, Surrey, TW9 1DL, United Kingdom), a division of Reed Business,
Registered in England, Number 678540.  It contains information which is
confidential and may also be privileged.  It is for the exclusive use of
the
intended recipient(s).  If you are not the intended recipient(s) please
note
that any form of distribution, copying or use of this communication or
the
information in it is strictly prohibited and may be unlawful.  If you
have
received this communication in error please return it to the sender or
call
our switchboard on +44 (0) 20 89107910.  The opinions expressed within
this
communication are not necessarily those expressed by Reed Exhibitions.
Visit our website at http://www.reedexpo.com



~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:194426
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


Re: image resizing

2004-11-16 Thread cftalk
We provide a native commercial product for doing these things.

  CFX ImageCR 3 : http://efflare.com/products/cfx_imagecr

You can resize, convert, crop, etc. You can also retrieve image
dimensions and more with the GETIMAGEINFO mode.

Additionally, since someone mentioned it, you can also strip out
the extra metadata in some image files. In fact, this is done by
default with the STRIP attribute.

  http://efflare.com/docs/CFX_ImageCR3/reference/attributes.html#strip

Finally, for those that need it we will also soon add SWF output
with transparency to our list of supported formats. We constantly
support and update our products. You can download a free trial here :

  http://efflare.com/download/cfx_imagecr_demo_setup.exe

Feel free to send me any questions,
-- 
 CrystalM

 hello,
 
 I plan to build an app that would allow users to upload images to the
 server for review. Here are the routines I want to try and implement
 
 1. check's the image dimension before its updated (either by cffile or
 ftp)
 
 2. Once it's uploaded, I want to resize it smaller for faster download
 and user clicks to see the actual size that was submitted originally
 in step 1.
 
 I know how to check for file types  sizes but its the dimension that I
 want to check as well.
 
 What is the best approach? 
 
 Thanks a 10^6

~|
Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net
http://www.cfhosting.net

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184434
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations  Support: http://www.houseoffusion.com/tiny.cfm/54


RE: Coldfusion Helpdesk

2004-09-16 Thread WebSite CFtalk
Mantis at http://mantisbt.sourceforge.net is a very good issue tracking
system - should suit your needs

 
We run it on NT2000 / php / mysql - you can run it in MSSQL.

 


From: Brant Winter [mailto:[EMAIL PROTECTED] 
Sent: 16. september 2004 04:49
To: CF-Talk
Subject: RE: Coldfusion Helpdesk

I was wanting to blow away the redhat 8 box running perldesk. I just
don't
have the resources anymore to maintain another OS.

Hey brant,

I don't know if any CF helpdesk apps...

We use Perldesk.Why not just tap into the perldesk db via a DSN if you

need to access the data?

-Josh


The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited. If you
received this in error, please contact the sender and delete the
material from any computer. It is the responsibility of the recipient to
ensure that the onward transmission, opening or use of this message and
any attachments will not adversely affect its systems or data. Please
carry out such virus and other checks, as you consider appropriate. To
the fullest extent allowed by law, no responsibility is accepted by
Haematology  Oncology Clinics of Australasia for any virus damage
caused by this message. 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: online hotel reservation

2004-08-12 Thread WebSite CFtalk
Amadeus?

 
www.amadeus.com

 


From: Samson P [mailto:[EMAIL PROTECTED] 
Sent: 12. august 2004 15:13
To: CF-Talk
Subject: online hotel reservation

Hi,

I need to build an online hotel reservation system. the system should be
able to reserve hotels to any country the website customer wants to go.

Is there any website or company which offers a custom tag or feed using
which i can display the information in my website. i dont want to
redirect the website to any other website to make the reservation. 

Thank you in advance

Sam 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: (OT) Firewall

2004-08-02 Thread WebSite CFtalk
Checkpoint solutions is easy to setup and manage.

 
Tha hardware / software bundles (for example NOKIA IP130) is very close
to a solid state firewall if such a thing existed :)

 
http://www.checkpoint.com/products/choice/platforms.html

 
IMHO...

 
Helge (-:



From: Michael Dinowitz [mailto:[EMAIL PROTECTED] 
Sent: 2. august 2004 18:51
To: CF-Talk
Subject: (OT) Firewall

Anyone know of a god network firewall system? Zonealarm is good for a
single machine, but I think that mothernature.com needs a system wide
firewall. What do you use, what do you suggest?
Thanks

-- 
Michael Dinowitz
http://www.houseoffusion.com
For all your ColdFusion needs 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: how to open an attached file in its own application (ms-word, excel etc).. please read

2004-06-28 Thread WebSite CFtalk
Hello,

 
You should have a look at webdav / webfolders etc. (www.webdav.org is
one place to start..)

 
It enables users to save (work with) documents via the http server, and
it's also possible to check out/in documents.

 
As far as I've found out webdaw in IIS requires authentication to the
windows domain for access control - making it unsuitable/costly for
hosted environments(?). (SharePoint portal server makes use of
webfolders/webdav using integrated authentication in IIS)

 
I've been searching for alternatives but it seems all other options is
apache and/or *nix.

 
I would be *very* interested in what you find out around this subject.
:)

 
Good luck!

 
Helge



From: cf coder [mailto:[EMAIL PROTECTED] 
Sent: 28. juni 2004 11:40
To: CF-Talk
Subject: Re: how to open an attached file in its own application
(ms-word, excel etc).. please read

Hi Guys, I posted this thread on Friday. Can someone please answer my
last query. Best regards,
cfcoder 

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: Web Service and cannot find component error

2004-02-29 Thread CFTalk
Has anyone actually tried to create a CFC that is used as a Web Service,
and within that CFC it invokes another CFC?? I cannot for the life of me
figure out why CF throws a Cannot find component error (works under
all normal circumstances). I am missing something? Assume the
whatever. bit is a CF mapping.

Seems like a pretty obvious thing to do -- building a Web Service to
wrap around an already existing application...

Extract of error:
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




SES urls on CFMX6.1 installed on top of JRun

2003-10-17 Thread cftalk
I'm running CFMX6.1 installed on top of JRun, Win XP pro, and i can't get search engine safe (SES) urls to work.

---
-- START TESTS 

--- no dummy extension ---
URL
http://127.0.0.1/index.cfm/this/that

RESULT
headtitleJRun Servlet Error/title/headh1404 /index.cfm/this/that/h1body
/index.cfm/this/that/body

--- .htm dummy extension ---
URL
http://127.0.0.1/index.cfm/this/that.htm

RESULT: 
headtitleJRun Servlet Error/title/headh1404 /index.cfm/this/that.htm/h1body
/index.cfm/this/that.htm/body

--- .cfm dummy extension ---
URL
http://127.0.0.1/index.cfm/this/that.cfm

RESULT - standard CFMX error:

Error Occurred While Processing Request
File not found: /index.cfm/this/that.cfm

 

Please try the following:etc etc

-- END TESTS 
-

I had no problems when running CFMX6.0 with the built in JRun - this has only been a problem with 6.1 on the full JRun.

Any help/advise/anything gratefully received.
TIA
Bert

		

 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Image manipulation

2003-09-11 Thread cftalk
-- Thursday, September 11, 2003, 12:12:50 PM, [EMAIL PROTECTED] wrote:

 [snip]

 I want to be able to upload a hi-res 8x10 image, have it downsized
 (dimensions only) to a 5x7 and 4x6 (still at same ppi, if the camera's ppi
 setting is variable) then resample the image to 72 ppi for display on the
 website. The 8x10, 5x7, and 4x6 are for downloading, saving, and
 printing...that's what I'm trying to accomplish.

 Anyone know what tag can do this?  CFX_Image?  CF_MagickTag/ImageMagick?
 CFX_ImageCR from Efflare?

 If CFX_ImageCR can accomplish all of that... ppi manipulation and
 resampling, too, then it'll be worth $149, easily...

If I understand you correctly, it does. See the RESAMPLE  DPI attributes.
If you need to retrieve the DPI, we used to provide a tag called CFX_ImageXY
to do this for free, but that has since been incorporated into ImageCR 3.

ImageCR 3 public release is pending documentation rewrite, which should be
done this week. I do not think you will need to retrieve DPI, but you can.
The version 3 attributes, RESAMPLE and DPI, are similar to version 2.

ImageCR 3 is a free upgrade to ImageCR 2 users and most have been using one
of the two release candidates for many months. However, both should do what
you want. Feel free to contact [EMAIL PROTECTED] for better tech support.

Crystal M.
http://efflare.com

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


  1   2   3   >