Before continuing, please make sure you have JDK 1.1.8 (If unavailable, you can get it from here.), Apache 1.3.2 (If unavailable, you can get it from here.) and WebSphere 2.0 (If unavailable, you can get it from here.) installed on your NT 4.0 operating system.
First you should install iASP on NT 4.0 operating system.
Open your apache
httpd.conf file under <apache home directory>\conf\, replace
ServerName and Port with your own preferred server name and port number,
for example:
ServerName localhost
Port 8098
And then open srm.conf file under <apache home directory>\conf\,
add a virtual path, for example:
Alias /iasp "d:/iasp/samples/"
iASP to your WebSphere servlet configuration.
- Start Apache web server
- Select the Administration from the IBM WebSphere program group in the Start Menu to start the WebSphere Administration or typically open it from web browser for http://<hostname>:9527/, and login with your Admin username and password;
- In the left navigation panel, stretch the Setup folder and select Java Engine option as the following instance:
In the Java Engine panel, enter the classpath of iASP listed below into the Reloadable Servlet Classpath as following instance:
Reloadable Servlet Classpath = d:\iasp\lib\activation.jar;d:\iasp\lib\jndi.jar;
d:\iasp\lib\jsdk.jar;d:\iasp\lib\mail.jar;d:\iasp\lib\pop3.jar;d:\iasp\lib\rjax.jar;
d:\iasp\lib\samples.jar;d:\iasp\lib\iasplib.jar"
- In left navigation panel, strech the Servlets folder and click on the Configuration item as the following instance:
Press Add button and add iASP servlet as the following instance:
Step#1
Step#2
Step#3
- Alias
If you encounter any problems or errors, please contact support@halcyonsoft.com
Copyright © 1998-2000, Halcyon Software Inc. All rights reserved.