WildFly Naming Subsystem Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 17: Line 17:
==<remote-naming>==
==<remote-naming>==


If present, this element activates the remote naming server, that allows access to items bound in the java:jboss/exported JNDI context.
If present, this element activates the remote naming server, that allows access to items bound in the java:jboss/exported JNDI context. More details about the JBoss exported JNDI namespace and the remote naming server can be found here: {{Internal|WildFly_JNDI_Concepts#Exporting_for_access_by_Remote_JNDI_Clients|WildFly JNDI Concepts - Exporting for Access by Remote JNDI Clients}}

Revision as of 17:41, 3 April 2017

Internal

Overview

The "naming" subsystem contains configuration related to various JNDI namespaces.

<subsystem xmlns="urn:jboss:domain:naming:1.4">
    <remote-naming/>
</subsystem>

Configuration

<remote-naming>

If present, this element activates the remote naming server, that allows access to items bound in the java:jboss/exported JNDI context. More details about the JBoss exported JNDI namespace and the remote naming server can be found here:

WildFly JNDI Concepts - Exporting for Access by Remote JNDI Clients