The Servertec iServer is a small, fast, scalable and easy to administer platform independent Web/Application Server written entirely in Java. The following outlines the steps taken to configure iServer to run iASP.
NOTE: we assume that you have installed iServer under c:\iws and Instant ASP under c:\iasp. If you have installed either in different directories, please be sure to make appropriate changes when you follow the steps below.
- Set your path and classpath to point to iServer and iASP using product installation instructions and reboot, for example:
CLASSPATH=c:\iasp\lib;c:\iasp\lib\classes;c:\iasp\lib\iasplib.jar;c:\iasp\lib\activation.jar; c:\iasp\lib\buttons.jar;c:\iasp\lib\jsdk.jar;c:\iasp\lib\rjax.jar;c:\iasp\lib\ejbcorba.jar; c:\iasp\lib\iasp_image.jar;c:\iasp\lib\iasp_sock.jar;c:\iasp\lib\iasp_mail.jar; c:\iasp\lib\iasp_chart.jar;c:\iasp\lib\iasp_pop3.jar;\iasp\lib\iasp_exec.jar; c:\iws\classes\iws.jar;c:\iws\classes\jsdk.jar;c:\iws\servlets;c:\iws\samples\servlets- Define an Alias for iASP using iServer Administrator as the following figure,
or by directly editing c:\iws\config\aliases.ini, for example:
/iasp = c:\\iasp- Define the servlet using iServer Administrator - Servlets as the following figure,
or by directly editing c:\iws\config\servlets.ini, for example:
/DispatcherServlet = Dispatcher.DispatcherServlet- Finally, define a filter for .asp file extension using iServer Administrator as the following figure,
or by directly editing c:\iws\config\filters.ini, for example:
.asp = Dispatcher.DispatcherServlet
Once iServer has been configured, simply run iASP and restart iServer. Then open a web browser using the following URL: http://localhost:8080/iasp/docs
This will bring up iASP online documentation. Then you can select and run any iASP General samples. Additional iASP components must be individually configured.
If you encounter any problems or errors, please contact support@halcyonsoft.com.
Copyright © 1998-2000, Halcyon Software Inc. All rights reserved.