How to install Apache JServ on UNIX systems

Requirements

The following requirements exist for building Apache JServ:

Choose how to add the mod_jserv module to Apache

There are two choices:

Configure Apache

If you are using a source distribution then you have to configure Apache first (some generated header files are needed for Apache JServ to pass its configure checks). You do not need to worry about specifying the mod_jserv module used to communicate to the servlet engine.

If you are using DSO then you can ignore this step. If you have a source distribution and would like to build it with DSO support and install it for use by Apache JServ then use the following options when configuring Apache:

--enable-rule=SHARED_CORE --enable-module=so

Configure Apache JServ

Now you are ready to configure Apache JServ. To do this you may (or may not) need to specify quite a few arguments to configure. These are:

Build

Once you have configured Apache JServ you can run make. If you are using a source distribution then you also have to run make in the Apache source directory.

See the other howto's for info on setting up and running servlets.

Copyright (c) 1997-98 The Java Apache Project.
$Id: howto.unix_install.html,v 1.5 1998/12/28 19:19:24 ed Exp $
All rights reserved.