This page last changed on Nov 12, 2007 by rosie@atlassian.com.

Bamboo Standalone ships with the Jetty application server (see Bamboo 'distributions'). To add additional MIME content types, edit the mimetypes.xml file in ../<Bamboo-install>/webapps/WEB-INF/mimetypes.xml and insert your new mime-mapping.

For instance to add an additional text/plain mime type with txt2 extension, insert the following:

<mime-mapping>
  <extension>txt2</extension>
  <mime-type>text/plain</mime-type>
</mime-mapping>

Restart Bamboo, for the changes to take effect.

Document generated by Confluence on Mar 02, 2009 18:52