JDBC Server Programmer's Reference
In addition to the Type 3 driver and the JDBC Server, the NonStop JDBC Server includes jdbcSecurityMgr, a Java
application that manages database access. For more information about jdbcSecurityMgr, see Controlling Database Access
With jdbcSecurityMgr .
Installing and Configuring the NonStop JDBC Server
For instructions on installing the NonStop JDBC Server, and for information about hardware and software requirements, see
the following files on the product CD:
README.TXT
●
T0327AAA Software Release Document●
CLASSPATH Configuration
The CLASSPATH environment variable tells the Java Virtual Machine (JVM) and other Java applications where to find the
class libraries.
Configuring CLASSPATH on the Client Platform
Set CLASSPATH on the client to include the t3Client.jar archive, which contains the Type 3 JDBC driver that
communicates with the Compaq server. Any previous versions of the t3Client.jar archive must be removed from your
CLASSPATH; they must also not appear in the jre/lib/ext directory of the version of java you are using to run your
client application.
Configuring CLASSPATH on the Compaq Server
When starting the JDBC Server, the jdbcServer.jar file must be in your CLASSPATH unless you have installed this jar
file in /usr/tandem/java/jre/lib/ext.