Hi All, John here, I have having a crisis,and I hope that somebody on the list can help. I have to clean my mac getting rid of my cf localhost, which I...
Hi Check if you have in CFMX adminstrator: Java and JVM - Java Virtual Machine Path field: C:/CFusionMX7/runtime/jre (this varies depending on the CFMX's files...
ColdFusion Hosting Providers ColdFusion Hosting Providers' List brought to you by *** ColdFusion-HowTo: Yahoo's No. 1 and the biggest group for ColdFusion...
coldfusion-howto@yaho...
May 1, 2006 10:35 am
38257
Hi, Thanks for getting back to me. I looked all over the cf admin, but I can't find anything with java settings, but I did find in the setting summary, that...
I just migrated from cf 5 to cf 7. One of my apps that was working before is now failing. I was performing a cfhttp request like the one below: <cfhttp...
try this <cfhttp url="#url#" method="Get"/> <cfset StaticOutput = "#cfhttp.FileContent#"> ngu_nyindem <ngu_nyindem@...> wrote: I just migrated from cf 5...
I don’t think so because that is java inside a context of your computer and not coldfusion. I am assuming you did place the jar correctly or you would be...
Also check all your log files for a better error message. Try this <cfset class.forName("com.mysql.jdbc.Driver")> _____ From: coldfusion-howto@yahoogroups.com ...
That's a crazy looking cfhttp tag Try this <cfhttp url="http://finance.yahoo.com/q/ks?s=abmd" method="get" resolveurl="false" useragent="Mozilla/4.0...
Hi Dan, I feel like I am learning more everytime I try something new`-` By the way, I located your coldfusion file to see which MySQL driver that I have...
I am thinking about writing a book called "Coldfusion Java Hacks" for O <http://hacks.oreilly.com/pub/q/all_hacks> 'Reilly Media. I guess I could put all my...
I am trying to implement a wait in one of my apps that transfers (ftp, http) information from one server to another. I have this process (file and http...
Hey Alex, You can create and sleep a java thread to make CF wait...this should get you there: <cfset thread = CreateObject("java", "java.lang.Thread")> <cfloop...
BandID is an autonumber/primary key. I'm a bit of a newb so would the cfparam be set like this? <cfparam name="BandID" default="#url.BandID#"> The things is I...
Remove the comma from this line and try again. SET SoundFileExists = 'No', Trevor Lyman <trevorgroups@...> wrote: Hi- I'm trying to pass two variables...
I know this is WAY off topic, but I know there are a lot of intelligent people here. I just wanted to get people's input on AES Encryption vs. Hashing a value....
I wonder if placing PrepareStatements in the CF Admin would be a great place to further abstract away database interactively. This way the programmer only has...
Hi, if this is off topic, please forgive me. Is it me, or does the index.cfm not work with JRun/CFMX in apache? I use the mac with the JRun multi version of...
Hey John, You need to add index.cfm to Apache's list of default pages - edit your httpd.conf file. -Joe ... -- Get Glued! The Model-Glue ColdFusion Framework ...
Hi Joe, Thanks so much`-` I found the place where to add it: <IfModule mod_dir.c> DirectoryIndex index.html index.htm index.cfm index.jsp </IfModule> Now I can...
Dear John and lurkers, John and lurkers if you want the book made, please write them at O'Reilly Media because so far I got no word yes or no and I think the ...