Instant ASP Logo


Configuring iASP on IBM WebSphere Application Server for S/390

Before continuing, please make sure you have JDK 1.1.6 or newer (If you don't have it, you can click here to get it.), web server (Lotus Domino Go - If you don't have it, you can click here to get it), and WebSphere 1.1 or newer installed on your S/390 system.

Install Instant ASP from the tar.gz file as the following instructions:    

Run the install script install.sh then follow its instructions.
(Note:
In the following contents, we assume that iASP has been installed under /usr/iasp.)

  1. Add the following lines to httpd.conf file of the web server (usually located under /etc)

# Route ASP request to WebSphere 
Service /*.asp
/path/to/WebSphere/AppServer/lib/libadpter.so:AdapterService
# Make iASP samples accessible via virtual directory /iasp/
Pass /iasp/* /usr/iasp/*

  1. In the jvm.properties file of WebSphere add the appropriate ClassPath for iASP to ncf.jvm.classpath key. This should include all the files and directories you have under the /usr/iasp/lib folder:
/usr/iasp/lib/iasplib.jar:/usr/iasp/lib/classes:/usr/iasp/lib/rjax.jar:/usr/iasp/lib/activation.jar:
/usr/iasp/lib/mail.jar:/usr/iasp/lib/iasp_chart.jar:/usr/iasp/lib/iasp_image.jar:
/usr/iasp/lib/iasp_exec.jar:/usr/iasp/lib/iasp_sock.jar:/usr/iasp/lib/iasp_mail.jar:
/usr/iasp/lib/iasp_pop3.jar:/usr/iasp/lib/buttons.jar
  1. In the servlets.properties file of WebSphere, add the following line:

# ASP support
servlet.iasp.code=Dispatcher.
DispatcherServlet

  1. In the rules.properties file of WebSphere add the following line:

# Map *.asp to iasp servlet
*.asp=iasp

  1. After restarting the web server and WebSphere, you can access iASP documentation and samples under http://yourhost:port/iasp/.

 

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


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