How to add bindings in JBoss EAP 6 naming subsystem by using CLI
Issue
- How to add bindings in naming subsystem as the following lines by CLI :
<subsystem xmlns="urn:jboss:domain:naming:1.3">
<bindings>
<lookup name="java:/jdbc/test1" lookup="java:/jdbc/ds1"/>
<lookup name="java:/jdbc/test2" lookup="java:/jdbc/ds2"/>
</bindings>
<remote-naming/>
</subsystem>
- Need CLI cmd for creating URL with naming subsystem ?
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
