Enabling the download of CAB files from Team City

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>
Tim's Avatar Building GitHub since 2011, programming language connoisseur, Marin resident, aspiring surfer, father of two, life partner to @ktkates—all words by me, Tim Clem.