Q) After I configure iASP for Java Web Server 2.x on MS Windows, I get a "Not Found (404)" error when I run an ASP Script. How do I fix this?

A) To fix the problem follow these instructions:

  1. Open the Windows Control Panel and double-click the "System" icon.
  2. In the "System Properties" dialog, open up the Environment dialog.
  3. Add or create a "classpath" variable and then add all the iASP libraries that are in the [path to iASP]\lib\ folder as the classpath values.

    EXAMPLE:

    [path to iasp]\lib\iasplib.jar;[path to iASP]\lib\jsdk.jar;[path to iASP]\lib\buttons.jar;[path to iASP]\lib\iasp_exec.jar;[path to iASP]\lib\ejbcorba.jar;[path to iASP]\lib\iasp_image.jar;[path to iASP]\lib\iasp_pop3.jar;[path to iASP]\lib\iasp_sock.jar;[path to iASP]\lib\mail.jar;[path to iASP]\lib\activation.jar;[path to iASP]\lib\rjax.jar;[path to iasp]\lib\classes

  4. Click the "Set" button and then click the "Apply" button.
  5. Restart JWS 2.0.

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