About installing a Java RSSE application
To set up and run a Java RSSE application, perform the following tasks:
*Build the Java RSSE application.
*Install the Java RSSE application on an Encyclopedia volume.
*Enable a web service to use the Java RSSE application.
How to build a Java RSSE sample application
How to install a Java RSSE application
How to enable the open security web service to use the Java RSSE application
How to build a Java RSSE sample application
Install and use the Apache Ant tool to build a Java RSSE sample application. Go to the Apache Ant Project web site at http://ant.apache.org/ to obtain the software and installation instructions.
In the BIRT iHub Integration Technology installation, each sample application subdirectory contains a file, build.xml. Using the project settings specified in the file, build.xml, Ant performs the following operations:
*Compiles the Java RSSE application source files
*Creates a lib directory
*Archives the compiled classes in a JAR file in the lib directory
Table 29‑2 lists the archive file generated for each Java RSSE sample application.
Table 29‑2 Archive files that are generated for the Java RSSE sample applications 
RSSE application
Archive file
LDAP authentication
rsseAuthenticate.jar
LDAP external registration
rsseLdap.jar
Page Security
rsseAcl.jar
To build a sample application using the Ant tool, navigate to the application directory. At the command line, type:
ant