Here we assume that you have installed and configured your Apache Web Server with JServ. The following instructions will show you how to rightly configure the Apache JServ in order to run Instant ASP on Apache Web Server:
- Add iasp classes to classpath in conf/jserv.properties file. For example:
wrapper.classpath=<iASP installed path>\lib\iasplib.jar- Open the conf/zone.properties file and add the following line:
servlet.iasp.code=Dispatcher.DispatcherServlet
Open the jserv.properties file and modify it as the following:
Note: The red colored portions are the required input command lines. # List of servlet zones Apache JServ manages zones=production,development,iasp # Configuration file for each servlet zone (one per servlet zone) production.properties=/servlets/production/production.properties development.properties=/servlets/development/development.properties iasp.properties=<Apache JServ installed path>/conf/zone.properties
ApJServMount /iasp /iasp ApJServAction .asp /iasp/iasp
If you encounter any problems or errors, please contact support@halcyonsoft.com.
Copyright © 1998-2000, Halcyon Software Inc. All rights reserved.