Configuring iASP on WebSphere Application Server 2.0 for Windows NT 4.0

Before continuing, please make sure you have the following installed on your NT 4.0 operating system:

  • JDK 1.1.8 (Click here to get it.)
  • Apache 1.3.2 (Click here to get it.)
  • WebSphere 2.0 (Click here to get it.)

Modifying Apache Files

  1. In the 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

  2. In the Apache srm.conf file (under <apache home directory>\conf\), add a virtual path, for example:

    Alias /iasp "d:/iasp/samples/"

Adding iASP to your WebSphere Servlet Configuration

  1. Start Apache web server.

  2. Select Administration from the IBM WebSphere program group in the Start Menu or open it from your web browser by pointing to http://<hostname>:9527/.

  3. Login with your Admin username and password.

  4. In the left navigation panel, expand the Setup folder and select Java Engine.



    The Java Engine panel diplays.

  5. In the Reloadable Servlet Classpath field, enter the following iASP 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"

  6. Click the Save button.
  7. In left navigation panel, expand the Servlets folder and select Configuration.



    The Servlet Configuration panel diplays.

  8. Click the Add button to display the Add a New Servlet dialog box.

  9. In the Servlet Name field, type iaspservlet.
  10. In the Servlet Class field, type Dispatcher.DispatcherServlet.
  11. Make sure that the No button is selected for Bean Servlet.
  12. Click the Add button to add the new servlet.
    The iaspservlet now appears in the Servlet Names.
  13. Select iaspservlet and click the Load button.
  14. Make sure the Servlet Load Options match those indicated in the following figure.

  15. Click the Unload button.

  16. In left navigation panel, select the Aliases option under the Servlets folder.



    The Aliases panel diplays.

  17. Click the Add button.

  18. In the new row, for Alias, type *.asp and for Servlet Invoked, type iaspservlet.

  19. Click the Save button.

  20. Completely shutdown ALL instances of your WebSphere application server and your Apache web server and restart.

  21. Verify that iASP is runnning correctly.

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


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