...
- Enforce application server to quicker recompile changed
.jsp
classes - Disable JS and CSS resources merging/caching
To avoid class loading issues in plugins after updating resources pass the "teamcity.development.shadowCopyClasses=true
" internal property. Using the option you will:
- Make TeamCity server create "
.teamcity_shadow
" directory for every plugin .jar files. - Avoid .jar files update on plugin binaries external changes
The following hints can help you eliminate the restart in the certain cases:
...