Copy link to clipboard
Copied
This question was posted in response to the following article: http://help.adobe.com/en_US/ColdFusion/10.0/Installing/WSc3ff6d0ea77859461172e0811cdec18c28-8000.htm...
Copy link to clipboard
Copied
Currently this page has this note under the Enabling Search Engine Safe URLs section: "Note: If you wish to use custom SES URLs, add the URL entry to the uriworkermap.properties file found in the wsconfig folder for your web server."
The "add the URL" should be "also add the URL". Note the addition of the word "also". This is so that users clearly understand that the web.xml entry is needed in addition to the uriworkermap.properties entry.
Thanks!,
-Aaron
Copy link to clipboard
Copied
1) Currently this page has this note, under the "Changing the log rotation settings" section: "The size of coldfusion-out.log and coldfusion-error.log is set to 20MB by deafult. You can change the size of the log in the neo-logging.xml file by changing the maxFileSize setting."
The "20MB by deafult" should be "20MB by default". And "the maxFileSize setting" should be "the maxOutLogSize setting".
2) Also under the "Changing the log rotation settings" section is this: "You can also change the maximum number of backups of coldfusion-out.log and coldfusion-error.log that ColdFusion takes during log rotation within the neo-logging.xml file. Change the maxBackSize setting."
The "Change the maxBackSize setting" should be "Change the maxOutFileBackup setting".
Thanks!,
-Aaron
Copy link to clipboard
Copied
Where this page links to the Tomcat 5.5 docs about clustering, it should point to the 7.0 docs, since that's what CF runs on:
http://tomcat.apache.org/tomcat-7.0-doc/cluster-howto.html
Copy link to clipboard
Copied
In the section above, "Updating from an earlier version", Step 2 refers to the directory for the previous CF instance's neo*.xml files as being cf_webapp_root/WEB-INF/cfusion/lib/. That is indeed the location on a multiserver deployment (multiple instances) for previous releases, such as C:\JRun4\servers\cfusion\cfusion-ear\cfusion-war\WEB-INF\cfusion\lib.
But this is chapter about 'Installing the Server Configuration", if one may be referring to the neo*.xml files of a previous CF9 or earlier Server configuration (for CF Standard or Enterprise in the Server configuration), the location would instead be cf_root/lib, as in C:\ColdFusion8\lib or C:\ColdFusion9\lib.
Similarly, step 3 refers only to "Edit the ColdFusion 10 cfusion/lib/adminconfig.xml file". That is almost correct. CF10 no longer has a separate multiserver configuration option, but the Enterprise Server configuration does offer the means to install new instances. So while that refernce to the cfusion/lib is correct for a Standard deployment, or an Enterprise deployment with only one instance, it's worth clarifying here that if one adds a new CF10 instance (under an Enterprise license), then the location would be instancename/lib/adminconfig.xml.