Configuring iASP with Apache JServ

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 Apache JServ in order to run Instant ASP on Apache Web Server:

  1. Add iasp classes to classpath in conf/jserv.properties file. For example:

    wrapper.classpath=<iASP installed path>\lib\iasplib.jar

  2. 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

  3. If you include the jserv.conf in Apache httpd.conf with "Include /path/to/jserv.conf", add the following lines into the jserv.conf. But if you append the jserv.conf into Apache httpd.conf, you should add the following lines into the httpd.conf.

    ApJServMount /iasp /iasp
    ApJServAction .asp /iasp/iasp


  4. Restart your Apache Web Server. (If you don't let Apache start JServ automatically, restart JServ only.)

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


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