Select the platform to install under:
Windows 9x
Windows NT
Linux/Unix
Use the following instructions to install iScript on Windows 9x.
- Install Java JDK 1.1.x
Follow JavaSoft's instructions for installing Java JDK 1.1.x.
- Unzip downloaded file(s)
Follow 3rd Party instructions for extracting files from a zip file using folder names.
Normally extract to c:\
- Define environmental variables in c:\autoexec.bat file.
Using c:\ss\install\win32\vars.bat as a template:
- Modify JAVA_EXE, as needed
set JAVA_EXE=path\bin\java.exe
Normally path is the base directory where Java was installed.
- Define CLASSPATH
set CLASSPATH=c:\ss\classes\iscript.jar;%CLASSPATH%
- Define PATH
set PATH=c:\ss\bin;%PATH%
- Setup Web Server to use iScript ctf files.
Servertec iServer
Javasoft JavaServer
Microsoft Personal Web Server
Servertec iServer
Follow the instructions below to install iScript Servlet with Servertec's
iServer (IWS).
- From the iServer Administrator - Control Panel click on the
Manage button.
- Then click on Aliases and then click on the ADD
button. Enter /ss for Alias and c:\ss for
Directory. Finally click on the OK button.
- Now click on Filters and then click on the ADD
button. Enter .ctf for Extension,
stec.ss.iScriptServlet for Class File and
basedir=path for Parameters. Normally
path is c:. Finally click on the OK button, then
click on the SAVE button and then on the RESTART
button.
JavaSoft JavaServer
Follow the instructions below to install iScript Servlet with JavaSoft's
JavaServer.
- From the JavaServer administration tool and under Services
select Web Service and then click on the Manage button.
- Under Setup click on File Aliases and then click
on the Add button. Afterwards enter /ss for
Alias Pathname and enter c:\ss for Full Pathname.
- Under Setup click on Servlet Aliases and then click
on the Add button. Afterwards enter *.ctf for
Aliases and enter iScriptServlet for
Servlet Invoked. Then click on the Save button.
- Once an alias for iScript has been entered and saved click on the
Servlets toolbar button. Then under Servlets click on
Add, enter iScriptServlet for Servlet Name and
enter stec.ss.iScriptServlet for Servlet Class.
Afterwards under the Configuration tab enter
iScript Servlet for Description. Afterwards click on
the Properties tab and then click on the Add button.
Under Property enter basedir and enter path for
Value. Normally path is c:. Then click
Save button, close the Web Service window and click on the
Log Out toolbar button.
- Finally copy the iscript.jar archive from under
path/servlets. Where path is the base path where
Java Web Server was installed.
Microsoft Personal Web Server
Follow the instructions below to install iScript Servlet with Microsoft's
Personal Web Server (PWS).
- Change Web Server Properties
- append index.ctf to Default Document(s).
Normally under Advanced Options
- add virtual directory
/ss as c:\ss
with Read access
Normally under Advanced Options, Virtual Directories
- Update Registry
- Modify c:\ss\install\win32\ss.reg as needed.
".ctf"="\"c:\\ss\\bin\\ss.exe\" \"%s\" \"%s\""
Note: Each \\ represents a single \
- Register iScript.
regedit c:\ss\install\win32\ss.reg
- Restart the computer.
top of page
Use the following instructions to install iScript on Windows NT.
- Install Java JDK 1.1.x
Follow JavaSoft's instructions for installing Java JDK 1.1.x.
- Unzip downloaded file(s)
Follow 3rd Party instructions for extracting files from a zip file using folder names.
Normally extract to c:\
- Define environmental variables in c:\autoexec.bat file.
Using c:\ipp\install\win32\vars.bat as a template:
- Modify JAVA_EXE, as needed
set JAVA_EXE=path\bin\java.exe
Normally path is the base directory where Java was installed.
- Define CLASSPATH
set CLASSPATH=c:\ss\classes\iscript.jar;%CLASSPATH%
- Define PATH
set PATH=c:\ss\bin;%PATH%
- Setup Web Server to use iScript ctf files.
Servertec iServer
JavaSoft JavaServer
Microsoft Internet Information Server
Servertec iServer
Follow the instructions below to install iScript Servlet with Servertec's
iServer (IWS).
- From the iServer Administrator - Control Panel click on the
Manage button.
- Then click on Aliases and then click on the ADD
button. Enter /ss for Alias and c:\ss for
Directory. Finally click on the OK button.
- Now click on Filters and then click on the ADD
button. Enter .ctf for Extension,
stec.ss.iScriptServlet for Class File and
basedir=path for Parameters. Normally
path is c:. Finally click on the OK button, then
click on the SAVE button and then on the RESTART
button.
JavaSoft JavaServer
Follow the instructions below to install iScript Servlet with JavaSoft's
JavaServer.
- From the JavaServer administration tool and under Services
select Web Service and then click on the Manage button.
- Under Setup click on File Aliases and then click
on the Add button. Afterwards enter /ss for
Alias Pathname and enter c:\ss for Full Pathname.
- Under Setup click on Servlet Aliases and then click
on the Add button. Afterwards enter *.ctf for
Aliases and enter iScriptServlet for
Servlet Invoked. Then click on the Save button.
- Once an alias for iScript has been entered and saved click on the
Servlets toolbar button. Then under Servlets click on
Add, enter iScriptServlet for Servlet Name and
enter stec.ss.iScriptServlet for Servlet Class.
Afterwards under the Configuration tab enter
iScript Servlet for Description. Afterwards click on
the Properties tab and then click on the Add button.
Under Property enter basedir and enter path for
Value. Normally path is c:. Then click
Save button, close the Web Service window and click on the
Log Out toolbar button.
- Finally copy the iscript.jar archive from under
path/servlets. Where path is the base path where
Java Web Server was installed.
Microsoft Internet Information Server
Follow the instructions below to install iScript Servlet with Microsoft's
Internet Information Server (IIS).
- Change Web Server Properties
- append index.ctf to Default Document(s).
Normally under Advanced Options
- add virtual directory
/ss as c:\ss
with Read access
Normally under Advanced Options, Virtual Directories
- Update Registry
- Modify c:\ss\install\win32\ss.reg as needed.
".ctf"="\"c:\\ss\\bin\\ss.exe\" \"%s\" \"%s\""
Note: Each \\ represents a single \
- Register iScript.
regedit c:\ss\install\win32\ss.reg
- Define environmental variables in System Control Panel.
Using c:\ipp\install\win32\vars.bat as a template:
- Define JAVA_EXE as path\bin\java.exe
Normally path is the base directory where Java was installed.
- Append/Define c:\ss\classes\iscript.jar to CLASSPATH
- Append c:\ss\bin to PATH
- Restart the computer.
top of page
Use the following instructions to install iScript on Linux/UNIX.
- Install Java JDK 1.1.x
Follow JavaSoft's instructions for installing Java JDK 1.1.x.
- Login on account where iScript will be installed.
- Unzip downloaded file(s).
gzip -d filename
- Untar resultant file(s).
tar -xvpf filename
- If not in root directory, move ss to root directory.
mv ss /
- Make executables, as needed
cd /ss/bin
makess
- Define environmental variables in user's login script.
Using /ss/install/linux/home/vars.sh as a template:
- Define JAVA_EXE, as needed
set JAVA_EXE=path/bin/java
Normally path is the base directory where Java was installed.
- Define CLASSPATH
export CLASSPATH="/ss/classes/iscript.jar:${CLASSPATH}"
- Update PATH
export PATH="/ss/bin:${PATH}"
- Update /ss/bin/ss.exe,
/ss/bin/sp.exe and
/ss/bin/se.exe, as needed
- Define JAVA_EXE, as needed
export JAVA_EXE="/java/bin/java"
- Define CLASSPATH
export CLASSPATH="/ss/classes/iscript.jar:/java/lib/classes.zip:${CLASSPATH}"
- Update PATH
export PATH="/ss/bin:${PATH}"
- Setup Web Server to use iScript ctf files.
Servertec iServer
JavaSoft JavaServer
Apache Web Server
Servertec iServer
Follow the instructions below to install iScript Servlet with Servertec's
iServer (IWS).
- From the iServer Administrator - Control Panel click on the
Manage button.
- Then click on Aliases and then click on the ADD
button. Enter /ss for Alias and /ss for
Directory. Finally click on the OK button.
- Now click on Filters and then click on the ADD
button. Enter .ctf for Extension,
stec.ss.iScriptServlet for Class File and
basedir=path for Parameters. Normally
path is /. Finally click on the OK button, then
click on the SAVE button and then on the RESTART
button.
JavaSoft JavaServer
Follow the instructions below to install iScript Servlet with JavaSoft's
JavaServer.
- From the JavaServer administration tool and under Services
select Web Service and then click on the Manage button.
- Under Setup click on File Aliases and then click
on the Add button. Afterwards enter /ss for
Alias Pathname and enter /ss for Full Pathname.
- Under Setup click on Servlet Aliases and then click
on the Add button. Afterwards enter *.ctf for
Aliases and enter iScriptServlet for
Servlet Invoked. Then click on the Save button.
- Once an alias for iScript has been entered and saved click on the
Servlets toolbar button. Then under Servlets click on
Add, enter iScriptServlet for Servlet Name and
enter stec.ss.iScriptServlet for Servlet Class.
Afterwards under the Configuration tab enter
iScript Servlet for Description. Afterwards click on
the Properties tab and then click on the Add button.
Under Property enter basedir and enter path for
Value. Normally path is /. Then click
Save button, close the Web Service window and click on the
Log Out toolbar button.
- Finally copy the iscript.jar archive from under
path/servlets. Where path is the base path where
Java Web Server was installed.
Apache Web Server
Follow the instructions below to install iScript Servlet with Apache's
Web Server.
- Modify srm.conf
Using /ss/install/linux/httpd/conf/srm.conf as a template:
- append index.ctf to DirectoryIndex
- add Alias /ss/ /ss/
- add ScriptAlias /ss/templates/ /ss/templates/
- add ScriptAlias /ss/samples/templates/ /ss/samples/templates/
- Modify access.conf
Using /ss/install/linux/httpd/conf/access.conf as a template:
- add Directory entry for /ss
<Directory /ss>
Options Indexes FollowSymLinks
allow from all
order allow,deny
AllowOverride None
</Directory>
- add Directory entry for /ss/templates
<Directory /ss/templates>
Options ExecCGI
AllowOverride None
</Directory>
- add Directory entry for /ss/samples/templates
<Directory /ss/samples/templates>
Options ExecCGI
AllowOverride None
</Directory>
- Logout and log back in.
|