Bug 1269015

Summary: Typo in acceptor configuration for Netty Servlet
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Bryan Parry <bparry>
Component: DocumentationAssignee: eap-docs <eap-docs>
Status: CLOSED DEFERRED QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: anrobert, eap-docs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Build Name: 22924, Administration and Configuration Guide-6.4 Build Date: 29-05-2015 13:15:56 Topic ID: 38767-745579 [Specified]
Last Closed: 2015-10-28 15:18:50 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Bryan Parry 2015-10-06 00:42:32 UTC
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!

Comment 1 anrobert 2015-10-28 15:18:50 UTC
Moved to JIRA: https://issues.jboss.org/browse/JBEAP-1673