Update query results
The following code snippet behaves differently on CF10 versus previous versions. <CFOUTPUT>ColdFusion version is #Server.ColdFusion.ProductVersion# <BR></CFOUTPUT><CFQUERY...
View ArticleAlias URLS based on directory - Redirect
I have 5 directories in my site that for organizational purposed I copied into one directory named usersites so they all would be in one place. So I had these 5 directories before the change...
View Articlehow can I get CF10 to work with Sun Java System Web Server 7.0U8
how can I get CF10 to work with Sun Java System Web Server 7.0U8
View ArticleRe: how can I get CF10 to work with Sun Java System Web Server 7.0U8
Hi, Thank you for your email. Can you describe your environment and the issue you are facing? For configuring Sun Java System Web Server for in Windows with ColdFusion 10...
View Articlehow can I get CF10 to work with Sun Java System Web Server 7.0U8. Iam running...
how can I get CF10 to work with Sun Java System Web Server 7.0U8. Iam running Solaris 10 on SPARC
View ArticleRe: Call a function at specific intervals
put your function in a cfc and use cfschedule to call to that method. Example : remoteCalls.cfc<cfcomponent> <cffunction name="callMe" access="remote"> .. do stuff here .....
View ArticleRe: How To Install J2EE app to ColdFusion's Tomcat Server
Hi, Thank you for your post. Please refer to http://help.adobe.com/en_US/ColdFusion/10.0/Installing/WSc3ff6d0ea7785 9461172e0811cdec18c28-7fda.html for J2EE deployment. Regards,Anit Kumar
View ArticleRe: How To Install J2EE app to ColdFusion's Tomcat Server
Anit, The information there appears to be about installing a J2EE version of CF. Are you saying that this same process can be used to deploy other J2EE apps as well?
View ArticleRe: how can I get CF10 to work with Sun Java System Web Server 7.0U8
my environment is Solaris 10 on SPARC
View ArticleRe: how can I get CF10 to work with Sun Java System Web Server 7.0U8
how can I get CF10 to work with Sun Java System Web Server 7.0U8. I am running Solaris 10 on SPARC
View ArticleRe: Call a function at specific intervals
Write a page that does a meta-refresh to itself and stick it into an iframe of the page that needs it.
View ArticleRe: How To Install J2EE app to ColdFusion's Tomcat Server
You can't deploy an EAR file on tomcat alone, it is only a servlet container so you can only deploy WAR files -- you need to install a full J2EE server like JBoss to deploy EAR files. Now it could be...
View ArticleRe: Call a function at specific intervals
IF you are doing the refresh to keep the session alive, then you probably want to do this client side using Javascript window.setInterval as you suggested or with the iframe meta-refresh as Dan...
View ArticlePost ColdFusion Security Hotfix APSB13-10 - error on JSON returned with debug on
After completing the install process of the hotfix I get the following error when debugging ("Enable Request Debugging Output") is on and the response comes from a remote function whose returnformat is...
View ArticleRe: Run CF10 Developer in Standard Edition mode
Last time I looked, Standard didn't ship Oracle drivers at all. You need Enterprise for those. Or use third-party ones. I could not find a reference to back me up. I'll try to find someone from Adobe...
View ArticleRe: Run CF10 Developer in Standard Edition mode
It would be worth raising an enhancement request on the bugtracker, perhaps? CF11 is currently in the pipeline, so it's a good time to get things dealt with: https://bugbase.adobe.com/ -- Adam
View ArticleRe: Run CF10 Developer in Standard Edition mode
That is correct, Adam... that is why I want to know about the Macromedia DataDirect Built-in Drivers to use instead. These are contained in both editions, but I need to know if they are the same. Is...
View ArticleRe: Run CF10 Developer in Standard Edition mode
You're not getting it. ColdFusion standard does not offer Oracle as an option (I have confirmed this via the community). You need to provide your own drivers if you want to use Oracle on CF Standard....
View ArticleRe: Run CF10 Developer in Standard Edition mode
Adam- You aren't reading my follow up question. I am asking about Macromedia DataDirect Built-in drivers. NOT Oracle drivers. ColdFusion has built-in drivers. I want to know if they are the same in...
View ArticleRe: Update query results
I've found that the higher the cf version, the less tolerent it is of less than perfect code. I also find it annoying. My opinion is that any problems with the code should have been apparent when I...
View Article