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


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


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: 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


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: 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: 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


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: 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: 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: 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: 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]




Office XP anf CF

2002-11-26 Thread WebSite CFtalk
Hello,

I have not been able to use any of the examples on cfcomet on Word 2002.


Has something change from Word2000 to 2002?

Has anyone got working examples for Word2002?

Thanks
Helge Hetland
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com



RE: Web-based telnet

2002-10-24 Thread WebSite CFtalk
This is nice:

http://www.screensurfer.com/

-
Helge Hetland

-Original Message-
From: [EMAIL PROTECTED] [mailto:todd;web-rat.com] 
Sent: 24. oktober 2002 14:14
To: CF-Talk
Subject: Re: Web-based telnet


If there is, it's java-applet based.

http://javassh.org/

~Todd


On Thu, 24 Oct 2002, FlashGuy wrote:

 Hi,
 
 Im looking for some code that will allow me to open a telnet session 
 within my browser. Is there such a beast?
 
 
 ---
 Colonel Nathan R. Jessop
 Commanding Officer
 Marine Ground Forces
 Guatanamo Bay, Cuba
 ---

-- 

Todd Rafferty ([EMAIL PROTECTED]) - http://www.web-rat.com/ |
Team Macromedia Volunteer for ColdFusion   |
http://www.macromedia.com/support/forums/team_macromedia/  |
http://www.flashCFM.com/   - webRat (Moderator)|
http://www.ultrashock.com/ - webRat (Back-end Moderator)   |
   Speakeasy DSL - http://www.speakeasy.net/refer/18280|



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: IP to COuntry Mappings

2002-04-20 Thread WebSite CFtalk

Nice!, 

Would be a nice thing for UDF or WebService

:)

-Original Message-
From: Brian Thornton [mailto:[EMAIL PROTECTED]] 
Sent: 20. april 2002 17:52
To: CF-Talk
Subject: IP to COuntry Mappings


Just a liitle add on folks,
You can check out iDefenses' list of coutrys to IP address listing at
http://www.idefense.com/Intell/CI022702.html This may be used in Echelon
to track locales of ip's


__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Issues Tracker / Bug Tracker / Project T.. etc

2002-04-18 Thread WebSite CFtalk

Hello!

I've looked around for a CF based Issue/Bug/Project tracker. 
I find a lot of demos/examples but no real apps.

The PHP/mySQL based Mantis and DCL looks good, but it's not CF...
(http://mantisbt.sourceforge.net / http://dcl.sourceforge.net)

Are there any good CF based Issue Tracking apps out there? 

Thanks,
Helge
__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Help! Problem with CFX API with Java

2002-02-24 Thread WebSite CFtalk

Hello
We posted this message Friday with no luck ;)

Shortversion of the problem:

We try to sort a query with a java CFX (input: query - output: query)

The query contains non us characters (above 127)

When the query is outputed through the method response.addQuery() it
garbles the output. Looks like all non US characters is transformed to
7bit.

Have anyone experienced this? Any resolution??

Thanks,
Helge


I've a problem using the response and query interface in the 
Coldfusion Java CFX Reference. When I try to return ASCII character 
codes between 128 and 255 from the CFX to Coldfusion I'm not 
receiveing the correct ASCII character. This problem occures only when 
I use the response.addQuery() method and the Query interface.

e.g.: resQuery2.setData(1, 1, \305 \306 \330 \345 \346 \370 - \155); 
(\305 Oct = ASCII value 197, Latin capital A, ring)

If i use the response.setVariable() method, this is not a problem.

e.g.: response.setVariable(MyVar, \305 \306 \330 \345 \346 \370 - 
\155);

Does anyone know how I can solve this problem or where to get more 
information about the ColdFusion Java CFX reference?
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



CFX API with Java

2002-02-22 Thread WebSite CFtalk

 I've a problem using the response and query interface in the
 Coldfusion Java CFX Reference.
 When I try to return ASCII character codes between 128 and 255 from
 the CFX to Coldfusion I'm not receiveing the correct ASCII character.
 This problem occures only when I use the response.addQuery() method
 and the Query interface.
 
 e.g.: resQuery2.setData(1, 1, \305 \306 \330 \345 \346 \370 - \155);
 (\305 Oct = ASCII value 197, Latin capital A, ring)
 
 If i use the response.setVariable() method, this is not a problem.
 
 e.g.: response.setVariable(MyVar, \305 \306 \330 \345 \346 \370 -
 \155);
 
 Does anyone know how I can solve this problem or where to get more
 information about the ColdFusion Java CFX reference?
 
 Thanx,
 tomas
 
 

