How to set updateTomcatFiles=no, while upgrading RTC from 4.0 to 4.0.3
I am upgrading RTC from 4.0 to 4.0.3 version and we are using WAS and not using tomcat.
While running the upgrade script, it's trying to upgrade 'Tomcat' as well. Since the parameter is set as "updateTomcatFiles=yes". Due to this, i am getting the error as below
CRJAZ2046E By default, the updateConfigurationFiles repotools command updates both the Application and Tomcat configuration files. If Tomcat is not installed, you can choose to only update the application configuration files by specifying the parameter "updateTomcatFiles=no".
How should i set this parameter to 'no'.
Accepted answer
To upgrade Jazz Team Server, open a command prompt with administrative privileges, go to the JTS_4.0.3_install_dir\server directory, and enter this command:
upgrade\jts\jts_upgrade.bat -oldJTSHome JTS_4.0.0.x_install_dir\server\conf -updateTomcatFiles no