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:
- Extract the tar ball:
tar xvf iasp_xxx_s390.tar- Extract the tar/gzip ball:
gzip -dc iasp_xxx_s390.tar.gz | tar xvf -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.)
# 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/*
/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
# ASP support
servlet.iasp.code=Dispatcher.DispatcherServlet
# Map *.asp to iasp servlet
*.asp=iasp
If you encounter any problems or errors, please contact support@halcyonsoft.com
Copyright © 1998-2000, Halcyon Software Inc. All rights reserved.