__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: LARGE QUERY RETURNS

2001-01-05 Thread WebSite CFTalk

What about the cf_gzippage tag?

Compress the pages going out to the client before leaving the www server and
let the client handle decompressing.

You can get a 10:1 compression ratio easily.

(cf_gzippage uses cfz_gzip to compress html output.)

page.cfm:
cf_gzippage
!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
html
head
titleUntitled/title
/head
body

Queries and outputs

/body
/html
/cf_gzippage



-Original Message-
From: William J Wheatley [mailto:[EMAIL PROTECTED]]
Sent: 5. januar 2001 17:22
To: CF-Talk
Subject: RE: LARGE QUERY RETURNS


thats what i figured =) so i guess i'l  just have to do that,

Does anyone have a query way that they keep all the results stored.
Heres the scenario
each row has 1 check box to send an email to so what i'm going to have to do
is set it so wahtever you have checked when you hit next it remembers who
was checked on each page and appended the variable. So is there anything
someone has already written? Its not hard but i dont want to have to
reinvent the wheel =)


Bill Wheatley
Director of Development
AEPS INC
Allaire ColdFusion Consulting Partner
Allaire Certified ColdFusion Developer
http://www.aeps.com
ICQ: 417645
http://www.aeps2000.com
954-472-6684 X303

IMPORTANT NOTICE:
This e-mail and any attachment to it is intended only to be read or used by
the named addressee.  It is confidential and may contain legally privileged
information.  No confidentiality or privilege is waived or lost by any
mistaken transmission to you.  If you receive this e-mail in error, please
immediately delete it from your system and notify the sender.  You must not
disclose, copy or use any part of this e-mail if you are not the intended
recipient.  The RTA is not responsible for any unauthorized alterations to
this e-mail or attachment to it


-Original Message-
From: Sean Daniels [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 05, 2001 11:16 AM
To: CF-Talk
Subject: RE: LARGE QUERY RETURNS


 Ok I have found that when i return alot of returns to a page,
 5000+ it adds
 quite a bit of time to the processing on the CF side with displaying the
 information as opposed to it being database bottleneck.

My guess is that it's less of a CF issue and more of a bandwidth issue.
Like, how large is the resulting html page when you have to display 5000+
rows of data? How much cf code and html code is in each iteration of the
5000+ loop? You are talking about a pretty large file that needs to go from
the CF server to your client machine.

To answer your question, I would definitely chunk it into 500 record pages
with next/prev.

- Sean
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: Vacation Form

2000-12-28 Thread WebSite CFTalk

The iBuild demofiles (Allaire Partners download i guess) includes such an
application, with a nice timeline made with some com stuff that I would like
to get the source code to :)

Helge

-Original Message-
From: Isabelle Lynch [mailto:[EMAIL PROTECTED]]
Sent: 28. desember 2000 16:55
To: CF-Talk
Subject: Vacation Form


I am attempting to create a vacation form that works in the following
manner:

(1) User completes the form
(2) Using a drop down list, user selects the appropriate manager, and the
form is e-mailed to that manager
(3) Manager receives the form, selects the correct approval/disaproval of
vacation
(4) If approved is checked, form automatically goes to the receptionist for
input into the corporate calendar, and the initial user receives his/her
approval via e-mail
(5) If vacation is disaproved, an e-mail is sent to the initial user
advising that vacation has been disapproved.

Can this be done in CF? Or is there a better way to do this? Can this be
done at all?

I know how to program up to (2) but am lost the rest of the way. I am Newbie
#1. Please help.

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

~ Paid Sponsorship ~
Get Your Own Dedicated Win2K Server!  Instant Activation for $99/month w/Free 
Setup from SoloServer  PIII600 / 128 MB RAM / 20 GB HD / 24/7/365 Tech Support 
 Visit SoloServer, https://secure.irides.com/clientsetup.cfm.

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Registering virtual hosts in IIS

2000-10-14 Thread WebSite CFTalk

Hello

Running CF 4.5.1 Enterprise on NT 4.0 with IIS4.0

We need to add virtual hosts to the webserver as company1.website.no /
company2.website.no etc "on the fly".

I'm sure this is not a very difficult task, but if anyone have already done
it, any customtag etc, I would be grateful for pointers.

Thanks
Helge Hetland


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.