Servertec   Installation
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Reference Manual
Sales
Legal
Feedback

 

Select the platform to install under:
Windows 9x/NT
Linux/Unix

Use the following instructions to install iPP on Windows 9x/NT.

  1. Install Java JDK 1.1.x
    Follow JavaSoft's instructions for installing Java JDK 1.1.x.

  2. Unzip downloaded file(s)
    Follow 3rd Party instructions for extracting files from a zip file using folder names.
    Normally extract to c:\

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

    1. Modify JAVA_EXE, as needed
      set JAVA_EXE=path\bin\java.exe
      Normally path is the base directory where Java was installed.

    2. Define CLASSPATH
      set CLASSPATH=c:\ipp\classes;%CLASSPATH%

    3. Define PATH
      set PATH=c:\ipp\bin\win32;%PATH%

  4. Restart the computer.
top of page

Use the following instructions to install iPP on Linux/Unix.

  1. Install Java JDK 1.1.x
    Follow JavaSoft's instructions for installing Java JDK 1.1.x.

  2. Login on account where iPP will be installed.

  3. Unzip downloaded file(s).
    gzip -d filename

  4. Untar resultant file(s).
    tar -xvpf filename

  5. If not in root directory, move ipp to root directory.
    mv ipp /

  6. Make executables, as needed
    cd /ipp/bin/linux
    makepp

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

    1. Define JAVA_EXE, as needed
      set JAVA_EXE=path/bin/java
      Normally path is the base directory where Java was installed.

    2. Define CLASSPATH
      export CLASSPATH="/ipp/classes:${CLASSPATH}"

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

  8. Logout and log back in.
 top of page
 Built with iScript Copyright © 1997-1999 Servertec. All rights reserved.
Last Modified: Tue Jan 26 22:17:52 EST 1999