Bamboo 2.0 : Adding MIME types to Bamboo Standalone
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 Apr 14, 2008 01:39 |