NonStop JMS User's Manual (NonStop JMS 2.0+)

NSJMS Installation and Configuration
NonStop Server for Java Message Service User’s Manual522356-002
2-16
NSJMS Directory Structure
°
Java.naming.factory.initial
°
Java.naming.provider.url
creatsql – Contains the sqlci database creation commands.
install – Contains the installation script that moves the nsjms.jar and
libnsjms.a files to the appropriate JVM locations, runs the NSJ Makefile to bind
the NSJMS libraries with the JVM, and creates the SQL/MP tables.
AdminHelp.txt – Contains the NSJMS administrative utility help file.
COPYRIGHT.TXT – Contains the copyright notice for the NSJMS software.
LICENSE.TXT – Contains the license agreement for the NSJMS software.
README.TXT – Contains NSJMS product and installation information.
/jndi_object_store – Contains the JNDI bindings for JNDI objects.
/lib – Contains
°
NSJMS library (libnsjms.a). This library contains the native library.
°
TANDEM_SYSTEM_NSK.JMS_SCHEMA.LIBNSJMS_timestamp. This file
contains the execution plans for the SQL statements contained in the
libnsjms.a JNI library.
°
NSJMS Client Classes (nsjms.jar). This file contains the core classes for
NSJMS that implement the JAVA JMS API.
Default: com.sun.jndi.fscontext.RefFSContextFactory
Value: com.sun.jndi.fscontext.RefFSContextFactory
Value
Description:
com.sun.jndi.fscontext.RefFSContextFactory
specifies the JNDI initial context to be the file system.
Example: java.naming.factory.initial=com.sun.jndi.
fscontext.RefFSContextFactory
Default: file:////usr/tandem/nsjms/version/jndi_object
_store
Value: file:////usr/tandem/nsjms/version/jndi_object
_store
Value
Description:
file:////usr/tandem/nsjms/version/jndi_object
_store specifies the actual directory where the JNDI
objects are stored.
Example: java.naming.provider.url=file:////usr/
tandem/nsjms/version/jndi_object_store