<!--
/********************************************************************/
/* Licensed Materials - Property of IBM                             */
/* (c) Copyright IBM Corp. 2003.        All rights reserved.        */
/*                                                                  */
/* US Government Users Restricted Rights - Use, duplication or      */
/* disclosure restricted by GSA ADP Schedule Contract with IBM      */
/* Corp.                                                            */
/*                                                                  */
/* DISCLAIMER OF WARRANTIES.  The following [enclosed] code is      */
/* sample code created by IBM Corporation.  This sample code is     */
/* not part of any standard or IBM product and is provided to you   */
/* solely for the purpose of assisting you in the development of    */
/* your applications.  The code is provided "AS IS", without        */
/* warranty of any kind.  IBM shall not be liable for any damages   */
/* arising out of your use of the sample code, even if they have    */
/* been advised of the possibility of such damages.                 */
/********************************************************************/
-->
<!--  ******** IBM Lotus Workplace Web Content Management  Framework Configuration ********
  --
  --  Parameters can be in any order but the level and parent parameters
  --  must remain as documented.
  --
---->

<DefaultHost value="http://MPAREENEXP.ad.msiinet.com:9081/wps/wcm" />
<DefaultURL value="http://MPAREENEXP.ad.msiinet.com:9081/wps/portal" />
<SchedulerSleepPeriod value=1000 />
<MaxConcurrentTasks value=20 />
<ProcessContent value=true />
<LogRequestParameters value=false />
<UseSSL value=true />
<SchedulerDirectory value="../connect/scheduler" />
<UseConnectDecoder value=false />
<DefaultServletPath value="/connect" />
<SecureServletPath value="/myconnect" />
<DefaultEncoding value="UTF8" />

<RequestUsernameParameterName value="username" />
<RequestPasswordParameterName value="pwd" />

<WorkManagerConfig>
    <SystemThreadStartupTimeout value=30 />
    <MaxSessionWorkers value=10 />
    <WaitInterval value=1 />
    <MaxWaitInterval value=10 />
</WorkManagerConfig>

<!--<PROXY>
    <PROXYHOST value=localhost />
    <PROXYPORT value=8081 />
    <IgnoreHosts>
    	<MPAREENEXP.ad.msiinet.com />
    </IgnoreHosts>
</PROXY>-->

<!-- Log manager configuration -->
<LogManager>
   <ErrorLog>
      <File LogFile="../connect/log/error.log" FlushLog=false Buffered=false TraceTime=true TraceDate=true TraceLevel=3 Rollover=Size MaxFileSize=5M />
   </ErrorLog>
   <FullLog>
      <File LogFile="../connect/log/connect.log" FlushLog=false Buffered=true TraceTime=true TraceLevel=1 TraceDate=true TraceThread=true Rollover=Size MaxFileSize=5M />
      <Screen Buffered=false TraceTime=true TraceLevel=0 TraceDate=true TraceThread=true />
   </FullLog>
   <DebugLog>
      <File LogFile="../connect/log/debug.log" FlushLog=false Buffered=false TraceTime=true TraceLevel=0 Rollover=Size MaxFileSize=5M>
         <Packages>
            <!-- by default not debugging any package -->
         </Packages>
      </File>
   </DebugLog>
</LogManager>

<UserManagement>
   <AdminGroupCommonName value="wcmadmins" />

<!--
    UserPrefix: The LDAP user prefix appropriate for your LDAP server
    IBM Directory Server: { uid }
    Domino:               { cn }
    Active Directory:     { cn )
    SunOne:               { uid }
    Novell eDirectory     { uid }
-->
    <UserPrefix value="uid" />
<!--
    GroupPrefix: The LDAP group prefix appropriate for your LDAP server
    IBM Directory Server: { uid }
    Domino:               { cn }
    Active Directory:     { cn )
    SunOne:               { uid }
    Novell eDirectory     { uid }
-->
    <GroupPrefix value="cn" />
    <LoginPageLocation value="http://MPAREENEXP.ad.msiinet.com:9081/wps/wcm/webinterface/login/login.jsp" />
    <UserCommonNameAttribute value="cn" />
</UserManagement>

<!-- Configuration section for all business modules -->
<ModuleConfig>
   <AJPE>
      <Properties value="../config/aptrixjpe.properties" />
      <AptrixHome value="../" />
      <DependentModules>
         <EnsureUserManagement />
         <Syndication />
         <AJPERES />
         <Default />

         <!-- Uncomment when cacher is enabled and not default -->
         <!-- <Cacher /> -->

         <!-- Uncomment when AptrixSearch is enabled -->
         <!-- <AptrixSearch /> -->
      </DependentModules>
      <StrategyCache>
         <FlushExpiredInterval value=120 />
         <WriteIndexInterval value=90 />
         <CacheDir value="../ilwwcm/system/cache/" />
         <MemCacheSize value=1000 />
         <DiskCacheSize value=5000 />
      </StrategyCache>
      <ContentCache>
         <DefaultContentCache value="None" />
         <ContentCacheExpires value="REL 300s" />
         <FlushExpiredInterval value=120 />
         <WriteIndexInterval value=90 />
         <CacheDir value="../ilwwcm/system/contentcache/" />
         <MemCacheSize value=1000 />
         <DiskCacheSize value=5000 />
      </ContentCache>
   </AJPE>

   <AptrixSearch>
      <Properties value="../config/aptrixsearch.properties" />
   </AptrixSearch>

   <Syndication>
      <DebugMode value=false />
      <Subscriber value=com.aptrix.deployment.subscriber.PlutoSubscriberInterface />
      <Syndicator value=com.aptrix.deployment.syndicator.PlutoSyndicatorInterface />
   </Syndication>

   <Cacher>
      <CacherClass value="com.aptrix.cacher.Cacher" />
      <DestDir value="C:/WEBSPH~1/PORTAL~1/wcm/ilwwcm/cacher" />
      <TempDir value="C:/WEBSPH~1/PORTAL~1/wcm/ilwwcm/cacher/temp" />
      <Delay value="1" />
      <BusyDelay value="5" />
      <BusyStart value="9:00 am" />
      <BusyEnd value="5:00 pm" />
      <OverwriteCache value="true" />
      <DefaultContentName value="index.html" />
      <!-- choices are Anonymous, Administrator or a specific user or group common name -->
      <RendererUser value="Anonymous" />
      <Task>
         <CacherUrl value="http://MPAREENEXP.ad.msiinet.com:9081/wps/wcm/connect/" />
         <ServletPath value="/connect" />
         <Sites value="[SiteA],[SiteB]" />
         <Interval>
            <Recurrence value="10" />
            <StartDelay value="1" />
         </Interval>
         <Scheduled>
            <Times value="3:00 am" />
         </Scheduled>
      </Task>
   </Cacher>

   <BLWebServer>
      <RemoteAccess>
         <HTML value=true />
         <WML value=true />
         <SQL value=true />
         <MAIL value=true />
      </RemoteAccess>
      <AllowFileProtocol value=false />
      <BLWebServerCache>
          <FlushExpiredInterval value=120 />
          <WriteIndexInterval value=90 />
          <CacheDir value="../connect/blweb" />
          <MemCacheSize value=100 />
          <DiskCacheSize value=100 />
          <MemCacheStrategy value=com.presence.connect.cache.MostRecentStrategy  />
          <DiskCacheStrategy value=com.presence.connect.cache.MostRecentStrategy />
      </BLWebServerCache>
   </BLWebServer>

   <Template>
   </Template>

   <Aggregator>
   </Aggregator>

   <Mail>
      <FatalMail>
         <FatalMailMgr value="Framework@yourServer.com" />
         <FatalMailFrom value="Framework@yourServer.com" />
      </FatalMail>
   </Mail>

   <MemoryMonitor>
   </MemoryMonitor>

   <FormProcessor>
      <Form>
         <BasePath value="file:///C:/WEBSPH~1/APPSER~1/installedApps/MPAREENEXP/wcm.ear/ilwwcm.war" />
         <Admin value="http://MPAREENEXP.ad.msiinet.com:9081/wps/wcm/ac_admin/form/admin.jsp" />
      </Form>
      <Operator>
         <Not value=com.presence.connect.validator.rule.Not />
         <Equals value=com.presence.connect.validator.rule.Equals />
         <FieldRef value=com.presence.connect.validator.rule.ValueRef />
         <Length value=com.presence.connect.validator.rule.Length />
         <Value value=com.presence.connect.validator.rule.Value />
         <Sum value=com.presence.connect.validator.rule.Sum />
         <Lt value=com.presence.connect.validator.rule.LessThan />
         <Gt value=com.presence.connect.validator.rule.GreaterThan />
         <Lte value=com.presence.connect.validator.rule.LessThanEquals />
         <Gte value=com.presence.connect.validator.rule.GreaterThanEquals />
         <Multiply value=com.presence.connect.validator.rule.Multiply />
         <Null value=com.presence.connect.validator.rule.Null />
         <And value=com.presence.connect.validator.rule.And />
         <Or value=com.presence.connect.validator.rule.Or />
      </Operator>
      <Type>
         <Number value=com.presence.connect.validator.NumericalValidator />
         <Date value=com.presence.connect.validator.DateValidator />
         <DateTime value=com.presence.connect.validator.DateTimeValidator />
         <Time value=com.presence.connect.validator.TimeValidator />
      </Type>
   </FormProcessor>
</ModuleConfig>


<!-- ********** BUSINESS LOGIC ************ -->
<!-- Configuration for Business Logic -->
<BusinessLogic>
   <ProcessUnknownHosts value=false />
   <Hosts>
      <MPAREENEXP.ad.msiinet.com value=true />
   </Hosts>

   <DefaultCacheExpires value="REL 3D" />
   <DefaultCache value=false />

   <ModuleResponseCacheConfig>
      <FlushExpiredInterval value=120 />
      <WriteIndexInterval value=90 />
      <CacheDir value="../connect/module/" />
      <MemCacheSize value=1000 />
      <DiskCacheSize value=5000 />
   </ModuleResponseCacheConfig>

   <Module>
      <Template class=com.presence.connect.business.template.DataFormatter remoteAccess=true autoLoad=false />
      <Multi_Template class=com.presence.connect.business.template.MultiDataFormatter remoteAccess=true autoLoad=true />
      <Web class=com.presence.connect.business.web.BLWebServer remoteAccess=true autoLoad=false />
      <Mail class=com.presence.connect.business.mail.MailBL remoteAccess=true autoLoad=false />
      <Form class=com.presence.connect.business.form.FormProcessor remoteAccess=true autoLoad=false />
      <Aggregator class=com.presence.connect.business.web.SubPageAggregator remoteAccess=true autoLoad=false />

      <!-- AJPE -->

      <!-- Renderer Module -->
      <Default class=com.aptrix.pluto.renderer.RendererModule remoteAccess=true autoLoad=false />

      <!--
           Cacher Module (as default)
           ensure that RendererModule is commented out
      -->
      <!--
      <Default class=com.aptrix.cacher.CacherModule remoteAccess=true autoLoad=false />
      -->

      <!-- Cacher Module (stand alone)
           ensure that ModuleConfig/AJPE/DependentModules/Cacher is uncommented -->
      <!--
      <Cacher class=com.aptrix.cacher.CacherModule remoteAccess=true autoLoad=false />
      -->

      <!--
           Aptrix Search Module
           ensure that ModuleConfig/AJPE/DependentModules/AptrixSearch is uncommented
      -->
      <!--
      <AptrixSearch class=com.aptrix.search.AptrixSearchModule remoteAccess=true autoLoad=false />
      -->

      <AJPE class=com.aptrix.pluto.PlutoModule remoteAccess=false autoLoad=true />
      <FederatedProxy class=com.aptrix.pluto.resource.FEDResourceServerModule remoteAccess=true autoLoad=false />
      <AJPECatSelect class=com.aptrix.pluto.CategoryProfileUpdaterModule remoteAccess=true autoLoad=false />
      <AJPEIndex class=com.aptrix.indexing.IndexModule remoteAccess=true autoLoad=false />
      <AJPEResourceChecker class=com.aptrix.pluto.resource.ResourceCheckerModule remoteAccess=true autoLoad=false />
      <AJPEReferenceChecker class=com.aptrix.integrity.referential.ReferenceCheckerModule remoteAccess=true autoLoad=false />
      <AJPESiteChecker class=com.aptrix.pluto.site.SiteCheckerModule remoteAccess=true autoLoad=false />
      <MemberFixer class=com.aptrix.pluto.security.MemberFixerModule remoteAccess=true autoLoad=false />
      <AJPERES class=com.aptrix.pluto.resource.ResourceServerModule remoteAccess=true autoLoad=false />
      <VersioningEnablement class=com.aptrix.versioncontrol.VersioningEnablementModule remoteAccess=true autoLoad=false />
      <ItemDispatcher class=com.aptrix.deployment.syndicator.ItemDispatcher remoteAccess=true autoLoad=false />
      <PlutoUploadFile class=com.aptrix.pluto.transfer.PlutoUploadFile remoteAccess=true autoLoad=false />
      <PlutoDownloadFile class=com.aptrix.pluto.transfer.PlutoDownloadFile remoteAccess=true autoLoad=false />
      <EnsureUserManagement class=com.presence.connect.wmmcomms.EnsureUserManagementModule remoteAccess=false autoLoad=true required=true/>
      <PDMProxy class=com.aptrix.pluto.resource.PDMResourceServerModule remoteAccess=true autoLoad=false />
	   <JCRModule class=com.aptrix.pluto.pzn.JCRModule remoteAccess=true autoLoad=false />
      <!-- Syndication -->
      <Synd class=com.aptrix.syndication.business.syndicator.ConnectModule remoteAccess=true autoLoad=false />
      <Subs class=com.aptrix.syndication.business.subscriber.ConnectModule remoteAccess=true autoLoad=false />
      <Syndication class=com.aptrix.syndication.SyndicationModule remoteAccess=true autoLoad=false />

      <!-- ** Add other custom Business Module classes here! ** -->
   </Module>

   <DataProviders>
      <SQL value="com.presence.connect.business.template.provider.SQLDataProvider" />
      <SEARCH value="com.aptrix.search.provider.AptrixSearchDataProvider" />
   </DataProviders>

   <FormAction>
      <Validate value=com.presence.connect.business.form.FormValidator />
      <Reenter value=com.presence.connect.business.form.FormReentry />
      <SQL value=com.presence.connect.business.form.action.SQLAction />
      <Mail value=com.presence.connect.business.mail.MailBL />
      <HTML value=com.presence.connect.business.web.BLWebServer />
      <Admin value=com.presence.connect.business.admin.ConnectAdmin />
      <Clear value=com.presence.connect.business.form.ClearFormData />
   </FormAction>
