> ## Content Index
> Fetch the complete content index at: https://kudithipudi.org/llms.txt
> Use this file to discover other available public pages before exploring further.

# HOW TO : Configure mime type mappings in Jboss
- URL: https://kudithipudi.org/how-to-configure-mime-type-mappings-in-jboss/
- Published: 2010-04-12T19:44:32.000Z
- Updated: 2010-04-12T19:44:32.000Z
- Description: Instructions for configuring the mime type mappings in Jboss. Mime types essentially tells the application processing the content (typically a browser), what the content is. More...
- Author: admin
- Tags: HOWTO, Technology, Uncategorized, Web, #wp, #wp-post, #Import 2026-08-23 02:32

Instructions for configuring the mime type mappings in Jboss. Mime types essentially tells the application processing the content (typically a browser), what the content is. More information [here](http://en.wikipedia.org/wiki/Internet%5Fmedia%5Ftype?ref=kudithipudi.org) ([http://en.wikipedia.org/wiki/Internet\_media\_type](http://en.wikipedia.org/wiki/Internet%5Fmedia%5Ftype?ref=kudithipudi.org)).

- Locate the web.xml file for your Jboss instance. It is usually in $JBOSS\_HOME/server/INSTANCE/deploy/jboss-web.deployer/conf/web.xml
- Locate the setting <mime-mapping> and make the required edits. For example, the code for defining the mime type for javascript looks like this
  
  
`js  
application/javascript`  
  
- Restart Jboss