Chapter 1
Installing the FileMaker Web Server Connector
The built-in Web Companion in FileMaker Pro 5.5 Unlimited acts as
a CGI (Common Gateway Interface) application and as a web server
by handling browser interactions with FileMaker Pro databases and
serving by web pages and image files to the web browser.
You can extend this functionality by using the FileMaker Web Server
Connector included with FileMaker Pro 5.5 Unlimited. Use the Web
Server Connector with any of the following supported web servers:
1 Microsoft Internet Information Server 5.0
1 Apache 1.3.19 bundled with Mac OS X Server
1 Apache 1.3.19 bundled with Red Hat Linux 7.1 i386
About the Web Server Connector
The FileMaker Web Server Connector is a Java servlet that relays
FileMaker CGI requests for XML, CDML, and other dynamic content
from your web server to one or more computers running
FileMaker Pro Unlimited. This allows you to keep your database files
separate from your static HTML pages, images, and other non-
database files. It also prevents the web browser from making
unnecessary requests to FileMaker Pro Unlimited.
More importantly, the Web Server Connector allows you to use a
RAIC (Redundant Array of Inexpensive Computers) with multiple
copies of FileMaker Pro Unlimited so that more web users can access
your databases at a time.
With the Web Server Connector, you can:
1 take advantage of other plug-ins and features of your web server,
including Secure Socket Layer (SSL) protection and server-side
includes.
1 configure a RAIC to increase throughput and reliability.
1 store static elements such as image files on the web server, and
bypass the FileMaker Pro Web Companion for pages that do not
need to interact with the database.
Configuring a RAIC to use with the Web Server Connector
The Web Server Connector uses one or more RAIC machines, with
copies of FileMaker Pro Unlimited installed on each one. In addition,
you can use FileMaker Server or FileMaker Pro 5.5 in your
configuration as a backend database host using peer-to-peer
networking for better load balancing and fail-over protection. (For
information about these products, see www.filemaker.com.)
Note It is possible to run FileMaker Pro Unlimited on the same
machine as the Web Server Connector and the web server software,
but for performance reasons, it’s not recommended.
Here are some of the possible ways to configure your machines:
1 The Web Server Connector on the web server machine and
FileMaker Pro Unlimited hosting databases on another machine.
This is a strong configuration because you’re able to realize all the
server-derived benefits of the Web Server Connector using only two
machines.
1 The Web Server Connector on the web server machine and
FileMaker Pro Unlimited on multiple machines, with each machine
hosting different databases.
This configuration offers good throughput, as multiple hosts ease the
load that would otherwise be given to a single host. It can provide a
means for load balancing if the more active databases are divided
between the machines.