Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-7410

"Securing the HTTPInvoker" section in the Installation Guide contains content for EAP 4, and not EAP 5

XMLWordPrintable

    • Show
      Follow the steps to secure HTTPInvoker in EAP 5 as described in http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/5/html/Installation_Guide/Post_Installation_Configuration.html#Adminstration_Console_User_Guide-Configuration-Security-HTTPInvoker
    • Documentation (Ref Guide, User Guide, etc.)
    • Workaround Exists
    • Hide

      Edit $JBOSS_HOME/server/$PROFILE/conf/bindingservice.beans/META-INF/bindings-jboss-beans.xml and add the properties hostName and fixedHostName:

      <!-- RMI/JRMP invoker -->
      <bean class="org.jboss.services.binding.ServiceBindingMetadata">
      <property name="serviceName">jboss:service=invoker,type=jrmp</property>
      <property name="port">4444</property>
      <property name="description">Socket for the legacy RMI/JRMP invoker</property>
      <property name="hostName">localhost</property>
      <property name="fixedHostName">true</property>
      </bean>

      <!-- Pooled invoker -->
      <bean class="org.jboss.services.binding.ServiceBindingMetadata">
      <property name="serviceName">jboss:service=invoker,type=pooled</property>
      <property name="port">4445</property>
      <property name="description">Socket for the legacy Pooled invoker</property>
      <property name="hostName">localhost</property>
      <property name="fixedHostName">true</property>
      </bean>

      Show
      Edit $JBOSS_HOME/server/$PROFILE/conf/bindingservice.beans/META-INF/bindings-jboss-beans.xml and add the properties hostName and fixedHostName: <!-- RMI/JRMP invoker --> <bean class="org.jboss.services.binding.ServiceBindingMetadata"> <property name="serviceName">jboss:service=invoker,type=jrmp</property> <property name="port">4444</property> <property name="description">Socket for the legacy RMI/JRMP invoker</property> <property name="hostName">localhost</property> <property name="fixedHostName">true</property> </bean> <!-- Pooled invoker --> <bean class="org.jboss.services.binding.ServiceBindingMetadata"> <property name="serviceName">jboss:service=invoker,type=pooled</property> <property name="port">4445</property> <property name="description">Socket for the legacy Pooled invoker</property> <property name="hostName">localhost</property> <property name="fixedHostName">true</property> </bean>
    • Low
    • Not Required

            smumford_jira Scott Thomas (Inactive)
            rhn-support-lkonno Leticia Konno
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: