Configuring Driver Parameters for the 64-bit JRE

The next step in configuring the 64-bit JRE to configure the driver and profile parameters using the Siebel application.

To configure driver parameters for the 64-bit JRE

  1. In the Siebel CRM application, go to Administration - Communications, and then to Communications Drivers and Profiles.

  2. (IMAP) As required for your deployment, select the Internet SMTP/IMAP Server driver and configure a profile:

    1. Add the Mail Servlet URL parameter to the Internet SMTP/IMAP Server driver.

    2. Select a profile you are using for the Internet SMTP/IMAP Server driver.

    3. In Profile Parameter Overrides, configure the value of the Mail Servlet URL parameter.

      Specify a URL in the following format, directed to the Tomcat server of the Siebel Server: http://hostname:port/siebel/mail, where the URL contains the following elements:
      • hostname is the hostname of your Tomcat server on the Siebel Server.

      • port is defined in SIEBEL_ROOT\applicationcontainer_internal\conf\server.xml, similar to the following:

        <connector port="9012" protocol="HTTP/1.1" connectionTimeout="20000" redirectport="4630" />
      • mail is defined in SIEBEL_ROOT\applicationcontainer_internal\webapps\siebel\WEB-INF\web.xml, as follows:
        <servlet-name>mail</servlet-name>
  3. (POP3) As required for your deployment, select the Internet SMTP/POP3 Server driver and configure a profile:

    1. Add the following parameters to the Internet SMTP/POP3 Server driver:

      • Mail Servlet URL

      • Enable Java for POP3

    2. Select a profile you are using for the Internet SMTP/POP3 Server driver.

    3. In Profile Parameter Overrides, configure values for the parameters you added, to enable the server to access the jssecacerts file:

      • Mail Servlet URL. Specify the value as described for the Internet SMTP/IMAP Server driver in Step 2.

      • Enable Java for POP3. Specify the value of TRUE. (IMAP does not require this parameter because it already uses Java,)