August, 2009
I always forget how to do this and thought I’d write it down somewhere searchable.
NOTE: I’ve installed Team City to C:\TeamCity
The tomcat web server stores it’s config files here: C:\TeamCity\conf\web.xml
. You just need to add a new mime type for cab files into this file. Here is an example:
<mime-mapping>
<extension>cab</extension>
<mime-type>application/zip</mime-type>
</mime-mapping>