</BusinessLogic>

<ContentMergerConfig>
    <text/html value=com.aptrix.pluto.PlutoContentMerger />
</ContentMergerConfig>

<Connector>
   <MailConnector>
      <DefaultSMTPServer value=mail.yourmailserver.com />
      <DefaultFromAddress value='admin@yourmailserver.com' />
      <DefaultReplyToAddress value='admin@yourmailserver.com' />
      <ConnectionManager>
         <MaxConnectionPools value=1000 />
         <MaxConnectionsPerPool value=64 />
      </ConnectionManager>
   </MailConnector>

   <HttpConnector>
      <!-- These values are defaults across all HttpConnector instances. These will
      be overridden by any values set for a specific host or server type if present -->
      <MaxConnectAttempts value=5 />
      <TimeoutPeriod value=30 />
      <DefaultCacheExpires value="REL 3D" />
      <DefaultCache value=false />
      <DenyUnknownHosts value=false />
      <DenyAccess>
         <!-- List hosts here that are not allowed -->
      </DenyAccess>


      <!-- Note that the HttpResponse section has been moved from a child of the top-level
      config to a child of HttpConnector -->
      <HttpResponse>
         <301 value=com.presence.connect.connector.http.HttpResponseHandler_301 />
         <302 value=com.presence.connect.connector.http.HttpResponseHandler_302 />
         <401 value=com.presence.connect.connector.http.HttpResponseHandler_401 />
      </HttpResponse>

      <!-- This section lists values used to override the connector defaults given above. -->
      <Hosts>
         <MPAREENEXP.ad.msiinet.com>
            <DefaultCacheExpires value="REL 2h" />
            <DefaultCache value=true />
         </MPAREENEXP.ad.msiinet.com>
      </Hosts>

      <ServerTypes>
         <Domino>
            <!-- Domino always sends "no cache" headers -->
            <OverrideCacheExpiryHeaders value=true />
            <DefaultCacheExpires value="REL 6h" />
            <DefaultCache value=true />
            <HttpResponse>
               <!-- Default overrider for Domino. Domino sends 404s when it means 401. -->
               <404 value=com.presence.connect.connector.http.HttpResponseHandler_Domino404 />
            </HttpResponse>
         </Domino>
      </ServerTypes>
   </HttpConnector>

   <LDAPConnector>
      <DefaultHost value="localhost" />
      <DefaultPort value=389 />
      <DefaultScope value=SUBTREE />
      <!-- The version identifier: 2 or 3 -->
      <DefaultVersion value=3 />
      <!-- The base search scope within the DIT -->
      <DefaultBaseSearchDN value="o=your_org.com" />
      <DefaultAuthDN value="cn=yourDefaultId" />
      <DefaultAuthPwd value="password" />
      <DefaultTimeout value=1000 />
      <ConnectionManager>
         <MaxConnectionPools value=1000 />
         <MaxConnectionsPerPool value=64 />
      </ConnectionManager>
      <UseSSL value=false />
   </LDAPConnector>

   <!-- This section is used for the SQL Connector -->
   <SQLConnector>
      <DefaultHost value="" />
      <DefaultUsername value="" />
      <DefaultRetries value=1 />
      <DefaultTimeout value=1000 />
      <DefaultCache value=true />
      <ConnectionManager>
         <MaxConnectionPools value=1000 />
         <MaxConnectionsPerPool value=64 />
      </ConnectionManager>

      <!-- Defines the data sources (databases) -->
      <Databases>
         <jdbc:db2j:C:/WEBSPH~1/PORTAL~1/wcm/ilwwcm/db/WCMDB driver="com.ibm.db2j.jdbc.DB2jDriver" />
      </Databases>

      <Servers>
         <!-- Defines specific configuration for the database engine types available -->
         <Access>
            <SQLResponse>
               <!-- specific access sqlcode response handlers go here -->
            </SQLResponse>
         </Access>
      </Servers>
   </SQLConnector>

   <!-- This section is used for the CM8 Connector -->
   <CM8Connector>
      <ConnectionManager>
         <MaxConnectionPools value=1000 />
         <MaxConnectionsPerPool value=64 />
      </ConnectionManager>
   </CM8Connector>

   <FederatedConnector>
      <DefaultServerAlias value = "" />
      <DefaultUsername value = "" />
      <DefaultPassword value = "" />
      <ConnectionString value = "" />
      <MaxResultsReturned value = 100 />
      <ConnectionTimeout value = 300 />
   </FederatedConnector>

   <ContentModelConnector>
      <DefaultLibrary   value="DM"/>
      <DefaultUsername  value="uid=wpsadmin,o=default organization"/>
      <DefaultPassword  value="wpsadmin"/>
      <ConnectionManager>
         <MaxConnectionPools value=1000 />
         <MaxConnectionsPerPool value=64 />
      </ConnectionManager>
   </ContentModelConnector>

   <JCRConnector>
      <DefaultRepository value="ibmjcr/Repository"/>
      <DefaultUsername   value="uid=wpsadmin,o=default organization"/>
      <DefaultPassword   value="wpsadmin"/>
      <DefaultWorkspace  value=""/>
      <ConnectionTimeout value = 300 />
      <ConnectionManager>
         <MaxConnectionPools value=1000 />
         <MaxConnectionsPerPool value=64 />
      </ConnectionManager>
   </JCRConnector>

</Connector>

<HtmlElement>
   <IMG value=com.presence.connect.data.xml.html.HTMLImage />
   <A value=com.presence.connect.data.xml.html.HTMLAnchor />
   <APPLET value=com.presence.connect.data.xml.html.HTMLApplet />
   <AREA value=com.presence.connect.data.xml.html.HTMLArea />
   <BR value=com.presence.connect.data.xml.html.HTMLNoEndTag />
   <FRAME value=com.presence.connect.data.xml.html.HTMLFrame />
   <BODY value=com.presence.connect.data.xml.html.HTMLBody />
   <FORM value=com.presence.connect.data.xml.html.HTMLForm />
   <LINK value=com.presence.connect.data.xml.html.HTMLLink />
   <CONNECT value=com.presence.connect.data.xml.html.HTMLConnect />
   <CONNECTEXCLUDE value=com.presence.connect.data.xml.html.HTMLConnectExclude />
   <META value=com.presence.connect.data.xml.html.HTMLMeta />
   <RESULTSET value=com.presence.connect.data.xml.html.HTMLResultSet  />
   <IRESULTSET value=com.presence.connect.data.xml.html.HTMLEmbeddedResultSet  />
   <FIELD value=com.presence.connect.data.xml.html.HTMLField />
   <OPTION value=com.presence.connect.data.xml.html.HTMLOption />
   <SELECT value=com.presence.connect.data.xml.html.HTMLSelect />
   <INPUT value=com.presence.connect.data.xml.html.HTMLInput />
   <TABLE value=com.presence.connect.data.xml.html.HTMLTable />
   <TD value=com.presence.connect.data.xml.html.HTMLTableCell />
   <SCRIPT value=com.presence.connect.data.xml.html.HTMLScript />
   <SKIP value=com.presence.connect.data.xml.html.HTMLResultSetSkip />
   <EMPTY value=com.presence.connect.data.xml.html.HTMLResultSetEmpty />
   <NOTEMPTY value=com.presence.connect.data.xml.html.HTMLResultSetNotEmpty />
   <LOOP value=com.presence.connect.data.xml.html.HTMLResultSetLoop />
   <BR value=com.presence.connect.data.xml.html.HTMLNoEndTag />
   <IRESULTSET value=com.presence.connect.data.xml.html.HTMLEmbeddedResultSet />
   <P value=com.presence.connect.data.xml.html.HTMLNoEndTag />
</HtmlElement>


<XmlElement>
   <CONNECT value=com.presence.connect.data.xml.html.HTMLConnect />
   <CONNECTEXCLUDE value=com.presence.connect.data.xml.html.HTMLConnectExclude />
   <RESULTSET value=com.presence.connect.data.xml.html.HTMLResultSet  />
   <FIELD value=com.presence.connect.data.xml.html.HTMLField />
   <SKIP value=com.presence.connect.data.xml.html.HTMLResultSetSkip />
   <EMPTY value=com.presence.connect.data.xml.html.HTMLResultSetEmpty />
   <NOTEMPTY value=com.presence.connect.data.xml.html.HTMLResultSetNotEmpty />
   <LOOP value=com.presence.connect.data.xml.html.HTMLResultSetLoop />
   <IRESULTSET value=com.presence.connect.data.xml.html.HTMLEmbeddedResultSet />
</XmlElement>

<SessionCacheConfig>
   <MemCacheSize value=1000 />
</SessionCacheConfig>

<SiteCacheConfig>
   <FlushExpiredInterval value=120 />
   <WriteIndexInterval value=90 />
   <CacheDir value="../connect/cache/" />
   <MemCacheSize value=1000 />
   <DiskCacheSize value=50000 />
</SiteCacheConfig>

<ThreadPoolConfig>
   <ThreadsPerPool value=10 />
   <TotalThreads value=200 />
   <ThreadFinishWaitTime value=40 />
</ThreadPoolConfig>

<ProcessableObjectFactory>
    <text/html value=com.presence.connect.data.xml.html.HTMLDocument />
    <text/xml value=com.presence.connect.data.xml.XMLDocument />
</ProcessableObjectFactory>

