Example Collaboration Applications.xml file   

Below is an example of the Collaboration Applications file:

<?xml version="1.0" encoding="UTF-8"?>
<applications>
<!--
Make sure that the following "example" entries are changed for your installation...
 clbmail.example.com the Mail Server mail domain used to archive email
   example.com the corporate mail domain used to send email (the part to the right of the @)
   www.example.com:8080 the Internet domain and port of the TCM Application web server
   secure.example.com:9090 the Internet domain and port of the secure TCM Application web server
   example/timezone the default time zone. E.g., EST, CST, PST or America/Los_Angeles
   -->
 <!--
   Global elements that are common to all or most applications go here...
   (if needed, any of these elements can be overriden within an
 <application> element)
   -->
 <email-domain>clbmail.example.com</email-domain>
 <email-sent-by-domain>example.com</email-sent-by-domain>
 <email-sent-by-name/>
 <email-template-map-id>map1</email-template-map-id>
 <plain-start/>
 <plain-separator>-----------</plain-separator>
 <plain-end/>
 <html-start><![CDATA[<html><head><base target="_top"></head><body bgcolor="white">
 <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <tr style="background-image:url(http://www.example.com:8080/TCM/images/banner/TCMSignInBarFiller.gif); background-repeat: repeat-x">
       <td width="10%">&nbsp;</td>
       <td><img src="http://www.example.com:8080/TCM/images/banner/TCMSignInBarLogo.gif"></td>
       <td width="90%" style="color:white; font-family:Univers,Arial,Helvetica,sans-serif; font-size:20pt; font-weight:700">Team Collaboration Manager</td>
       <td><img src="http://www.example.com:8080/TCM/images/banner/TCMSignInBarRight.gif"></td>
    </tr>
 </table>]]></html-start>
 <html-separator><![CDATA[<hr width="50%" align="left">]]></html-separator>
 <html-end><![CDATA[</body></html>]]></html-end>
 <!--
   End of global elements, application definitions now follow...
   -->
 <application>
    <id>TCM</id>
    <group>TCM</group>
    <locale>en</locale>
    <time-zone>example/timezone</time-zone>
    <process-engine-application-id>4</process-engine-application-id>
    <url>http://www.example.com:8080/TCM/TCM.jsp</url>
    <secure-url>https://secure.example.com:9090/TCM/TCM.jsp</secure-url>
    <base-url>http://www.example.com:8080/TCM</base-url>
    <secure-base-url>https://secure.example.com:9090/TCM</secure-base-url>
    <url-page>TCM.jsp</url-page>
    <email-sent-by>TCM-notification@example.com</email-sent-by>
 </application>
 <!--
      Add additional "application IDs" here to support different URLs and different locales...
      each should have its own unique <id> tag; application IDs can be grouped by setting the
      same <group> value in each, which is useful to support multiple language variants of
      the same web app but this requires that each <locale> value be different
   -->
 </applications>