Servertec iPP Version 1.4.4 09/04/2005

-----------------------------------------------------------------------------
CONTENT

    Introduction

    Release Notes
    Requirements
    Installation

    Contact Us

-----------------------------------------------------------------------------
INTRODUCTION

iPP is a platform independent preprocessor written entirely in Java.

Using iPP developers can easily generate Web pages and source files from
templates.

iPP can be used on any platform that supports the Java Runtime Environment
(JRE) version 1.1.x or later.

-----------------------------------------------------------------------------
RELEASE NOTES

Servertec is happy to announce the open source release of Servertec iPP 
Version 1.4.4 09/04/2005.

You can help shape the development of Servertec iPP, send your comments, 
suggestions and problems tosupport@servertec.com.

-----------------------------------------------------------------------------
REQUIREMENTS

Storage 
    100 KB for classes and executables 
    2 MB for classes, executables, examples and documentation

Java
    Java version 1.1.x or later

    Download Java from JavaSoft at:
    http://java.sun.com

-----------------------------------------------------------------------------
INSTALLATION

Use the following instructions to install iPP on 
Windows 9x/Me/NT/2000/2003/XP. 

    1. Install Java version 1.1.x or later.

    2. Extract setup_ipp.jar file.

       c:
       cd \
       jar -xvf <path>\setup_ipp.jar

       <path> the directory containing setup_ipp.jar.

    3. Define environment variables in c:\autoexec.bat file. 
       Using c:\ipp\install\win32\vars.bat as a template: 

         I. Modify JAVA_EXE, as needed

            set JAVA_EXE=path\bin\java.exe

            Normally path is the base directory where Java was installed.

        II. Define CLASSPATH

            set CLASSPATH=c:\ipp\classes;%CLASSPATH% 

       III. Define PATH

            set PATH=c:\ipp\bin\win32;%PATH% 

    4. Restart the computer. 

Use the following instructions to install iPP on
Linux/Solaris/AIX/HP-UX/Unix.

    1. Install Java version 1.1.x or later.

    2. Login on account where iPP will be installed.

    3. Extract setup_ipp.jar file.

       cd /
       jar -xvf <path>/setup_ipp.jar

       <path> the directory containing setup_ipp.jar.

    4. If not in root directory, move ipp to root directory. 

       mv ipp /

    5. Make executables, as needed

       cd /ipp/bin/linux
       chmod u+x,g+x makepp
       ./makepp

    6. Define environment variables in user's login script.
       Using /ipp/install/linux/pp.sh as a template: 

         I. Define JAVA_EXE, as needed

            export JAVA_EXE="path/bin/java"

            Normally path is the base directory where Java was installed.
    
        II. Define CLASSPATH

            export CLASSPATH="/ipp/classes:${CLASSPATH}"
    
       III. Update PATH

            export PATH="/ipp/bin/linux:${PATH}" 

    7. Logout in log back in.

-----------------------------------------------------------------------------
CONTACT US

At Servertec, we value what you have to say. We are committed to defining
our products based on your needs. Please send us your questions, comments,
suggestions and problems.

General Information     info@servertec.com

Licensing Information   legal@servertec.com

Technical Support       support@servertec.com

Web Site                webmaster@servertec.com

Address                 Servertec
                        18 Oakwood Avenue
                        Kearny, NJ 07032

-----------------------------------------------------------------------------
Copyright (C) 1998-2005 Servertec. All rights reserved.
