Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Installing the Server Configuration

Explorer ,
May 26, 2012 May 26, 2012
TOPICS
Documentation
2.1K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 26, 2012 May 26, 2012

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 26, 2012 May 26, 2012

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 08, 2012 Oct 08, 2012

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


/Charlie (troubleshooter, carehart. org)
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 04, 2013 Aug 04, 2013
LATEST

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.


/Charlie (troubleshooter, carehart. org)
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources