Re: Coldfusion 9 Windows vs Linux

2010-05-24 Thread Kris Sisk
As others have said the big difference is that Linux is case sensative. I have a friend who switched her web server over to Debian from Windows several years back. Her husband is a massive Linux geek and handled setting it up for her so she had no learning curve with the switch but she did a

Re: Coldfusion 9 Windows vs Linux

2010-05-23 Thread Larry Lyons
According to a blog posting by Sean Corfield, the / works on all systems, http://corfield.org/entry/Backslash_is_NOT_a_path_separator. So it may be as simple as putting something like this in your code to convert Windows based paths to something more universal: path = replace(path,\,/,all);

Re: Coldfusion 9 Windows vs Linux

2010-05-23 Thread Gerald Guido
I have been making this switch for close to ten years. I cut my teeth on NT back in the 90s and am very comfortable maintaining Windows servers in house and in the wild and have done so for some 10 years. I am not new to Linux and have a Linux box or VM Kicking around for just as long. I love

Re: Coldfusion 9 Windows vs Linux

2010-05-23 Thread Sean Corfield
On Fri, May 21, 2010 at 5:52 PM, Terry Troxel te...@it-werks.com wrote: My question is how much of a learning curve should I expect and are there tags out there for the Linux version as well as the windows? CFML itself will be the same on all platforms (modulo some stuff around the 'obviously'

Re: Coldfusion 9 Windows vs Linux

2010-05-23 Thread Wil Genovese
and I've never put a Windows server into production - voluntarily!). THREE CHEERS FOR THAT 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. On May 23, 2010, at 1:38 PM, Sean Corfield wrote:

Re: Coldfusion 9 Windows vs Linux

2010-05-23 Thread Beru
Sad... On 23 May 2010 20:41, Wil Genovese jugg...@trunkful.com wrote: and I've never put a Windows server into production - voluntarily!). THREE CHEERS FOR THAT Wil Genovese One man with courage makes a majority. -Andrew Jackson A fine is a tax for doing wrong. A tax is

Re: Coldfusion 9 Windows vs Linux

2010-05-23 Thread Charlie Griefer
On Sun, May 23, 2010 at 11:50 AM, Beru beru.b...@gmail.com wrote: Sad... On 23 May 2010 20:41, Wil Genovese jugg...@trunkful.com wrote: THREE CHEERS FOR THAT Now that both sides have been equally represented, how about we move on? :) -- Charlie Griefer

Re: Coldfusion 9 Windows vs Linux

2010-05-23 Thread Dave Watts
and I've never put a Windows server into production - voluntarily! Does that mean you've been forced to put them into production? At gunpoint perhaps? Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business

Coldfusion 9 Windows vs Linux

2010-05-21 Thread Terry Troxel
I have been using CF since version 3 and never once tried it on anything but a windows based system. My question is how much of a learning curve should I expect and are there tags out there for the Linux version as well as the windows? I would like to set up a development server and would also

Re: Coldfusion 9 Windows vs Linux

2010-05-21 Thread Brad Wood
- From: Terry Troxel te...@it-werks.com To: cf-talk cf-talk@houseoffusion.com Sent: Friday, May 21, 2010 7:52 PM Subject: Coldfusion 9 Windows vs Linux I have been using CF since version 3 and never once tried it on anything but a windows based system. My question is how much of a learning curve