Bug 1249445 - Configure the Remoting Subsystem
Summary: Configure the Remoting Subsystem
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Documentation
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ER1
: EAP 6.4.3
Assignee: David Michael
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-08-03 02:19 UTC by Craig
Modified: 2015-08-03 04:47 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Instance Name: Not Defined Build: CSProcessor Builder Version 1.7 Build Name: 8699, Development Guide-6-2 Build Date: 20-12-2012 13:59:28
Last Closed: 2015-08-03 04:47:14 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Craig 2015-08-03 02:19:46 UTC
Document URL: https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6/html/Development_Guide/Configure_the_Remoting_Subsystem.html

Section Number and Name: 13.4.4.4 Socket Binding

Describe the issue: Port 4777 should be 4447

Suggestions for improvement: fix the doco

Additional information: 

Also further down the page in the second example of Example 13.12 Example Configurations there is a single quote after task-keepalive value should be double.

<subsystem xmlns="urn:jboss:domain:remoting:1.1">
    <worker-thread-pool read-threads="1" task-keepalive="60' task-max-threads="16" task-core-thread="4" task-limit="16384" write-threads="1" /> 

should be

<subsystem xmlns="urn:jboss:domain:remoting:1.1">
    <worker-thread-pool read-threads="1" task-keepalive="60" task-max-threads="16" task-core-thread="4" task-limit="16384" write-threads="1" />


Note You need to log in before you can comment on or make changes to this bug.