Previous Topic

Next Topic

Book Contents

Book Index

Configure the Application Server

Most servlet engines will require you to perform steps to add the application. For Apache Tomcat, no additional steps are necessary. If you are using a different servlet engine, refer to the documentation that accompanied your software.

Once you have added the connectDaily servlet context to your application server, you may need to restart the Servlet engine to load the context.

If you are using Microsoft IIS, and will be using Apache Tomcat as your servlet engine, please refer to Integrating Microsoft IIS with connectDaily using Apache Tomcat for instructions.

In This Section

Edit Configuration Files

Install JavaMail API

Oracle 9i Application Server

Deploying connectDaily as a WAR

Clustering

See Also

Installation

Software Requirements

Hardware Requirements

Unpacking the Application Files

SQL Database Setup

Backing Up Your Calendar

Integrating Microsoft IIS with connectDaily

Authentication Architecture

Previous Topic

Next Topic

Book Contents

Book Index

Edit Configuration Files

web.xml

In the cdaily-5.0.0/WEB-INF directory where you unpacked the application files, the web.xml file contains configuration instructions for both the application and the application server. The default web.xml is for API 2.3 containers. You can adjust the application timeout by editing the session-timeout parameter in the web.xml file.

See Also

Configure the Application Server

Install JavaMail API

Oracle 9i Application Server

Deploying connectDaily as a WAR

Clustering

Previous Topic

Next Topic

Book Contents

Book Index

Install JavaMail API

connectDaily requires the Java Mail API files from Oracle Corporation. We don't distribute these files as part of connectDaily because most application servers already have them installed.

If this is a new server installation, you don't already have the Java Mail API installed; download and install the JavaMail API from Oracle.

http://www.oracle.com/technetwork/java/javamail-138606.html

Download this file and place all of the JAR files in your application server's class path or the connectDaily cdaily-5.0.0/WEB-INF/lib directory.

See Also

Configure the Application Server

Edit Configuration Files

Oracle 9i Application Server

Deploying connectDaily as a WAR

Clustering