Index of supported properties for jndi.properties

  • org.osjava.sj.root - Location at which to find data files to load into JNDI. Protocol based, but currently only the file:// protocol is supported.
  • org.osjava.sj.delimiter - The character, or characters, to use to separate Contexts in a lookup key. Automatically sets the standard "jndi.syntax.separator" property to the same thing.
  • org.osjava.sj.jndi.shared - Whether the in-memory implementation uses the same piece of memory for each MemoryContext. The default is "false".
  • org.osjava.sj.factory - The JNDI implementation to load the data files into; the default is "org.osjava.sj.memory.MemoryContextFactory".
  • org.osjava.sj.space - A prefix to apply to all loaded datums. If the prefix contains the delimiter, a tree of Contexts will be created.
  • org.osjava.sj.colon.replace - As Windows cannot support the ':' character in a filenames, this property allows Windows users to specify a character, or characters, to use instead of ':'. From within the code, the ':' should be used.