iasp-logo.gif (5125 bytes)


Configuring iASP on Lotus Domino Server R5

We assume that you have installed Instant ASP under c:\iasp. If you have installed either in different directory, please be sure to make appropriate changes when you follow the steps below.

  1. Add the following line in the NOTES.INI of Domino that is located in the Domino installation directory:

JavaUserClasses=c:\iasp\lib\iasplib.jar;c:\iasp\lib\activation.jar;c:\iasp\lib\mail.jar;c:\iasp\lib\pop3.jar;c:\iasp\lib\rjax.jar;c:\iasp\lib\iasp_image.jar;c:\iasp\lib\iasp_chart.jar;c:\iasp\lib\iasp_mail.jar;c:\iasp\lib\iasp_pop3.jar;c:\iasp\lib\iasp_exec.jar;c:\iasp\lib\iasp_sock.jar;c:\iasp\lib\ejbcorba.jar;c:\iasp\lib\classes;c:\iasp\lib\buttons.jar;c:\iasp\servlets

You can append any other full paths of directory or .jar/.zip files that contain your Java classes to be used in iASP (like JDBC driver) to variable JavaUserClasses

  1. Enable servlet support in your Domino server, please refer to Domino Administration Help and search for topic "Managing Java servlets on a Web server"
  1. Add the following lines to servlets.properties located in the DATA directory of your Domino server:

servlet.iasp.code=Dispatcher.DispatcherServlet
servlet.iasp.extension=asp
servlets.startup=iasp

  1. Create a URL mapping to iASP installation directory (c:\iasp) for your web server: /iasp --> c:\iasp

  2. Restart your Domino server. (NOTE: only restarting HTTP Web Server is not enough for the changes to take effect) And then you can access iASP doc and run iASP sample from virtual directory /iasp/ of your web server

IMPORTANT NOTES:

 

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


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