The following instructions show how to configure your Java Web Server
to run your ASP applications with iASP. (Click here
for more information about Java
Web Server.)
NOTE: We assume that you have installed
Java Web Server 2.0 under d:\javawebserver2.0 and Instant
ASP under d:\iasp. If you have installed either in different
directories, please be sure to make appropriate changes when you follow
the steps below.
- Start the Java Web Server from Services in the Windows NT Control
Panel.
- Point your web browser to http://Hostname:9095/
to open the Server Administration window.
- Enter your username and password, then click Log In.
NOTE: If you are running Java Web
Server for the first time, use admin for both the username and password.

- Select the Web Service item in the Services list and click the Manage
button.

- When the Web Service Manager window opens, click the Servlets button.
- Under the Servlets tree-list, select the Add item and specify the
following information:
Servlet Name: DispatcherServlet.
Servlet Class: Dispatcher.DispatcherServlet.
- Click the Add button.
- Under Configure, select the DispatcherServlet item.

- In the Configuration tab, specify the following information:
Class Name: Dispatcher.DispatcherServlet.
Load at Startup: yes.
Loaded Now: yes.
Load Remotely: yes.
Class File URL: d:\iasp\lib\iasplib.jar.
- Click the Save button.
- Click the Setup button on the toolbar.
- Under the Setup tree-list, select the Site item.

In the Contents tab, for Document Root Directory, type d:\iasp.
-
Click the Save button.
-
Under the Setup tree-list, select the Servlet Aliases item.
- Click the Add button.

- For the new row, specify the following information:
Alias: *.iasp
Servlet Invoked: Dispatcher.DispatcherServlet
- Click the Save button.
- Under the Setup tree-list, select the Network item.

- Specify the port number in the Port edit box.
- If you changed the port number, click the Save button and then the
Start button. Otherwise just click the Start button.
Instant ASP is now configured and ready to go. To access Instant ASP,
point your web browser to http://hostname:8080 (be sure you
specify the correct port number if you changed it during the configuration
process above).
If you encounter any problems or errors, please contact support@halcyonsoft.com
|