WildFly Naming Subsystem Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Naming Subsystem =Overview= <pre> <subsystem xmlns="urn:jboss:domain:naming:1.4"> <remote-naming/> </subsystem> <pre>")
 
Line 4: Line 4:


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


<pre>
<pre>
Line 9: Line 11:
     <remote-naming/>
     <remote-naming/>
</subsystem>
</subsystem>
<pre>
</pre>
 
=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.

Revision as of 17:38, 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.