Siebel E-Support Administration Guide > Setting Up and Administering Siebel E-Support > Process of Setting Up Siebel E-Support with Siebel Solutions >

(Optional) Adding a File Format to the Knowledge Base Display


By default, Siebel E-Support's knowledge base can display files with the formats listed in Table 10.

Table 10. MIME Types in the Knowledge Base
Extension
MIME Type

.avi

video/x-msvideo

.bin

application/octet-stream

.c

text/plain

.cc

text/plain

.css

text/css

.doc

application/msword

.exe

application/octet-stream

.gif

image/gif

.htm

text/html

.html

text/html

.jpeg

image/jpeg

.jpg

image/jpeg

.pdf

application/pdf

.ppt

application/vnd.ms-powerpoint

.swf

application/x-shockwave-flash

.txt

text/plain

.vsd

application/x-visio

.wav

audio/wav

.wav

audio/x-wav

.wma

audio/x-ms-wma

.wmv

video/x-ms-wmv

.xls

application/vnd.ms-excel

.xml

application/xml

.xml

text/xml

.zip

application/x-zip-compressed

Optionally, you can add any kind of file to the knowledge base display. To add a file format to the Siebel E-Support knowledge base display, follow this procedure.

This task is a step in Process of Setting Up Siebel E-Support with Siebel Solutions.

To add a file format to the knowledge base display

  1. Navigate to the following directory:

    <Oracle_AS_HOME>/j2ee/home/applications/<SelfService_context>/ViewArchive/WEB-INF/classes/oracle/apps/ss/base/model/resources/

    Where <Oracle_AS_HOME> is the location where the Oracle Application Server is installed, and /<SelfService_context> is Siebel Self-Service Applications context. For example,

    /u01/OracleAS1013/j2ee/home/applications/SelfService/ViewArchive/WEB-INF/classes/oracle/apps/ss/base/model/resources/

  2. In a text editor, open the MIMEMap.properties file.
  3. For each additional file type that you want the knowledge base to display, add a line mapping its extension to its MIME type.

    For example, to add the capacity to launch SBK files from the knowledge base, enter this line:

    .sbk=application/x-tbook

    As another example, to add the capacity to launch MP3 files from the knowledge base, enter this line:

    .mp3=audio/mpeg3

  4. Save and close the MIMEMap.properties file.
  5. Restart the application server.
Siebel E-Support Administration Guide Copyright © 2008, Oracle. All rights reserved.