During development, you can configure ATG to check the case of file names by setting the checkFileNameCase property of the Nucleus component to true. Doing so prevents Nucleus from creating new components unnecessarily if, for example, you create a component named Person and then mistakenly refer to it as person.

The checkFileNameCase property has no effect on UNIX platforms. It imposes a small performance cost on Windows. Therefore, once your application is no longer in active development and you are not creating new components often, you should set the checkFileNameCase property back to false (the default).

The recommended deployment configuration (false) is set in the liveconfig configuration layer. To learn more about liveconfig settings, see Enabling liveconfig Settings in the Configuring for Production chapter.

 
loading table of contents...