Previous Topic

Next Topic

Book Contents

Book Index

Software Requirements

There are two portions to Connect Daily. The first is the portion that runs on a server. The second is the client computer which just requires a supported browser.

The server portion of Connect Daily requires four components. They are:

  • Operating System
  • Java SDK or JRE
  • Java Servlet Container (Free Servlet Container available)
  • Supported Database

 

In This Section

Operating System Requirements - Server

Java SDK or Java Runtime Environment

SQL Database

Java Servlet Container

See Also

Installation

Hardware Requirements

Installation Overview

Unpacking the Application Files

SQL Database Setup

Configure the Application Server

Backing Up Your Calendar

Integrating Microsoft IIS 6 with Connect Daily

Integrating Microsoft IIS 7 with Connect Daily

Authentication Architecture

Previous Topic

Next Topic

Book Contents

Book Index

Operating System Requirements - Server

The only requirement for the server portion of Connect Daily is that your operating system has a Java SDK available for it and that your operating system supports TCP/IP. We have tested Connect Daily or have customers using Connect Daily on the following operating systems:

See Also

Software Requirements

Java SDK or Java Runtime Environment

SQL Database

Java Servlet Container

Previous Topic

Next Topic

Book Contents

Book Index

Java SDK or Java Runtime Environment

Since Connect Daily is a Java Servlet application, it requires a Java SDK or Java Runtime Engine version 1.5 or higher.

You can download Java from http://java.sun.com/.

If you do not see a Java SDK for your operating system at the Sun Java site, contact your operating system vendor.

See Also

Software Requirements

Operating System Requirements - Server

SQL Database

Java Servlet Container

Previous Topic

Next Topic

Book Contents

Book Index

SQL Database

If you are using Microsoft Windows, we provide an Access database that can be used. Windows 2000 and higher come with the Access ODBC drivers pre-installed, which is all that is required. You do not need to have the full version of Microsoft Access installed.

If you are not using MS Windows or you would like to use a different database, we support the following:

Database Requirements for Porting

Connect Daily is highly portable across SQL implementations. It can be ported to any database that supports the following features:

If your database meets the features listed above but is not currently supported, please contact MH Software, Inc. We can create a custom port for you. Generally, porting to a new database will take a developer about 4-6 hours.

See Also

Software Requirements

Operating System Requirements - Server

Java SDK or Java Runtime Environment

Java Servlet Container

Previous Topic

Next Topic

Book Contents

Book Index

Java Servlet Container

Connect Daily requires a Java Servlet Specification 2.3 or 2.4 compliant servlet container. If you do not have a servlet engine, we recommend the open source servlet engine Apache Tomcat.

The servlet engine can run on the same machine as your web server and can usually be configured so that requests to your web server for the calendar are forwarded to the servlet engine.

Known Servlet Containers

Server Name

URL

Apple Web Objects 5

http://www.apple.com/webobjects/

JRun Server

http://www.adobe.com/products/jrun/

BEA Web Logic 6.1 and higher

http://www.bea.com

IBM WebSphere 3.51 or higher

http://www.ibm.com

Apache Tomcat (Open Source)

http://tomcat.apache.org/

ServletExec

http://www.newatlanta.com/products/servletexec/

Oracle 9iAS

http://www.oracle.com/

For a complete list of Java Servlet containers, go to:

http://www.javaskyline.com/serv.html

See Also

Software Requirements

Operating System Requirements - Server

Java SDK or Java Runtime Environment

SQL Database