Before continuing, please make sure you have the following installed
on your NT 4.0 operating system:
- JDK 1.1.8 (Click here
to get it.)
- Apache 1.3.2 (Click here to
get it.)
- WebSphere 2.0 (Click here
to get it.)
Modifying Apache Files
-
In the Apache httpd.conf file (under <apache home directory>\conf\),
replace ServerName and Port with your own preferred server name and
port number, for example:
ServerName localhost
Port 8098
- In the Apache srm.conf file (under <apache home directory>\conf\),
add a virtual path, for example:
Alias /iasp "d:/iasp/samples/"
Adding iASP to your WebSphere Servlet Configuration
-
Start Apache web server.
-
Select Administration from the IBM WebSphere program group in the
Start Menu or open it from your web browser by pointing to http://<hostname>:9527/.
-
Login with your Admin username and password.
-
In the left navigation panel, expand the Setup folder and select
Java Engine.

The Java Engine panel diplays.
-
In the Reloadable Servlet Classpath field, enter the following iASP
classpath:
d:\iasp\lib\activation.jar;d:\iasp\lib\jndi.jar;d:\iasp\lib\jsdk.jar;
d:\iasp\lib\mail.jar;d:\iasp\lib\pop3.jar;d:\iasp\lib\rjax.jar;
d:\iasp\lib\samples.jar;d:\iasp\lib\iasplib.jar"
- Click the Save button.
-
In left navigation panel, expand the Servlets folder and select Configuration.

The Servlet Configuration panel diplays.
-
Click the Add button to display the Add a New Servlet dialog box.

- In the Servlet Name field, type iaspservlet.
- In the Servlet Class field, type Dispatcher.DispatcherServlet.
- Make sure that the No button is selected for Bean Servlet.
- Click the Add button to add the new servlet.
The iaspservlet now appears in the Servlet Names.
- Select iaspservlet and click the Load button.
- Make sure the Servlet Load Options match those indicated in the following
figure.

- Click the Unload button.

-
In left navigation panel, select the Aliases option under the Servlets
folder.

The Aliases panel diplays.

-
Click the Add button.
-
In the new row, for Alias, type *.asp and for Servlet Invoked, type
iaspservlet.

-
Click the Save button.
-
Completely shutdown ALL instances of your WebSphere application server
and your Apache web server and restart.
-
Verify that iASP is runnning correctly.
If you encounter any problems or errors, please contact support@halcyonsoft.com
|