Select the platform to install under:
Windows 9x/Me
Windows NT/2000/2003/XP
Linux/Solaris/AIX/HP-UX/Unix
Use the following instructions to install iScript on Windows 9x/Me.
- Install Java version 1.1.x or later.
- Extract setup_iscript.jar file.
c:
cd \
jar -xvf path\setup_iscript.jar
path
|
the directory containing setup_iscript.jar.
|
- Define environment variables in c:\autoexec.bat file.
Using c:\iscript\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:\iscript\classes\iscript.jar;%CLASSPATH%
- Define PATH
set PATH=c:\iscript\bin\win32;%PATH%
- Setup Web Server to use iScript ctf files.
Servertec Internet Server
JavaSoft JavaServer
Microsoft Personal Web Server
Servertec Internet Server
Follow the instructions below to install the iScript Servlet for use with
Servertec Internet Server (IWS).
- From the Servertec Internet Server Administrator - Control Panel
click on the Manage button.
- Then click on Aliases and then click on the ADD
button. Enter /iscript for Alias, select File for
Type and c:\iscript for Resource.
Finally click on the OK button.
- Then click on the ADD button and enter .ctf for
Alias, select Filter for Type and
iScriptServlet for Resource. Finally click on the
OK button.
- Now click on Filters and then click on the ADD
button. Enter iScriptServlet for Alias,
stec.ss.iScriptiServerServlet 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 the iScript Servlet for use 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 /iscript for
Alias Pathname and enter c:\iscript 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 the iScript Servlet for use 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
/iscript as c:\iscript
with Read access
Normally under Advanced Options, Virtual Directories
- Update Registry
- Modify c:\iscript\install\win32\ss.reg as needed.
".ctf"="\"c:\\iscript\\bin\\ss.exe\" \"%s\" \"%s\""
Note: Each \\ represents a single \
- Register iScript.
regedit c:\iscript\install\win32\ss.reg
- Restart the computer.
top of page
Use the following instructions to install iScript on Windows NT/2000/2003/XP.
- Install Java version 1.1.x or later.
- Extract setup_iscript.jar file.
c:
cd \
jar -xvf path\setup_iscript.jar
path
|
the directory containing setup_iscript.jar.
|
- Define environment variables in c:\autoexec.bat file.
Using c:\iscript\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:\iscript\classes\iscript.jar;%CLASSPATH%
- Define PATH
set PATH=c:\iscript\bin\win32;%PATH%
- Setup Web Server to use iScript ctf files.
Servertec Internet Server
JavaSoft JavaServer
Microsoft Internet Information Server
Servertec Internet Server
Follow the instructions below to install the iScript Servlet for use with
Servertec Internet Server (IWS).
- From the Servertec Internet Server Administrator - Control Panel
click on the Manage button.
- Then click on Aliases and then click on the ADD
button. Enter /iscript for Alias, select File for
Type and c:\iscript for Resource.
Finally click on the OK button.
- Then click on the ADD button and enter .ctf for
Alias, select Filter for Type and
iScriptServlet for Resource. Finally click on the
OK button.
- Now click on Filters and then click on the ADD
button. Enter iScriptServlet for Alias,
stec.ss.iScriptiServerServlet 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 the iScript Servlet for use 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 /iscript for
Alias Pathname and enter c:\iscript 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 the iScript Servlet for use 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
/iscript as c:\iscript
with Read access
Normally under Advanced Options, Virtual Directories
- Update Registry
- Modify c:\iscript\install\win32\ss.reg as needed.
".ctf"="\"c:\\iscript\\bin\\ss.exe\" \"%s\" \"%s\""
Note: Each \\ represents a single \
- Register iScript.
regedit c:\iscript\install\win32\ss.reg
- Define environment variables in System Control Panel.
Using c:\iscript\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:\iscript\classes\iscript.jar to CLASSPATH
- Append c:\iscript\bin\win32 to PATH
- Restart the computer.
top of page
Use the following instructions to install iScript on
Linux/Solaris/AIX/HP-UX/Unix.
- Install Java version 1.1.x or later.
- Login on account where iScript will be installed.
- Extract setup_iscript.jar file.
cd /
jar -xvf path/setup_iscript.jar
path
|
the directory containing setup_iscript.jar.
|
- If not in root directory, move iscript to root directory.
mv iscript /
- Make executables, as needed
cd /iscript/bin/linux
chmod u+x,g+x makess
./makess
- Define environment variables in user's login script.
Using /iscript/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="/iscript/classes/iscript.jar :${CLASSPATH}"
- Update PATH
export PATH="/iscript/bin/linux:${PATH}"
- Update /iscript/bin/linux/ss.exe,
/iscript/bin/linux/sp.exe and
/iscript/bin/linux/se.exe, as needed
- Define JAVA_EXE, as needed
export JAVA_EXE="/java/bin/java"
- Define CLASSPATH
export CLASSPATH="/iscript/classes/iscript.jar :/java/lib/classes.zip :${CLASSPATH}"
- Update PATH
export PATH="/iscript/bin/linux:${PATH}"
- Setup Web Server to use iScript ctf files.
Servertec Internet Server
JavaSoft JavaServer
Apache Web Server
Servertec Internet Server
Follow the instructions below to install the iScript Servlet for use with
Servertec Internet Server (IWS).
- From the Servertec Internet Server Administrator - Control Panel
click on the Manage button.
- Then click on Aliases and then click on the ADD
button. Enter /iscript for Alias, select File for
Type and /iscript for Resource.
Finally click on the OK button.
- Then click on the ADD button and enter .ctf for
Alias, select Filter for Type and
iScriptServlet for Resource. Finally click on the
OK button.
- Now click on Filters and then click on the ADD
button. Enter iScriptServlet for Alias,
stec.ss.iScriptiServerServlet 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 the iScript Servlet for use 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 /iscript for
Alias Pathname and enter /iscript 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 the iScript Servlet for use with
Apache's Web Server.
- Modify srm.conf
Using /iscript/install/linux/httpd/conf/srm.conf as a template:
- append index.ctf to DirectoryIndex
- add Alias /iscript /iscript
- add ScriptAlias /iscript/templates /iscript/templates
- add ScriptAlias /iscript/samples/templates /iscript/samples/templates
- Modify access.conf
Using /iscript/install/linux/httpd/conf/access.conf as a template:
- add Directory entry for /iscript/samples/templates
<Directory /iscript/samples/templates>
Options ExecCGI
AllowOverride None
</Directory>
- add Directory entry for /iscript/templates
<Directory /iscript/templates>
Options ExecCGI
AllowOverride None
</Directory>
- add Directory entry for /iscript
<Directory /iscript>
Options None
AllowOverride None
</Directory>
- Logout and log back in.
|