<MimeType>
<!-- Note the new Default MIME type. This is used by the factory if it cannot determine
   from any other means which handler class to use. (Mostly if it cannot determine the
   type when doing a lookup by extension) -->

   <Default value=com.presence.connect.data.BinaryMime />
   <text/html value=com.presence.connect.data.TextMime />
   <text/xml value=com.presence.connect.data.TextMime />
   <image/gif value=com.presence.connect.data.BinaryMime />
   <image/jpeg value=com.presence.connect.data.BinaryMime />

   <!-- New section for associating file extensions with a MIME type. This can be added
   to or changed at will. Handler classes for the MIME type are listed above in the
   actual MimeType config. -->
   <FileExtensions>
      <323 value="text/h323" />
      <aif value="audio/aiff" />
      <aifc value="audio/aiff" />
      <aiff value="audio/aiff" />
      <alx value="text/alx" />
      <arc value="application/x-gzip" />
      <arj value="application/x-gzip" />
      <art value="image/x-jg" />
      <asa value="text/asa" />
      <asf value="video/x-ms-asf" />
      <asp value="text/asa" />
      <asx value="video/x-ms-asf" />
      <au value="audio/basic" />
      <avi  value="video/avi" />
      <b64 value="application/x-gzip" />
      <bhx value="application/x-gzip" />
      <bmp value="image/bmp" />
      <c value="text/plain" />
      <c++ value="text/plain" />
      <cab value="application/x-gzip" />
      <cat value="application/vnd.ms-pki.seccat" />
      <cc value="text/plain" />
      <cdf value="application/x-net" />
      <cdr value="image/x-cmx" />
      <cdx value="text/asa" />
      <cer value="application/pkix-cert" />
      <cgm value="image/x-cmx" />
      <class value="application/x-java" />
      <clp value="application/x-msclip" />
      <cmx value="image/x-cmx" />
      <cpk value="application/copernic-cpk" />
      <cpp value="text/plain" />
      <crl value="application/pkix-crl" />
      <crt value="application/pkix-cert" />
      <csk value="application/copernic-csk" />
      <css value="text/css" />
      <cut value="image/x-cmx" />
      <der value="application/pkix-cert" />
      <dib value="image/x-cmx" />
      <dic value="text/plain" />
      <dif value="video/x-dv" />
      <doc value="application/msword" />
      <dot value="application/msword" />
      <drw value="image/x-cmx" />
      <dv value="video/x-dv" />
      <dxf value="image/x-cmx" />
      <emf value="image/x-cmx" />
      <eml value="message/rfc822" />
      <exc value="text/plain" />
      <fdf value="application/vnd.fdf" />
      <fpx value="image/x-cmx" />
      <gem value="image/x-cmx" />
      <gif value="image/gif" />
      <gz value="application/x-gzip" />
      <h value="text/plain" />
      <hgl value="image/x-cmx" />
      <hlp value="application/winhlp" />
      <hqx value="application/x-gzip" />
      <hta value="application/hta" />
      <htm value="text/html" />
      <html value="text/html" />
      <htt  value="text/webviewhtml" />
      <htw value="text/html" />
      <htx value="text/html" />
      <ico value="image/x-icon" />
      <iff value="image/x-cmx" />
      <iii value="application/x-iphone" />
      <img value="image/x-cmx" />
      <ini value="text/plain" />
      <ins value="application/x-internet-signup" />
      <isp value="application/x-internet-signup" />
      <java value="text/plain" />
      <jfif value="image/jpeg" />
      <jpe value="image/jpeg" />
      <jpeg value="image/jpeg" />
      <jpg value="image/jpeg" />
      <js value="application/x-javascript" />
      <kdc value="image/x-cmx" />
      <lbm value="image/x-cmx" />
      <log value="text/plain" />
      <lsf value="video/x-ms-asf" />
      <lsx value="video/x-ms-asf" />
      <lwp value="application/vnd.lotus-wordpro" />
      <lzh value="application/x-gzip" />
      <m1v value="video/mpeg" />
      <m3u value="audio/x-mpegurl" />
      <mac value="image/x-macpaint" />
      <mdb value="application/x-msaccess" />
      <mht value="message/rfc822" />
      <mhtml value="message/rfc822" />
      <mid value="audio/x-mid" />
      <mim value="application/x-gzip" />
      <mov value="video/quicktime" />
      <mp2 value="video/mpeg" />
      <mp3 value="video/mpeg" />
      <mpa value="video/mpeg" />
      <mpe value="video/mpeg" />
      <mpeg value="video/mpeg" />
      <mpg value="video/mpeg" />
      <mpv2 value="video/mpeg" />
      <mwp value="application/vnd.lotus-wordpro" />
      <nws value="message/rfc822" />
      <p10 value="application/pkcs10" />
      <p12 value="application/x-pkcs12" />
      <p7b value="application/x-pkcs7-certificates" />
      <p7c value="application/pkcs7-mime" />
      <p7m value="application/pkcs7-mime" />
      <p7r value="application/x-pkcs7-certreqresp" />
      <p7s value="application/pkcs7-signature" />
      <pbm value="image/x-cmx" />
      <pcd value="image/x-cmx" />
      <pct value="image/pict" />
      <pdf value="application/pdf" />
      <pfx value="application/x-pkcs12" />
      <pgm value="image/x-cmx" />
      <pic value="image/pict" />
      <pict value="image/pict" />
      <pko value="application/vnd.ms-pki.pko" />
      <pl value="text/plain" />
      <pls value="audio/x-mpegurl" />
      <pma value="image/x-cmx" />
      <pmc value="image/x-cmx" />
      <pml value="image/x-cmx" />
      <pmr value="image/x-cmx" />
      <pmw value="application/x-perfmon" />
      <png value="image/png" />
      <pntg value="image/x-macpaint" />
      <pot value="application/vnd.ms-powerpoint" />
      <ppa value="application/vnd.ms-powerpoint" />
      <ppm value="image/x-cmx" />
      <pps value="application/vnd.ms-powerpoint" />
      <ppt value="application/x-mspowerpoint" />
      <prf value="application/pics-rules" />
      <ps value="application/postscript" />
      <psd value="image/x-cmx" />
      <psp value="image/x-cmx" />
      <pwz value="application/vnd.ms-powerpoint" />
      <qt value="video/quicktime" />
      <qti value="image/x-quicktime" />
      <qtif value="image/x-quicktime" />
      <ras value="image/x-cmx" />
      <raw value="image/x-cmx" />
      <rle value="image/x-cmx" />
      <rmi value="audio/x-mid" />
      <rtf value="application/rtf" />
      <sam value="application/vnd.lotus-wordpro" />
      <scp value="text/plain" />
      <sct value="text/scriptlet" />
      <sd2 value="audio/x-sd2" />
      <sh value="application/x-shar" />
      <smm value="application/vnd.lotus-wordpro" />
      <snd value="audio/basic" />
      <spc value="application/x-pkcs7-certificates" />
      <spl value="application/futuresplash" />
      <sst value="application/vnd.ms-pki.certstore" />
      <stl value="application/vnd.ms-pki.stl" />
      <stm value="text/html" />
      <swf value="application/futuresplash" />
      <tar value="application/x-tar" />
      <taz value="application/x-gzip" />
      <text value="text/plain" />
      <tga value="image/x-cmx" />
      <tgz value="application/x-gzip" />
      <tif value="image/tif" />
      <txt value="text/plain" />
      <tz value="application/x-gzip" />
      <uls value="text/iuls" />
      <uu value="application/x-gzip" />
      <uue value="application/x-gzip" />
      <vbs value="application/x-vbs" />
      <vcf value="text/x-vcard" />
      <vdo value="video/vdo" />
      <vsd value="application/vnd.visio" />
      <vss value="application/vnd.visio" />
      <vst value="application/vnd.visio" />
      <vsw value="application/vnd.visio" />
      <wav value="audio/x-wav" />
      <wiz value="application/msword" />
      <wmf value="image/x-cmx" />
      <wpg value="image/x-cmx" />
      <wri value="application/x-mswrite" />
      <wsc value="text/scriptlet" />
      <wtx value="text/plain" />
      <xbm value="image/x-xbitmap" />
      <xla value="application/x-msexcel" />
      <xlb value="application/x-msexcel" />
      <xlc value="application/x-msexcel" />
      <xlm value="application/x-msexcel" />
      <xls value="application/x-msexcel" />
      <xlt value="application/x-msexcel" />
      <xlw value="application/x-msexcel" />
      <xml value="text/xml" />
      <xsl value="text/xml" />
      <xxe value="application/x-gzip" />
      <z value="application/x-gzip" />
      <zip value="application/x-gzip" />
   </FileExtensions>
</MimeType>

<EncodingSchemes>
	<ja value="shift_jis" />
	<ko value="euc-kr" />
	<zh-sg value="GB2312" />
	<zh-tx value="big5" />
	<default value="UTF-8" />
</EncodingSchemes>

 

Workplace Web Content Management is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.