Start of Content Area

Procedure documentation Managing MIME Mappings  Locate the document in its SAP Library structure

Use

This procedure enables you to manage the MIME mappings in your web application. You can add, modify, or remove a particular MIME mapping stored in the MIME Mappings list.

The displayed tabs and fields correspond to the following elements in web.xml:

<!ELEMENT mime-mapping (extension, mime-type)>

<!ELEMENT extension (#PCDATA)>

<!ELEMENT mime-type (#PCDATA)>

Procedure

To manage the MIME mappings choose Main tab ® MIME.

If You Want To

Then

Add a new MIME mapping

...

       1.      Enter a new MIME extension

       2.      In Type, enter a MIME type corresponding to the extension
For example, if the MIME extension is
xls, the type will be application/msexcel

       3.      Choose Add

Modify a MIME mapping

...

       1.      Select an existing MIME mapping from the list on the left-hand side of the tab

       2.      Change the information
You can modify only one of the MIME settings – the extension or the value.

       3.      Choose Modify

Remove a MIME mapping

...

       1.      Select an existing MIME mapping from the MIME Mappings list

       2.      Choose Remove

 

 

End of Content Area