Example of accessing the federated local file system in the JBoss JNDI namespace

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2604

This topic has not yet been written. The content below is from the topic description.
With this configuration, you can access the external file system context located at file:///usr/local from within the JBoss VM using the following code fragment: InitialContext iniCtx = new InitialContext(); Context ldapCtx = iniCtx.lookup("external/fs/usr/local");