AW: cflogin fails with CF8 when using special chars in UTF-8 encoding

2008-11-17 Thread Markus Wollny
Hi! Sorry for my late answer, I couldn't find the time to pursue this any earlier.. Paul Hastings wrote: not really good w/cflogin you're not showing all your code but i always add cfprocessingdirective pageencoding=utf-8 to any unicode pages as well as cfset setEncoding(form,utf-8), etc for

cflogin fails with CF8 when using special chars in UTF-8 encoding

2008-11-13 Thread Markus Wollny
Hi! I've got the following code in an included file: cfset REQUEST.userAuthenticated = false cflogin cfif isDefined(CFLOGIN) cfif CFLOGIN.name eq 'loginfoo' and CFLOGIN.password eq 'fürdich' cfset REQUEST.userAuthenticated = true

Any changes in neo-cron.xml from ColdFusion MX 6.1 to ColdFusion 8?

2008-10-29 Thread Markus Wollny
Hi! We're currently upgrading our CFMX 6.1 servers to ColdFusion 8; one of those servers is more or less exclusively running scheduled tasks - quite a lot of these in fact. As I wish to keep the downtime as short as possible, I wondered if the format of the neo-cron.xml has changed in any

AW: Apache/CF8 problems

2008-10-28 Thread Markus Wollny
Hi! Will Tomlinson wrote: The problem we're having is, whenever he hits one of his domains we setup in his windows hosts file, it directs you to the default apache website. It works! But we have virtualhost directives in the httpd.config file to direct to C:\webRoot\somesite What's

AW: After migrating from CFMX 6.1 to CF8 server grinds to halt within a minute

2008-10-23 Thread Markus Wollny
Hi! Justin Hansen wrote: Try down grading your JVM to 1.5.x. Already tried that. Apparently this was not the issue; the problem persists with jdk1.5.0_16. I tried the JRE that came with CF8, as well as jdk1.6.0_10 and jdk1.5.0_16, neither resolved the issue at hand. I'll try a standalone

After migrating from CFMX 6.1 to CF8 server grinds to halt within a minute

2008-10-22 Thread Markus Wollny
Hi! We're currently in the process of migrating our ColdFusion MX 6.1 (32-bit) servers to ColdFusion 8 (64-bit). When testing our websites without load on the server, everything is working fine. As soon as we switch to production mode and let the users surf the sites, the proxy service denies