Need JBoss CLI script to add the IIOP subsystem to the standalone configuration

Solution In Progress - Updated -

Issue

DevOps needs to add the following IIOP configuration to the standalone.xml server configuration.

<subsystem xmlns="urn:jboss:domain:iiop-openjdk:2.0">
            <orb socket-binding="iiop"/>
            <initializers security="client" transactions="spec"/>
            <security server-requires-ssl="false" client-requires-ssl="false"/>
            <sas-context caller-propagation="supported"/>
</subsystem>

Furthermore the following directive needs to be added through the CLI as well:

       <iiop enable-by-default="false" use-qualified-name="false"/>

Is there an example on how to add this to the configuration using CLI?

Environment

  • JBoss Enterprise Application Platform 7.1

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.

Current Customers and Partners

Log in for full access

Log In

New to Red Hat?

Learn more about Red Hat subscriptions

Using a Red Hat product through a public cloud?

How to access this content