Changes between Initial Version and Version 1 of UseOfJNDI


Ignore:
Timestamp:
Aug 26, 2008, 8:46:17 PM (16 years ago)
Author:
rjwalker
Comment:

Initial version

Legend:

Unmodified
Added
Removed
Modified
  • UseOfJNDI

    v1 v1  
     1= Use of JNDI in GeoNetwork =
     2
     3The only use of JNDI is in the Z39.50 Client.
     4The JZKit library expects to find its list
     5of collections in JNDI; the `initZ3950()` method
     6of the class
     7`org.fao.geonet.kernel.search.SearchManager`
     8puts it there.
     9
     10Note: the file `src/jndi.properties` in
     11the GeoNetwork distribution is ''not'' used.
     12
     13JNDI services are provided by the library
     14`tyrex-1.0.jar`.  It is this JAR file
     15that contains the `jndi.properties` file
     16that is currently being used.
     17
     18If in future it is desired to make wider
     19use of JNDI (i.e., by using the implementation
     20provided by the Servlet/J2EE container),
     21the file `tyrex-1.0.jar` should be removed.