Server temp folder Gerald Fauvelle Created October 05, 2009 10:24 Hi,Temporary folder for TeamCity server isC:\Program Files\TeamCity\tempIs it possible to change this folder? I didn't find info in documentation.Thanks,Gérald
If you run TeamCity as a service you can add additional parameter to TeamCity JVM:
-Djava.io.tmpdir=<path to temp dir>
http://www.jetbrains.net/confluence/display/TCD5/TeamCity+Startup+Properties#TeamCityStartupProperties-TeamCityServerisRunasWindowsService
Le 06/10/2009 17:36, Pavel Sher a ecrit :
>
Thank you, it works.
Gérald