Servertec Installation
M E N U

Content
Introduction
Release Notes
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Referance Manual
Legal
Feedback

 


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

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

  1. Install Java JDK 1.x
    Follow JavaSoft's instructions for installing Java JDK 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. Define JAVA_HOME
      set JAVA_HOME=path
      Normally path is c:\java

    2. Modify JAVA_EXE, as needed
      set JAVA_EXE=%JAVA_HOME%\bin\java.exe

    3. Define CLASSPATH
      set CLASSPATH=path;%CLASSPATH%
      Normally path is
      c:\ipp\classes\ipp.zip

    4. Define PATH
      set PATH=path;%PATH%
      Normally path is c:\ipp\bin
top of page

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

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

  2. login as root.

  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. Define environmental variables in /etc/profile.d/pp.sh script.
    Using /ipp/install/linux/etc/profile.d/pp.sh as a template:

    1. Define JAVA_EXE, as needed
      set JAVA_EXE=$JAVA_HOME/bin/java

    2. Define CLASSPATH
      export CLASSPATH="./:path:${CLASSPATH}"
      Normally path is
      /ipp/classes/ipp.zip

    3. Update PATH
      export PATH="./:path:${PATH}"
      Normally path is /ipp/bin

    4. copy /ipp/install/linux/etc/profile.d/pp.sh
      to /etc/profile.d/pp.sh
      cp /ipp/install/linux/etc/profile.d/pp.sh /etc/profile.d/pp.sh

  7. Define environmental variables in /etc/profile.d/pp.csh script.
    Using /ipp/install/linux/etc/profile.d/pp.csh as a template:

    1. Define JAVA_EXE, as needed
      setenv JAVA_EXE $JAVA_HOME/bin/java

    2. Define CLASSPATH
      setenv CLASSPATH "./:path:${CLASSPATH}"
      Normally path is
      /ipp/classes/ipp.zip

    3. Update PATH
      setenv PATH "./:path:${PATH}"
      Normally path is /ipp/bin

    4. copy /ipp/install/linux/etc/profile.d/pp.csh
      to /etc/profile.d/pp.csh
      cp /ipp/install/linux/etc/profile.d/pp.csh /etc/profile.d/pp.csh

  8. Update /ipp/bin/pp.exe, as needed

    1. Update JAVA_HOME, as needed
      set JAVA_HOME=path
      Normally path is /java

    2. Update JAVA_EXE, as needed
      export JAVA_EXE=$JAVA_HOME/bin/java

  9. Make executables, as needed
    cd /ipp/bin
    makepp
top of page
Built with iScript Copyright © 1997-1998 Servertec. All rights reserved.
Last Modified: Tue Jun 30 00:17:45 PDT 1998