Instant ASP Logo


Configuring iASP on IBM WebSphere Application Server 2.0 for Windows NT 4.0

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.

  1. First you should install iASP on NT 4.0 operating system.

  2. 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/"

  3. iASP to your WebSphere servlet configuration.

  1. Start Apache web server

  2. 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;

  3. 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"


  4. 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





  5. Alias







  1. Completely shutdown ALL instances of your WebSphere and Apache web server and restart.
  1. Go to http://<yourhost>/iasp URL. Select samples, go to general and run the HelloWorld sample. The first execution will be slow - after that the execution will be faster. Same is as well for the JScript version of the samples.

 

If you encounter any problems or errors, please contact support@halcyonsoft.com


Copyright © 1998-2000, Halcyon Software Inc. All rights reserved.