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 825357 Details for
Bug 1031464
HornetQ: Backup server keeps warning XA recovery after fail-back
[?]
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 for EAP610
host.xml (text/xml), 3.15 KB, created by
Osamu Nagano
on 2013-11-18 03:36:01 UTC
(
hide
)
Description:
host.xml for EAP610
Filename:
MIME Type:
Creator:
Osamu Nagano
Created:
2013-11-18 03:36:01 UTC
Size:
3.15 KB
patch
obsolete
><?xml version='1.0' encoding='UTF-8'?> > ><host name="master" xmlns="urn:jboss:domain:1.4"> > > <management> > <security-realms> > <security-realm name="ManagementRealm"> > <authentication> > <local default-user="$local" /> > <properties path="mgmt-users.properties" relative-to="jboss.domain.config.dir"/> > </authentication> > </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> > <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/> > <!-- Alternative remote domain controller configuration with a host and port --> > <!-- <remote host="${jboss.domain.master.address}" port="${jboss.domain.master.port:9999}" security-realm="ManagementRealm"/> --> > </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"> > <!-- Used for IIOP sockets in the standard configuration. > To secure JacORB you need to setup SSL --> > <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="live-server-group"> > <!-- Remote JPDA debugging for a specific server > <jvm name="default"> > <jvm-options> > <option value="-agentlib:jdwp=transport=dt_socket,address=8787,server=y,suspend=n"/> > </jvm-options> > </jvm> > --> > </server> > <server name="server-two" group="backup-server-group" auto-start="true"> > <!-- server-two avoids port conflicts by incrementing the ports in > the default socket-group declared in the server-group --> > <socket-bindings port-offset="150"/> > </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 1031464
:
825356
| 825357