RE: moving CF from Windows to HP-UX?

2001-04-18 Thread Kurt Ward
Case sensitivity. Application.cfm NOT application.cfm, OnRequestEnd.cfm NOT onrequestend.cfm, and ALL of your variable names will have to be consistent regarding case. Other than that, their are a few quirks but nothing really stands out that I can think of. Kurt -Original Message- From

RE: moving CF from Windows to HP-UX?

2001-04-18 Thread James Maltby
a KEY point to remember when moving from win to x systems is that linux and unix are case sensitive - so calling an image "image.gif" from you code, while storing it as "Image.gif" on the server - will throw an error - same goes for page links, calls to datasets, etc. The best method is to lowerc