Can CF10 be configured to use a non-jakarta directory?
Long story short, we are installing Groupwise WebAccess on our ColdFusion 10 web server to offer webmail, and it is hard-coded to use the jakarta directory for it's own ISAPI_redirect.dll. ColdFusion...
View ArticleRe: cfmap
Can someone give me an example of markerbind? Says you can use URL, but when I put one in, I get an error back saying Attribute validation error for the CFMAP tagInvalid bind type. Only CFC, URL and...
View ArticleRe: Unexpected characters found in locale in log files
Don't worry about the specific error message. it's someone trying to hack you on that URL, and they're passing bung data, so the code is erroring. It's the same as if you had a page expecting a...
View ArticleColdfusion 9 JDK 32 to 64 bit upgrade
I have upgraded My coldfusion 9 to use 64 bit JDK rather than 32 bit. But it still says 32 .When I try to get informtion through server variable. sun.arch.data.model 32 sun.boot.class.path...
View ArticleRe: Coldfusion 9 JDK 32 to 64 bit upgrade
My steps # 1) Downloaded the JDK and installed it like normal. 2) And opened up the jmv.config for cf 3) Commented out the existing java.home line with a by putting a "#" at the beginning of the line...
View ArticleRe: Coldfusion 9 JDK 32 to 64 bit upgrade
deepu23, launch a shell and type: java -version What does that say? It should tell you the bitness in the result. If it says 64 bits there, then maybe it's a CF bug?
View ArticleRe: Coldfusion 9 JDK 32 to 64 bit upgrade
Hello deepu23, The class file confirms the bitness as 64-bit. At the same time, if the java.home is pointing to 64-bit jdk in jvm.config, then that also conforms that the Server running is using 64-bit...
View ArticleCF10 on mac OSX 10.8.4 lion
Hi,I installed CF10 on mac using this link:http://iknowkungfoo.com/blog/index.cfm/2013/2/27/Installing-ColdFusion -10-on-OSX-108-Mountain-Lion The CF server is working.I was fine until the step 8 on...
View ArticleRe: Can CF10 be configured to use a non-jakarta directory?
Hello, I do not think that will work. CF is using a customised tomcat and when I trialled native tomcat org ISAPI_redirect.DLL files in place of CF customised ISAPI_redirect.DLL, for the most part CF...
View ArticleRe: Can CF10 be configured to use a non-jakarta directory?
Been doing a thing here and there, but to no avail. What takes the most amount of time actually is wondering if the changes I made require a restart with CF. I must have done enough changes and...
View ArticleEncode and decode password
In my LOGIN and LOGOUT module I am calling a cfc method using javascript ajax. But I want to pass password after encoding. Is there any way to encode the password to be send to CFC method so that I...
View ArticleRe: Encode and decode password
Well, first of all, it would be best to wrap your entire path in a URLEncodedFormat(). This ensures that any special characters in either the hashed PW or the UN are URL-friendly. What I would do is...
View Articleget attachment directory
I want to user to upload attachement to my upload directory like following C:\inetpub\wwwroot\MySite\Test\uploadFile <cfset strPath = ExpandPath( "./" ) /><cfset strPath =...
View Articlecfdirectory create diretory
I want to create a sub folder at run time and want to use cfdirectory to create new diretory.I do not see override option on the cfdirectory tag, it seems that I need to use FileExists to check before...
View ArticleRe: cflayoutarea
Why is there no data or information (or built-in function) on how to alter the background and foreground colors of the TABS? This is utter stupidity on the part of Adobe - do they really think, after...
View ArticleFile size cffile upload
Folks, How do I to know file size in an image file before upload? I have a form and these can only accept image files with until 2mb, and jpg extension. Anyone have a tip for this? tksFabiano Magno...
View ArticleIsolating / finding bug in CF and cflayout
Ok, I give up. So soon? So I am using cflayout, cflayoutarea stuff. And in my code I have a bug. But I can't find it. Why? Because CF10 is not showing it to me. It is hidden. Normally when...
View ArticleRe: Isolating / finding bug in CF and cflayout
That UI **** (word used deliberately) uses JS heavily, so you ought to also be looking at what's happening in your browser's JS console. That said... <cflayout>... don't waste your time with it....
View ArticleRe: Isolating / finding bug in CF and cflayout
I did find the bug ... I had not updated a SQL table (added a cell) on the preview site (not local) so a value couldn't be found. I'm using Chrome. Using Inspect Element, Console, it showed nothing...
View ArticleRe: Coldfusion 9 CFTransaction/CFQuery Timeouts
BobxMarley, did you solve this issue? I have the exact same problem CF 9 on a Mac OSX server, with Unix. Trying to import a excel spreadsheet with 10.000 rows and about 15 columns.It runs very fast up...
View Article