Re: Coldfusion 10 enterprise - mod_jk keeps crashing
First beg my pardon I notice a typo in earlier post, should read:Suggest use -XX:PermSize=192m -XX:MaxPermSize=256m Regarding - Unless specified maxthreads=200. What I have suggested is to increase...
View ArticleHow to approach for downloading a CSV file?
I'm running the following query and QoQ . Could you tell me how should I proceed for the "Download CSV" file option? <!--- QoQ for FIRSTCONN ---> <cfquery datasource =...
View ArticleRe: CF Server sending Email on Gmail Acct
Sorry Jolly I do not comment on CFM tag syntax.
View Articlecfchart label disappears after sometime on x-axis
I'm running the following query and after running the QoQ for SECONDCONN , I am not getting the desired output in my cfchart. <!--- QoQ for FIRSTCONN ---> <!--- Master Query --->...
View ArticleRe: Coldfusion 10 enterprise - mod_jk keeps crashing
Re promised tomcat native library details. What you could try here is to see if APR relieves the problem. Now don't get me wrong I am just throwing idea's out there for you to try and could be going in...
View ArticleRe: Coldfusion 10 enterprise - mod_jk keeps crashing
Thanks Carl, I'll give the native tomcat libraries a shot. I'll also try the minsparethreads, thanks for pointing me in right direction regarding tomcat version cf ships with. That was a bit of google...
View ArticleRe: Coldfusion 10 enterprise - mod_jk keeps crashing
As you know from jvisualvm once CF java has JMX parameters applied and jconsole connects, select MBeans (managed beans) tab open Catalina (aka tomcat) - threadpool - ajp-bio-port (or ajp-apr-port...
View ArticleRe: Unable to run ColdFusion after installing - produces terminal screen then...
Hello Steven, Just adding to Carl's point, 1. Launch Command prompt as Administrator2. Browse to cf_root\cfusion\bin and run the following command coldfusion.exe -start -console.3....
View ArticleRe: CF10,0,11,285437 global UNC Mapping does not work?
Carl, We don't have any virtual directories configurated for the "_SharedFiles" folder on any of the IIS servers that run with CF8.The mapping is handeled by CF, I can also see that when looking at the...
View ArticleRe: CF10,0,11,285437 global UNC Mapping does not work?
Joe, is it your web server or ColdFusion returning the 404? What happens if you put just a .htm file in the specified location and browse to that? TBH, I'm kinda with Carl on this... CF mappings should...
View ArticleRe: How can I grab the min pic and max pic by the date entered?
Thank you.I was trying to make this too complicated.
View ArticleRe: CF10,0,11,285437 global UNC Mapping does not work?
Adam, the 404 is returned by IIS of course, since it does not get the correct http path returned from CF10 via the custom cfm that throws the cfincludes and makes it create the object for us. Also, the...
View ArticleRe: CF10,0,11,285437 global UNC Mapping does not work?
What does this mean: "since it does not get the correct http path returned from CF10 via the custom cfm that throws the cfincludes and makes it create the object for us." ? -- Adam
View ArticleRe: CF10,0,11,285437 global UNC Mapping does not work?
I meant UNC path, it adds the http specific part to the sites root UNC instead of using the UNC specified as a mapping.. Logical Path = /SharedFiles Directory Path...
View ArticleRe: CF10,0,11,285437 global UNC Mapping does not work?
Hang on. Are you talking about specifically a 404 error, or do you mean just "an error"? Because you say this: Site A has a root, the application cfincludes and creates an object from another root that...
View ArticleRe: CF10,0,11,285437 global UNC Mapping does not work?
I don't write the cfm code myself, so maybe that is why it isn't clear. IIS throws a 404 telling me that it can't finde \\webroot\sites\somesite\_SharedFiles\The module that returns this path is CF10's...
View ArticleRe: CF10,0,11,285437 global UNC Mapping does not work?
And this is when you browse (like: in a web browser, by typing in a URL) to http://somesite.com/SharedFiles/ You open a web browser, and type "http://somesite.com/SharedFiles/" into the address bar,...
View ArticleRe: I cannot change setting of PostParametersLimit
Thanks, but this is CF 9.0.0 and 9.0.2. PostParametersLimit is not exposed on the Administrator page (PostSizeLimit is, but that does not help for number of fields). see ColdFusion 9.0 Update 2 Release...
View ArticleRe: I cannot change setting of PostParametersLimit
I am on version 10, so I can only see your point now. In any case, I would suggest you check yourself whether PostParametersLimit is in the list of variables which can be set as above. To do so, open...
View ArticleRe: I cannot change setting of PostParametersLimit
Good suggestion. I have already looked, this new param is not listed in runtime.cfc, nor anywhere else in CFIDE/adminapi.
View Article