Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 924042 Details for
Bug 1121109
[GSS](6.4.z) Message starvation when a consumer hangs in a domain mode cluster
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
host.xml
host.xml (text/xml), 3.71 KB, created by
Tyronne Wickramarathne
on 2014-08-04 23:46:21 UTC
(
hide
)
Description:
host.xml
Filename:
MIME Type:
Creator:
Tyronne Wickramarathne
Created:
2014-08-04 23:46:21 UTC
Size:
3.71 KB
patch
obsolete
><?xml version='1.0' encoding='UTF-8'?> > ><host name="master" xmlns="urn:jboss:domain:1.5"> > > <management> > <security-realms> > <security-realm name="ManagementRealm"> > <authentication> > <local default-user="$local"/> > <properties path="mgmt-users.properties" relative-to="jboss.domain.config.dir"/> > </authentication> > <authorization map-groups-to-roles="false"> > <properties path="mgmt-groups.properties" relative-to="jboss.domain.config.dir"/> > </authorization> > </security-realm> > <security-realm name="ApplicationRealm"> > <authentication> > <local default-user="$local" allowed-users="*"/> > <properties path="application-users.properties" relative-to="jboss.domain.config.dir"/> > </authentication> > <authorization> > <properties path="application-roles.properties" relative-to="jboss.domain.config.dir"/> > </authorization> > </security-realm> > </security-realms> > <audit-log> > <formatters> > <json-formatter name="json-formatter"/> > </formatters> > <handlers> > <file-handler name="host-file" formatter="json-formatter" path="audit-log.log" relative-to="jboss.domain.data.dir"/> > <file-handler name="server-file" formatter="json-formatter" path="audit-log.log" relative-to="jboss.server.data.dir"/> > </handlers> > <logger log-boot="true" log-read-only="false" enabled="false"> > <handlers> > <handler name="host-file"/> > </handlers> > </logger> > <server-logger log-boot="true" log-read-only="false" enabled="false"> > <handlers> > <handler name="server-file"/> > </handlers> > </server-logger> > </audit-log> > <management-interfaces> > <native-interface security-realm="ManagementRealm"> > <socket interface="management" port="${jboss.management.native.port:9999}"/> > </native-interface> > <http-interface security-realm="ManagementRealm"> > <socket interface="management" port="${jboss.management.http.port:9990}"/> > </http-interface> > </management-interfaces> > </management> > > <domain-controller> > <local/> > </domain-controller> > > <interfaces> > <interface name="management"> > <inet-address value="${jboss.bind.address.management:127.0.0.1}"/> > </interface> > <interface name="public"> > <inet-address value="${jboss.bind.address:127.0.0.1}"/> > </interface> > <interface name="unsecure"> > <inet-address value="${jboss.bind.address.unsecure:127.0.0.1}"/> > </interface> > </interfaces> > > <jvms> > <jvm name="default"> > <heap size="64m" max-size="256m"/> > <permgen size="256m" max-size="256m"/> > <jvm-options> > <option value="-server"/> > </jvm-options> > </jvm> > </jvms> > > <servers> > <server name="server-one" group="main-server-group" auto-start="false"> > <socket-bindings socket-binding-group="full-sockets" port-offset="150"/> > </server> > <server name="server-two" group="main-server-group" auto-start="true"> > <socket-bindings socket-binding-group="full-ha-sockets" port-offset="150"/> > </server> > <server name="server-three" group="other-server-group" auto-start="false"> > <socket-bindings port-offset="250"/> > </server> ></servers> ></host>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1121109
:
924041
| 924042