Servertec Java Gateway
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
How To
Change Log
Future Plans
Knowledge Base
Documentation
Examples
Legal
Contact Us

 

Select the platform to install the Java Gateway under:
Windows 9x/Me/NT/2000/2003/XP
Linux/Solaris/Unix


Use the instructions below to configure other Application/Web Servers running on Windows 9x/Me/NT/2000/2003/XP supporting Common Gateway Interface (CGI) to use Servertec Internet Server as their Servlet Engine.
  1. Install and configure Servertec Internet Server.

  2. Install and configure the Application/Web Server that supports CGI enabling CGI executables.

  3. Define variables used by the Java Gateway.

    For Windows 9x/Me add the following environment variables to the autoexec.bat file.

    set ISERVER_HOSTNAME = host_name
    set ISERVER_PORT = port
    set IGATEWAY_DEBUG = debug
    set CLASSPATH = class_path;%CLASSPATH%
    set JAVA_EXE = java_path\bin\java.exe

    debug whether to make a dump of the request/response to \temp\javaGateway.log [ true | false ], normally false.
    class_path the path to the Java Gateway, normally c:\iws.net\classes\isg.jar.
    host_name the name of the host computer running Servertec Internet Server. localhost can be used if both servers are running on the same computer.
    java_path the base directory where Java was installed.
    port is the port number Servertec Internet Server is listening on, normally port 8080.

    For Windows NT using the Control Panel double-click on System then click on Environment tab and add the following System Variables.

    Variable Value
    CLASSPATH the path to the Java Gateway, normally c:\iws.net\classes\isg.jar;
    %CLASSPATH%
    .
    IGATEWAY_DEBUG whether to make a dump of the request/response to \temp\javaGateway.log [ true | false ], normally false.
    ISERVER_HOSTNAME the name of the host computer running Servertec Internet Server. localhost can be used if both servers are running on the same computer.
    ISERVER_PORT is the port number Servertec Internet Server is listening on, normally port 8080.
    JAVA_EXE the base directory where Java was installed.

  4. Add the following Virtual Directory.

    Alias the URI used to access the Java Gateway, normally /servlet.
    Directory the path the Java Gateway executable, normally c:\iws.net\bin\win32\javaGateway.exe.
    Access/Permissions the privileges, normally Execute.

  5. Restart the computer.
top of page


Use the instructions below to configure other Application/Web Servers running on Linux/Solaris/Unix supporting Common Gateway Interface (CGI) to use Servertec Internet Server as their Servlet Engine.
  1. Install and configure Servertec Internet Server.

  2. Install and configure the Application/Web Server that supports CGI enabling CGI executables.

  3. Define the following environment variables in the server's login script.

    export ISERVER_HOSTNAME = host_name
    export ISERVER_PORT = port
    export IGATEWAY_DEBUG = debug
    export CLASSPATH = " class_path:${CLASSPATH}"
    export JAVA_EXE = "java_path/bin/java"

    debug whether to make a dump of the request/response to /tmp/javaGateway.log [ true | false ], normally false.
    class_path the path to the Java Gateway, normally /iws.net/classes/isg.jar.
    host_name the name of the host computer running Servertec Internet Server. localhost can be used if both servers are running on the same computer.
    java_path the base directory where Java was installed.
    port is the port number Servertec Internet Server is listening on, normally port 8080.

  4. Add the following Virtual Directory to the server's configuration file.

    Alias the URI used to access the Java Gateway, normally /servlet.
    Directory the path the Java Gateway, normally /iws.net/bin/platform/javaGateway.
    platform the platform, linux, solaris/x86 or solaris/sparc.
    Access/Permissions the privileges, normally Execute.

  5. Logout and log back in.

  6. Restart the computer.
 top of page
Copyright © 1998-2005 Servertec. All rights reserved.
Privacy Statement.
Last Modified: Sun Sep 04 14:57:18 EDT 2005