Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-1673

Typo in acceptor configuration for Netty Servlet

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • None
    • None
    • Documentation
    • None

    Description

      Title: Configuring Netty Servlet

      Describe the issue:
      EAP 6.4 Admin Guide - Section 18.2.5. Configuring Netty Servlet

      In the sample acceptor configuration, the "use-servlet" param is invalid. Instead it should be "use-invm".

      The acceptor configuration example should be:
      <acceptors>
      <acceptor name="netty-servlet">
      <factory-class>
      org.hornetq.core.remoting.impl.netty.NettyAcceptorFactory
      </factory-class>
      <param key="use-invm" value="true"/>
      <param key="host" value="org.hornetq"/>
      </acceptor>
      </acceptors>

      Consult the following KB article for more information:
      https://access.redhat.com/solutions/451983

      Thanks!

      Migrated from BZ 1269015

      Attachments

        Activity

          People

            rhn-support-ahoffer Andrea Hoffer
            anrobert_jira ANGELA ROBERTSON (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: