Figure 44. Testing the DB2 connection with servlet TestDb2
2.4.6.2 Configuring front end access to Domino
In order to access the Domino database from our front end server, bdtest2,
we must to configure WebSphere Application server with the following tasks:
1. Copy the NCSO.jar file from /local/notesdata/domino/Java/ directory on
Domino server to the front end server. We put the file on the /opt/domino
directory.
2. Edit the bootstrap.properties file. We have a bootstrap.properties located
on /opt/IBMWebAS/properties.
3. Put in the full path of NCSO.jar in the classpath:
Java.classpath=...:/opt/domino/NCSO.jar
Figure 45 on page 50 will show our modified bootstrap.properties.
Chapter 2. Setup and configuration
49