Initial Context factory
If no Initial Context Factory is specified on the command line, the following service provider is used:
com.sun.jndi.fscontext.RefFSContextFactory
It is expected that users will typically specify a different Initial Context Factory (com.sun.jndi.fscontext.FSContextFactory) which performs slightly differently. The default provider stores Objects on the file system. The optional provider provides access to the file system itself.