delete standalone.xml old backup
Showing
2 changed files
with
0 additions
and
1028 deletions
| 1 | <?xml version='1.0' encoding='UTF-8'?> | ||
| 2 | |||
| 3 | <server xmlns="urn:jboss:domain:8.0"> | ||
| 4 | <extensions> | ||
| 5 | <extension module="org.jboss.as.clustering.infinispan"/> | ||
| 6 | <extension module="org.jboss.as.connector"/> | ||
| 7 | <extension module="org.jboss.as.deployment-scanner"/> | ||
| 8 | <extension module="org.jboss.as.ee"/> | ||
| 9 | <extension module="org.jboss.as.ejb3"/> | ||
| 10 | <extension module="org.jboss.as.jaxrs"/> | ||
| 11 | <extension module="org.jboss.as.jdr"/> | ||
| 12 | <extension module="org.jboss.as.jmx"/> | ||
| 13 | <extension module="org.jboss.as.jpa"/> | ||
| 14 | <extension module="org.jboss.as.jsf"/> | ||
| 15 | <extension module="org.jboss.as.logging"/> | ||
| 16 | <extension module="org.jboss.as.mail"/> | ||
| 17 | <extension module="org.jboss.as.naming"/> | ||
| 18 | <extension module="org.jboss.as.pojo"/> | ||
| 19 | <extension module="org.jboss.as.remoting"/> | ||
| 20 | <extension module="org.jboss.as.sar"/> | ||
| 21 | <extension module="org.jboss.as.security"/> | ||
| 22 | <extension module="org.jboss.as.transactions"/> | ||
| 23 | <extension module="org.jboss.as.webservices"/> | ||
| 24 | <extension module="org.jboss.as.weld"/> | ||
| 25 | <extension module="org.wildfly.extension.batch.jberet"/> | ||
| 26 | <extension module="org.wildfly.extension.bean-validation"/> | ||
| 27 | <extension module="org.wildfly.extension.core-management"/> | ||
| 28 | <extension module="org.wildfly.extension.discovery"/> | ||
| 29 | <extension module="org.wildfly.extension.ee-security"/> | ||
| 30 | <extension module="org.wildfly.extension.elytron"/> | ||
| 31 | <extension module="org.wildfly.extension.io"/> | ||
| 32 | <extension module="org.wildfly.extension.microprofile.config-smallrye"/> | ||
| 33 | <extension module="org.wildfly.extension.microprofile.health-smallrye"/> | ||
| 34 | <extension module="org.wildfly.extension.microprofile.opentracing-smallrye"/> | ||
| 35 | <extension module="org.wildfly.extension.request-controller"/> | ||
| 36 | <extension module="org.wildfly.extension.security.manager"/> | ||
| 37 | <extension module="org.wildfly.extension.undertow"/> | ||
| 38 | </extensions> | ||
| 39 | <management> | ||
| 40 | <security-realms> | ||
| 41 | <security-realm name="ManagementRealm"> | ||
| 42 | <authentication> | ||
| 43 | <local default-user="$local" skip-group-loading="true"/> | ||
| 44 | <properties path="mgmt-users.properties" relative-to="jboss.server.config.dir"/> | ||
| 45 | </authentication> | ||
| 46 | <authorization map-groups-to-roles="false"> | ||
| 47 | <properties path="mgmt-groups.properties" relative-to="jboss.server.config.dir"/> | ||
| 48 | </authorization> | ||
| 49 | </security-realm> | ||
| 50 | <security-realm name="ApplicationRealm"> | ||
| 51 | <server-identities> | ||
| 52 | <ssl> | ||
| 53 | <keystore path="application.keystore" relative-to="jboss.server.config.dir" keystore-password="password" alias="server" key-password="password" generate-self-signed-certificate-host="localhost"/> | ||
| 54 | </ssl> | ||
| 55 | </server-identities> | ||
| 56 | <authentication> | ||
| 57 | <local default-user="$local" allowed-users="*" skip-group-loading="true"/> | ||
| 58 | <properties path="application-users.properties" relative-to="jboss.server.config.dir"/> | ||
| 59 | </authentication> | ||
| 60 | <authorization> | ||
| 61 | <properties path="application-roles.properties" relative-to="jboss.server.config.dir"/> | ||
| 62 | </authorization> | ||
| 63 | </security-realm> | ||
| 64 | </security-realms> | ||
| 65 | <audit-log> | ||
| 66 | <formatters> | ||
| 67 | <json-formatter name="json-formatter"/> | ||
| 68 | </formatters> | ||
| 69 | <handlers> | ||
| 70 | <file-handler name="file" formatter="json-formatter" path="audit-log.log" relative-to="jboss.server.data.dir"/> | ||
| 71 | </handlers> | ||
| 72 | <logger log-boot="true" log-read-only="false" enabled="false"> | ||
| 73 | <handlers> | ||
| 74 | <handler name="file"/> | ||
| 75 | </handlers> | ||
| 76 | </logger> | ||
| 77 | </audit-log> | ||
| 78 | <management-interfaces> | ||
| 79 | <http-interface security-realm="ManagementRealm"> | ||
| 80 | <http-upgrade enabled="true"/> | ||
| 81 | <socket-binding http="management-http"/> | ||
| 82 | </http-interface> | ||
| 83 | </management-interfaces> | ||
| 84 | <access-control provider="simple"> | ||
| 85 | <role-mapping> | ||
| 86 | <role name="SuperUser"> | ||
| 87 | <include> | ||
| 88 | <user name="$local"/> | ||
| 89 | </include> | ||
| 90 | </role> | ||
| 91 | </role-mapping> | ||
| 92 | </access-control> | ||
| 93 | </management> | ||
| 94 | <profile> | ||
| 95 | <subsystem xmlns="urn:jboss:domain:logging:6.0"> | ||
| 96 | <console-handler name="CONSOLE"> | ||
| 97 | <level name="INFO"/> | ||
| 98 | <formatter> | ||
| 99 | <named-formatter name="COLOR-PATTERN"/> | ||
| 100 | </formatter> | ||
| 101 | </console-handler> | ||
| 102 | <periodic-rotating-file-handler name="FILE" autoflush="true"> | ||
| 103 | <formatter> | ||
| 104 | <named-formatter name="PATTERN"/> | ||
| 105 | </formatter> | ||
| 106 | <file relative-to="jboss.server.log.dir" path="server.log"/> | ||
| 107 | <suffix value=".yyyy-MM-dd"/> | ||
| 108 | <append value="true"/> | ||
| 109 | </periodic-rotating-file-handler> | ||
| 110 | <logger category="com.arjuna"> | ||
| 111 | <level name="WARN"/> | ||
| 112 | </logger> | ||
| 113 | <logger category="org.jboss.as.config"> | ||
| 114 | <level name="DEBUG"/> | ||
| 115 | </logger> | ||
| 116 | <logger category="sun.rmi"> | ||
| 117 | <level name="WARN"/> | ||
| 118 | </logger> | ||
| 119 | <root-logger> | ||
| 120 | <level name="INFO"/> | ||
| 121 | <handlers> | ||
| 122 | <handler name="CONSOLE"/> | ||
| 123 | <handler name="FILE"/> | ||
| 124 | </handlers> | ||
| 125 | </root-logger> | ||
| 126 | <formatter name="PATTERN"> | ||
| 127 | <pattern-formatter pattern="%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p [%c] (%t) %s%e%n"/> | ||
| 128 | </formatter> | ||
| 129 | <formatter name="COLOR-PATTERN"> | ||
| 130 | <pattern-formatter pattern="%K{level}%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%e%n"/> | ||
| 131 | </formatter> | ||
| 132 | </subsystem> | ||
| 133 | <subsystem xmlns="urn:jboss:domain:batch-jberet:2.0"> | ||
| 134 | <default-job-repository name="in-memory"/> | ||
| 135 | <default-thread-pool name="batch"/> | ||
| 136 | <job-repository name="in-memory"> | ||
| 137 | <in-memory/> | ||
| 138 | </job-repository> | ||
| 139 | <thread-pool name="batch"> | ||
| 140 | <max-threads count="10"/> | ||
| 141 | <keepalive-time time="30" unit="seconds"/> | ||
| 142 | </thread-pool> | ||
| 143 | </subsystem> | ||
| 144 | <subsystem xmlns="urn:jboss:domain:bean-validation:1.0"/> | ||
| 145 | <subsystem xmlns="urn:jboss:domain:core-management:1.0"/> | ||
| 146 | <subsystem xmlns="urn:jboss:domain:datasources:5.0"> | ||
| 147 | <datasources> | ||
| 148 | <datasource jndi-name="java:jboss/datasources/ExampleDS" pool-name="ExampleDS" enabled="true" use-java-context="true"> | ||
| 149 | <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE</connection-url> | ||
| 150 | <driver>h2</driver> | ||
| 151 | <security> | ||
| 152 | <user-name>sa</user-name> | ||
| 153 | <password>sa</password> | ||
| 154 | </security> | ||
| 155 | </datasource> | ||
| 156 | <drivers> | ||
| 157 | <driver name="h2" module="com.h2database.h2"> | ||
| 158 | <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class> | ||
| 159 | </driver> | ||
| 160 | <driver name="oracle" module="com.oracle"> | ||
| 161 | <driver-class>oracle.jdbc.driver.OracleDriver</driver-class> | ||
| 162 | <xa-datasource-class>oracle.jdbc.xa.client.OracleXADataSource</xa-datasource-class> | ||
| 163 | </driver> | ||
| 164 | </drivers> | ||
| 165 | </datasources> | ||
| 166 | </subsystem> | ||
| 167 | <subsystem xmlns="urn:jboss:domain:deployment-scanner:2.0"> | ||
| 168 | <deployment-scanner path="deployments" relative-to="jboss.server.base.dir" scan-interval="5000" runtime-failure-causes-rollback="${jboss.deployment.scanner.rollback.on.failure:false}"/> | ||
| 169 | </subsystem> | ||
| 170 | <subsystem xmlns="urn:jboss:domain:discovery:1.0"/> | ||
| 171 | <subsystem xmlns="urn:jboss:domain:ee:4.0"> | ||
| 172 | <spec-descriptor-property-replacement>false</spec-descriptor-property-replacement> | ||
| 173 | <concurrent> | ||
| 174 | <context-services> | ||
| 175 | <context-service name="default" jndi-name="java:jboss/ee/concurrency/context/default" use-transaction-setup-provider="true"/> | ||
| 176 | </context-services> | ||
| 177 | <managed-thread-factories> | ||
| 178 | <managed-thread-factory name="default" jndi-name="java:jboss/ee/concurrency/factory/default" context-service="default"/> | ||
| 179 | </managed-thread-factories> | ||
| 180 | <managed-executor-services> | ||
| 181 | <managed-executor-service name="default" jndi-name="java:jboss/ee/concurrency/executor/default" context-service="default" hung-task-threshold="60000" keepalive-time="5000"/> | ||
| 182 | </managed-executor-services> | ||
| 183 | <managed-scheduled-executor-services> | ||
| 184 | <managed-scheduled-executor-service name="default" jndi-name="java:jboss/ee/concurrency/scheduler/default" context-service="default" hung-task-threshold="60000" keepalive-time="3000"/> | ||
| 185 | </managed-scheduled-executor-services> | ||
| 186 | </concurrent> | ||
| 187 | <default-bindings context-service="java:jboss/ee/concurrency/context/default" datasource="java:jboss/datasources/ExampleDS" managed-executor-service="java:jboss/ee/concurrency/executor/default" managed-scheduled-executor-service="java:jboss/ee/concurrency/scheduler/default" managed-thread-factory="java:jboss/ee/concurrency/factory/default"/> | ||
| 188 | </subsystem> | ||
| 189 | <subsystem xmlns="urn:jboss:domain:ee-security:1.0"/> | ||
| 190 | <subsystem xmlns="urn:jboss:domain:ejb3:5.0"> | ||
| 191 | <session-bean> | ||
| 192 | <stateless> | ||
| 193 | <bean-instance-pool-ref pool-name="slsb-strict-max-pool"/> | ||
| 194 | </stateless> | ||
| 195 | <stateful default-access-timeout="5000" cache-ref="simple" passivation-disabled-cache-ref="simple"/> | ||
| 196 | <singleton default-access-timeout="5000"/> | ||
| 197 | </session-bean> | ||
| 198 | <pools> | ||
| 199 | <bean-instance-pools> | ||
| 200 | <strict-max-pool name="mdb-strict-max-pool" derive-size="from-cpu-count" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/> | ||
| 201 | <strict-max-pool name="slsb-strict-max-pool" derive-size="from-worker-pools" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/> | ||
| 202 | </bean-instance-pools> | ||
| 203 | </pools> | ||
| 204 | <caches> | ||
| 205 | <cache name="simple"/> | ||
| 206 | <cache name="distributable" passivation-store-ref="infinispan" aliases="passivating clustered"/> | ||
| 207 | </caches> | ||
| 208 | <passivation-stores> | ||
| 209 | <passivation-store name="infinispan" cache-container="ejb" max-size="10000"/> | ||
| 210 | </passivation-stores> | ||
| 211 | <async thread-pool-name="default"/> | ||
| 212 | <timer-service thread-pool-name="default" default-data-store="default-file-store"> | ||
| 213 | <data-stores> | ||
| 214 | <file-data-store name="default-file-store" path="timer-service-data" relative-to="jboss.server.data.dir"/> | ||
| 215 | </data-stores> | ||
| 216 | </timer-service> | ||
| 217 | <remote connector-ref="http-remoting-connector" thread-pool-name="default"> | ||
| 218 | <channel-creation-options> | ||
| 219 | <option name="READ_TIMEOUT" value="${prop.remoting-connector.read.timeout:20}" type="xnio"/> | ||
| 220 | <option name="MAX_OUTBOUND_MESSAGES" value="1234" type="remoting"/> | ||
| 221 | </channel-creation-options> | ||
| 222 | </remote> | ||
| 223 | <thread-pools> | ||
| 224 | <thread-pool name="default"> | ||
| 225 | <max-threads count="10"/> | ||
| 226 | <keepalive-time time="100" unit="milliseconds"/> | ||
| 227 | </thread-pool> | ||
| 228 | </thread-pools> | ||
| 229 | <default-security-domain value="other"/> | ||
| 230 | <default-missing-method-permissions-deny-access value="true"/> | ||
| 231 | <log-system-exceptions value="true"/> | ||
| 232 | </subsystem> | ||
| 233 | <subsystem xmlns="urn:wildfly:elytron:4.0" final-providers="combined-providers" disallowed-providers="OracleUcrypto"> | ||
| 234 | <providers> | ||
| 235 | <aggregate-providers name="combined-providers"> | ||
| 236 | <providers name="elytron"/> | ||
| 237 | <providers name="openssl"/> | ||
| 238 | </aggregate-providers> | ||
| 239 | <provider-loader name="elytron" module="org.wildfly.security.elytron"/> | ||
| 240 | <provider-loader name="openssl" module="org.wildfly.openssl"/> | ||
| 241 | </providers> | ||
| 242 | <audit-logging> | ||
| 243 | <file-audit-log name="local-audit" path="audit.log" relative-to="jboss.server.log.dir" format="JSON"/> | ||
| 244 | </audit-logging> | ||
| 245 | <security-domains> | ||
| 246 | <security-domain name="ApplicationDomain" default-realm="ApplicationRealm" permission-mapper="default-permission-mapper"> | ||
| 247 | <realm name="ApplicationRealm" role-decoder="groups-to-roles"/> | ||
| 248 | <realm name="local"/> | ||
| 249 | </security-domain> | ||
| 250 | <security-domain name="ManagementDomain" default-realm="ManagementRealm" permission-mapper="default-permission-mapper"> | ||
| 251 | <realm name="ManagementRealm" role-decoder="groups-to-roles"/> | ||
| 252 | <realm name="local" role-mapper="super-user-mapper"/> | ||
| 253 | </security-domain> | ||
| 254 | </security-domains> | ||
| 255 | <security-realms> | ||
| 256 | <identity-realm name="local" identity="$local"/> | ||
| 257 | <properties-realm name="ApplicationRealm"> | ||
| 258 | <users-properties path="application-users.properties" relative-to="jboss.server.config.dir" digest-realm-name="ApplicationRealm"/> | ||
| 259 | <groups-properties path="application-roles.properties" relative-to="jboss.server.config.dir"/> | ||
| 260 | </properties-realm> | ||
| 261 | <properties-realm name="ManagementRealm"> | ||
| 262 | <users-properties path="mgmt-users.properties" relative-to="jboss.server.config.dir" digest-realm-name="ManagementRealm"/> | ||
| 263 | <groups-properties path="mgmt-groups.properties" relative-to="jboss.server.config.dir"/> | ||
| 264 | </properties-realm> | ||
| 265 | </security-realms> | ||
| 266 | <mappers> | ||
| 267 | <simple-permission-mapper name="default-permission-mapper" mapping-mode="first"> | ||
| 268 | <permission-mapping> | ||
| 269 | <principal name="anonymous"/> | ||
| 270 | <permission-set name="default-permissions"/> | ||
| 271 | </permission-mapping> | ||
| 272 | <permission-mapping match-all="true"> | ||
| 273 | <permission-set name="login-permission"/> | ||
| 274 | <permission-set name="default-permissions"/> | ||
| 275 | </permission-mapping> | ||
| 276 | </simple-permission-mapper> | ||
| 277 | <constant-realm-mapper name="local" realm-name="local"/> | ||
| 278 | <simple-role-decoder name="groups-to-roles" attribute="groups"/> | ||
| 279 | <constant-role-mapper name="super-user-mapper"> | ||
| 280 | <role name="SuperUser"/> | ||
| 281 | </constant-role-mapper> | ||
| 282 | </mappers> | ||
| 283 | <permission-sets> | ||
| 284 | <permission-set name="login-permission"> | ||
| 285 | <permission class-name="org.wildfly.security.auth.permission.LoginPermission"/> | ||
| 286 | </permission-set> | ||
| 287 | <permission-set name="default-permissions"> | ||
| 288 | <permission class-name="org.wildfly.extension.batch.jberet.deployment.BatchPermission" module="org.wildfly.extension.batch.jberet" target-name="*"/> | ||
| 289 | <permission class-name="org.wildfly.transaction.client.RemoteTransactionPermission" module="org.wildfly.transaction.client"/> | ||
| 290 | <permission class-name="org.jboss.ejb.client.RemoteEJBPermission" module="org.jboss.ejb-client"/> | ||
| 291 | </permission-set> | ||
| 292 | </permission-sets> | ||
| 293 | <http> | ||
| 294 | <http-authentication-factory name="management-http-authentication" security-domain="ManagementDomain" http-server-mechanism-factory="global"> | ||
| 295 | <mechanism-configuration> | ||
| 296 | <mechanism mechanism-name="DIGEST"> | ||
| 297 | <mechanism-realm realm-name="ManagementRealm"/> | ||
| 298 | </mechanism> | ||
| 299 | </mechanism-configuration> | ||
| 300 | </http-authentication-factory> | ||
| 301 | <provider-http-server-mechanism-factory name="global"/> | ||
| 302 | </http> | ||
| 303 | <sasl> | ||
| 304 | <sasl-authentication-factory name="application-sasl-authentication" sasl-server-factory="configured" security-domain="ApplicationDomain"> | ||
| 305 | <mechanism-configuration> | ||
| 306 | <mechanism mechanism-name="JBOSS-LOCAL-USER" realm-mapper="local"/> | ||
| 307 | <mechanism mechanism-name="DIGEST-MD5"> | ||
| 308 | <mechanism-realm realm-name="ApplicationRealm"/> | ||
| 309 | </mechanism> | ||
| 310 | </mechanism-configuration> | ||
| 311 | </sasl-authentication-factory> | ||
| 312 | <sasl-authentication-factory name="management-sasl-authentication" sasl-server-factory="configured" security-domain="ManagementDomain"> | ||
| 313 | <mechanism-configuration> | ||
| 314 | <mechanism mechanism-name="JBOSS-LOCAL-USER" realm-mapper="local"/> | ||
| 315 | <mechanism mechanism-name="DIGEST-MD5"> | ||
| 316 | <mechanism-realm realm-name="ManagementRealm"/> | ||
| 317 | </mechanism> | ||
| 318 | </mechanism-configuration> | ||
| 319 | </sasl-authentication-factory> | ||
| 320 | <configurable-sasl-server-factory name="configured" sasl-server-factory="elytron"> | ||
| 321 | <properties> | ||
| 322 | <property name="wildfly.sasl.local-user.default-user" value="$local"/> | ||
| 323 | </properties> | ||
| 324 | </configurable-sasl-server-factory> | ||
| 325 | <mechanism-provider-filtering-sasl-server-factory name="elytron" sasl-server-factory="global"> | ||
| 326 | <filters> | ||
| 327 | <filter provider-name="WildFlyElytron"/> | ||
| 328 | </filters> | ||
| 329 | </mechanism-provider-filtering-sasl-server-factory> | ||
| 330 | <provider-sasl-server-factory name="global"/> | ||
| 331 | </sasl> | ||
| 332 | </subsystem> | ||
| 333 | <subsystem xmlns="urn:jboss:domain:infinispan:7.0"> | ||
| 334 | <cache-container name="server" default-cache="default" module="org.wildfly.clustering.server"> | ||
| 335 | <local-cache name="default"> | ||
| 336 | <transaction mode="BATCH"/> | ||
| 337 | </local-cache> | ||
| 338 | </cache-container> | ||
| 339 | <cache-container name="web" default-cache="passivation" module="org.wildfly.clustering.web.infinispan"> | ||
| 340 | <local-cache name="passivation"> | ||
| 341 | <locking isolation="REPEATABLE_READ"/> | ||
| 342 | <transaction mode="BATCH"/> | ||
| 343 | <file-store passivation="true" purge="false"/> | ||
| 344 | </local-cache> | ||
| 345 | </cache-container> | ||
| 346 | <cache-container name="ejb" aliases="sfsb" default-cache="passivation" module="org.wildfly.clustering.ejb.infinispan"> | ||
| 347 | <local-cache name="passivation"> | ||
| 348 | <locking isolation="REPEATABLE_READ"/> | ||
| 349 | <transaction mode="BATCH"/> | ||
| 350 | <file-store passivation="true" purge="false"/> | ||
| 351 | </local-cache> | ||
| 352 | </cache-container> | ||
| 353 | <cache-container name="hibernate" module="org.infinispan.hibernate-cache"> | ||
| 354 | <local-cache name="entity"> | ||
| 355 | <transaction mode="NON_XA"/> | ||
| 356 | <object-memory size="10000"/> | ||
| 357 | <expiration max-idle="100000"/> | ||
| 358 | </local-cache> | ||
| 359 | <local-cache name="local-query"> | ||
| 360 | <object-memory size="10000"/> | ||
| 361 | <expiration max-idle="100000"/> | ||
| 362 | </local-cache> | ||
| 363 | <local-cache name="timestamps"/> | ||
| 364 | </cache-container> | ||
| 365 | </subsystem> | ||
| 366 | <subsystem xmlns="urn:jboss:domain:io:3.0"> | ||
| 367 | <worker name="default"/> | ||
| 368 | <buffer-pool name="default"/> | ||
| 369 | </subsystem> | ||
| 370 | <subsystem xmlns="urn:jboss:domain:jaxrs:1.0"/> | ||
| 371 | <subsystem xmlns="urn:jboss:domain:jca:5.0"> | ||
| 372 | <archive-validation enabled="true" fail-on-error="true" fail-on-warn="false"/> | ||
| 373 | <bean-validation enabled="true"/> | ||
| 374 | <default-workmanager> | ||
| 375 | <short-running-threads> | ||
| 376 | <core-threads count="50"/> | ||
| 377 | <queue-length count="50"/> | ||
| 378 | <max-threads count="50"/> | ||
| 379 | <keepalive-time time="10" unit="seconds"/> | ||
| 380 | </short-running-threads> | ||
| 381 | <long-running-threads> | ||
| 382 | <core-threads count="50"/> | ||
| 383 | <queue-length count="50"/> | ||
| 384 | <max-threads count="50"/> | ||
| 385 | <keepalive-time time="10" unit="seconds"/> | ||
| 386 | </long-running-threads> | ||
| 387 | </default-workmanager> | ||
| 388 | <cached-connection-manager/> | ||
| 389 | </subsystem> | ||
| 390 | <subsystem xmlns="urn:jboss:domain:jdr:1.0"/> | ||
| 391 | <subsystem xmlns="urn:jboss:domain:jmx:1.3"> | ||
| 392 | <expose-resolved-model/> | ||
| 393 | <expose-expression-model/> | ||
| 394 | <remoting-connector/> | ||
| 395 | </subsystem> | ||
| 396 | <subsystem xmlns="urn:jboss:domain:jpa:1.1"> | ||
| 397 | <jpa default-datasource="" default-extended-persistence-inheritance="DEEP"/> | ||
| 398 | </subsystem> | ||
| 399 | <subsystem xmlns="urn:jboss:domain:jsf:1.1"/> | ||
| 400 | <subsystem xmlns="urn:jboss:domain:mail:3.0"> | ||
| 401 | <mail-session name="default" jndi-name="java:jboss/mail/Default"> | ||
| 402 | <smtp-server outbound-socket-binding-ref="mail-smtp"/> | ||
| 403 | </mail-session> | ||
| 404 | </subsystem> | ||
| 405 | <subsystem xmlns="urn:wildfly:microprofile-config-smallrye:1.0"/> | ||
| 406 | <subsystem xmlns="urn:wildfly:microprofile-health-smallrye:1.0" security-enabled="false"/> | ||
| 407 | <subsystem xmlns="urn:wildfly:microprofile-opentracing-smallrye:1.0"/> | ||
| 408 | <subsystem xmlns="urn:jboss:domain:naming:2.0"> | ||
| 409 | <remote-naming/> | ||
| 410 | </subsystem> | ||
| 411 | <subsystem xmlns="urn:jboss:domain:pojo:1.0"/> | ||
| 412 | <subsystem xmlns="urn:jboss:domain:remoting:4.0"> | ||
| 413 | <http-connector name="http-remoting-connector" connector-ref="default" security-realm="ApplicationRealm"/> | ||
| 414 | </subsystem> | ||
| 415 | <subsystem xmlns="urn:jboss:domain:request-controller:1.0"/> | ||
| 416 | <subsystem xmlns="urn:jboss:domain:resource-adapters:5.0"/> | ||
| 417 | <subsystem xmlns="urn:jboss:domain:sar:1.0"/> | ||
| 418 | <subsystem xmlns="urn:jboss:domain:security:2.0"> | ||
| 419 | <security-domains> | ||
| 420 | <security-domain name="other" cache-type="default"> | ||
| 421 | <authentication> | ||
| 422 | <login-module code="Remoting" flag="optional"> | ||
| 423 | <module-option name="password-stacking" value="useFirstPass"/> | ||
| 424 | </login-module> | ||
| 425 | <login-module code="RealmDirect" flag="required"> | ||
| 426 | <module-option name="password-stacking" value="useFirstPass"/> | ||
| 427 | </login-module> | ||
| 428 | </authentication> | ||
| 429 | </security-domain> | ||
| 430 | <security-domain name="jboss-web-policy" cache-type="default"> | ||
| 431 | <authorization> | ||
| 432 | <policy-module code="Delegating" flag="required"/> | ||
| 433 | </authorization> | ||
| 434 | </security-domain> | ||
| 435 | <security-domain name="jaspitest" cache-type="default"> | ||
| 436 | <authentication-jaspi> | ||
| 437 | <login-module-stack name="dummy"> | ||
| 438 | <login-module code="Dummy" flag="optional"/> | ||
| 439 | </login-module-stack> | ||
| 440 | <auth-module code="Dummy"/> | ||
| 441 | </authentication-jaspi> | ||
| 442 | </security-domain> | ||
| 443 | <security-domain name="jboss-ejb-policy" cache-type="default"> | ||
| 444 | <authorization> | ||
| 445 | <policy-module code="Delegating" flag="required"/> | ||
| 446 | </authorization> | ||
| 447 | </security-domain> | ||
| 448 | </security-domains> | ||
| 449 | </subsystem> | ||
| 450 | <subsystem xmlns="urn:jboss:domain:security-manager:1.0"> | ||
| 451 | <deployment-permissions> | ||
| 452 | <maximum-set> | ||
| 453 | <permission class="java.security.AllPermission"/> | ||
| 454 | </maximum-set> | ||
| 455 | </deployment-permissions> | ||
| 456 | </subsystem> | ||
| 457 | <subsystem xmlns="urn:jboss:domain:transactions:5.0"> | ||
| 458 | <core-environment node-identifier="${jboss.tx.node.id:1}"> | ||
| 459 | <process-id> | ||
| 460 | <uuid/> | ||
| 461 | </process-id> | ||
| 462 | </core-environment> | ||
| 463 | <recovery-environment socket-binding="txn-recovery-environment" status-socket-binding="txn-status-manager"/> | ||
| 464 | <object-store path="tx-object-store" relative-to="jboss.server.data.dir"/> | ||
| 465 | </subsystem> | ||
| 466 | <subsystem xmlns="urn:jboss:domain:undertow:7.0" default-server="default-server" default-virtual-host="default-host" default-servlet-container="default" default-security-domain="other"> | ||
| 467 | <buffer-cache name="default"/> | ||
| 468 | <server name="default-server"> | ||
| 469 | <http-listener name="default" socket-binding="http" redirect-socket="https" enable-http2="true"/> | ||
| 470 | <https-listener name="https" socket-binding="https" security-realm="ApplicationRealm" enable-http2="true"/> | ||
| 471 | <host name="default-host" alias="localhost"> | ||
| 472 | <location name="/" handler="welcome-content"/> | ||
| 473 | <http-invoker security-realm="ApplicationRealm"/> | ||
| 474 | </host> | ||
| 475 | </server> | ||
| 476 | <servlet-container name="default"> | ||
| 477 | <jsp-config/> | ||
| 478 | <websockets/> | ||
| 479 | </servlet-container> | ||
| 480 | <handlers> | ||
| 481 | <file name="welcome-content" path="${jboss.home.dir}/welcome-content"/> | ||
| 482 | </handlers> | ||
| 483 | </subsystem> | ||
| 484 | <subsystem xmlns="urn:jboss:domain:webservices:2.0"> | ||
| 485 | <wsdl-host>${jboss.bind.address:127.0.0.1}</wsdl-host> | ||
| 486 | <endpoint-config name="Standard-Endpoint-Config"/> | ||
| 487 | <endpoint-config name="Recording-Endpoint-Config"> | ||
| 488 | <pre-handler-chain name="recording-handlers" protocol-bindings="##SOAP11_HTTP ##SOAP11_HTTP_MTOM ##SOAP12_HTTP ##SOAP12_HTTP_MTOM"> | ||
| 489 | <handler name="RecordingHandler" class="org.jboss.ws.common.invocation.RecordingServerHandler"/> | ||
| 490 | </pre-handler-chain> | ||
| 491 | </endpoint-config> | ||
| 492 | <client-config name="Standard-Client-Config"/> | ||
| 493 | </subsystem> | ||
| 494 | <subsystem xmlns="urn:jboss:domain:weld:4.0"/> | ||
| 495 | </profile> | ||
| 496 | <interfaces> | ||
| 497 | <interface name="management"> | ||
| 498 | <inet-address value="${jboss.bind.address.management:{{ ansible_facts.default_ipv4.address}}}"/> | ||
| 499 | </interface> | ||
| 500 | <interface name="public"> | ||
| 501 | <inet-address value="${jboss.bind.address.management:{{ ansible_facts.default_ipv4.address}}}"/> | ||
| 502 | </interface> | ||
| 503 | </interfaces> | ||
| 504 | <socket-binding-group name="standard-sockets" default-interface="public" port-offset="${jboss.socket.binding.port-offset:0}"> | ||
| 505 | <socket-binding name="management-http" interface="management" port="${jboss.management.http.port:9990}"/> | ||
| 506 | <socket-binding name="management-https" interface="management" port="${jboss.management.https.port:9993}"/> | ||
| 507 | <socket-binding name="ajp" port="${jboss.ajp.port:8009}"/> | ||
| 508 | <socket-binding name="http" port="${jboss.http.port:8080}"/> | ||
| 509 | <socket-binding name="https" port="${jboss.https.port:8443}"/> | ||
| 510 | <socket-binding name="txn-recovery-environment" port="4712"/> | ||
| 511 | <socket-binding name="txn-status-manager" port="4713"/> | ||
| 512 | <outbound-socket-binding name="mail-smtp"> | ||
| 513 | <remote-destination host="localhost" port="25"/> | ||
| 514 | </outbound-socket-binding> | ||
| 515 | </socket-binding-group> | ||
| 516 | </server> |
| 1 | <?xml version='1.0' encoding='UTF-8'?> | ||
| 2 | |||
| 3 | <server xmlns="urn:jboss:domain:8.0"> | ||
| 4 | <extensions> | ||
| 5 | <extension module="org.jboss.as.clustering.infinispan"/> | ||
| 6 | <extension module="org.jboss.as.connector"/> | ||
| 7 | <extension module="org.jboss.as.deployment-scanner"/> | ||
| 8 | <extension module="org.jboss.as.ee"/> | ||
| 9 | <extension module="org.jboss.as.ejb3"/> | ||
| 10 | <extension module="org.jboss.as.jaxrs"/> | ||
| 11 | <extension module="org.jboss.as.jdr"/> | ||
| 12 | <extension module="org.jboss.as.jmx"/> | ||
| 13 | <extension module="org.jboss.as.jpa"/> | ||
| 14 | <extension module="org.jboss.as.jsf"/> | ||
| 15 | <extension module="org.jboss.as.logging"/> | ||
| 16 | <extension module="org.jboss.as.mail"/> | ||
| 17 | <extension module="org.jboss.as.naming"/> | ||
| 18 | <extension module="org.jboss.as.pojo"/> | ||
| 19 | <extension module="org.jboss.as.remoting"/> | ||
| 20 | <extension module="org.jboss.as.sar"/> | ||
| 21 | <extension module="org.jboss.as.security"/> | ||
| 22 | <extension module="org.jboss.as.transactions"/> | ||
| 23 | <extension module="org.jboss.as.webservices"/> | ||
| 24 | <extension module="org.jboss.as.weld"/> | ||
| 25 | <extension module="org.wildfly.extension.batch.jberet"/> | ||
| 26 | <extension module="org.wildfly.extension.bean-validation"/> | ||
| 27 | <extension module="org.wildfly.extension.core-management"/> | ||
| 28 | <extension module="org.wildfly.extension.discovery"/> | ||
| 29 | <extension module="org.wildfly.extension.ee-security"/> | ||
| 30 | <extension module="org.wildfly.extension.elytron"/> | ||
| 31 | <extension module="org.wildfly.extension.io"/> | ||
| 32 | <extension module="org.wildfly.extension.microprofile.config-smallrye"/> | ||
| 33 | <extension module="org.wildfly.extension.microprofile.health-smallrye"/> | ||
| 34 | <extension module="org.wildfly.extension.microprofile.opentracing-smallrye"/> | ||
| 35 | <extension module="org.wildfly.extension.request-controller"/> | ||
| 36 | <extension module="org.wildfly.extension.security.manager"/> | ||
| 37 | <extension module="org.wildfly.extension.undertow"/> | ||
| 38 | </extensions> | ||
| 39 | <management> | ||
| 40 | <security-realms> | ||
| 41 | <security-realm name="ManagementRealm"> | ||
| 42 | <authentication> | ||
| 43 | <local default-user="$local" skip-group-loading="true"/> | ||
| 44 | <properties path="mgmt-users.properties" relative-to="jboss.server.config.dir"/> | ||
| 45 | </authentication> | ||
| 46 | <authorization map-groups-to-roles="false"> | ||
| 47 | <properties path="mgmt-groups.properties" relative-to="jboss.server.config.dir"/> | ||
| 48 | </authorization> | ||
| 49 | </security-realm> | ||
| 50 | <security-realm name="ApplicationRealm"> | ||
| 51 | <server-identities> | ||
| 52 | <ssl> | ||
| 53 | <keystore path="application.keystore" relative-to="jboss.server.config.dir" keystore-password="password" alias="server" key-password="password" generate-self-signed-certificate-host="localhost"/> | ||
| 54 | </ssl> | ||
| 55 | </server-identities> | ||
| 56 | <authentication> | ||
| 57 | <local default-user="$local" allowed-users="*" skip-group-loading="true"/> | ||
| 58 | <properties path="application-users.properties" relative-to="jboss.server.config.dir"/> | ||
| 59 | </authentication> | ||
| 60 | <authorization> | ||
| 61 | <properties path="application-roles.properties" relative-to="jboss.server.config.dir"/> | ||
| 62 | </authorization> | ||
| 63 | </security-realm> | ||
| 64 | </security-realms> | ||
| 65 | <audit-log> | ||
| 66 | <formatters> | ||
| 67 | <json-formatter name="json-formatter"/> | ||
| 68 | </formatters> | ||
| 69 | <handlers> | ||
| 70 | <file-handler name="file" formatter="json-formatter" path="audit-log.log" relative-to="jboss.server.data.dir"/> | ||
| 71 | </handlers> | ||
| 72 | <logger log-boot="true" log-read-only="false" enabled="false"> | ||
| 73 | <handlers> | ||
| 74 | <handler name="file"/> | ||
| 75 | </handlers> | ||
| 76 | </logger> | ||
| 77 | </audit-log> | ||
| 78 | <management-interfaces> | ||
| 79 | <http-interface security-realm="ManagementRealm"> | ||
| 80 | <http-upgrade enabled="true"/> | ||
| 81 | <socket-binding http="management-http"/> | ||
| 82 | </http-interface> | ||
| 83 | </management-interfaces> | ||
| 84 | <access-control provider="simple"> | ||
| 85 | <role-mapping> | ||
| 86 | <role name="SuperUser"> | ||
| 87 | <include> | ||
| 88 | <user name="$local"/> | ||
| 89 | </include> | ||
| 90 | </role> | ||
| 91 | </role-mapping> | ||
| 92 | </access-control> | ||
| 93 | </management> | ||
| 94 | <profile> | ||
| 95 | <subsystem xmlns="urn:jboss:domain:logging:6.0"> | ||
| 96 | <console-handler name="CONSOLE"> | ||
| 97 | <level name="INFO"/> | ||
| 98 | <formatter> | ||
| 99 | <named-formatter name="COLOR-PATTERN"/> | ||
| 100 | </formatter> | ||
| 101 | </console-handler> | ||
| 102 | <periodic-rotating-file-handler name="FILE" autoflush="true"> | ||
| 103 | <formatter> | ||
| 104 | <named-formatter name="PATTERN"/> | ||
| 105 | </formatter> | ||
| 106 | <file relative-to="jboss.server.log.dir" path="server.log"/> | ||
| 107 | <suffix value=".yyyy-MM-dd"/> | ||
| 108 | <append value="true"/> | ||
| 109 | </periodic-rotating-file-handler> | ||
| 110 | <logger category="com.arjuna"> | ||
| 111 | <level name="WARN"/> | ||
| 112 | </logger> | ||
| 113 | <logger category="org.jboss.as.config"> | ||
| 114 | <level name="DEBUG"/> | ||
| 115 | </logger> | ||
| 116 | <logger category="sun.rmi"> | ||
| 117 | <level name="WARN"/> | ||
| 118 | </logger> | ||
| 119 | <root-logger> | ||
| 120 | <level name="INFO"/> | ||
| 121 | <handlers> | ||
| 122 | <handler name="CONSOLE"/> | ||
| 123 | <handler name="FILE"/> | ||
| 124 | </handlers> | ||
| 125 | </root-logger> | ||
| 126 | <formatter name="PATTERN"> | ||
| 127 | <pattern-formatter pattern="%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p [%c] (%t) %s%e%n"/> | ||
| 128 | </formatter> | ||
| 129 | <formatter name="COLOR-PATTERN"> | ||
| 130 | <pattern-formatter pattern="%K{level}%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%e%n"/> | ||
| 131 | </formatter> | ||
| 132 | </subsystem> | ||
| 133 | <subsystem xmlns="urn:jboss:domain:batch-jberet:2.0"> | ||
| 134 | <default-job-repository name="in-memory"/> | ||
| 135 | <default-thread-pool name="batch"/> | ||
| 136 | <job-repository name="in-memory"> | ||
| 137 | <in-memory/> | ||
| 138 | </job-repository> | ||
| 139 | <thread-pool name="batch"> | ||
| 140 | <max-threads count="10"/> | ||
| 141 | <keepalive-time time="30" unit="seconds"/> | ||
| 142 | </thread-pool> | ||
| 143 | </subsystem> | ||
| 144 | <subsystem xmlns="urn:jboss:domain:bean-validation:1.0"/> | ||
| 145 | <subsystem xmlns="urn:jboss:domain:core-management:1.0"/> | ||
| 146 | <subsystem xmlns="urn:jboss:domain:datasources:5.0"> | ||
| 147 | <datasources> | ||
| 148 | <datasource jndi-name="java:jboss/datasources/ExampleDS" pool-name="ExampleDS" enabled="true" use-java-context="true"> | ||
| 149 | <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE</connection-url> | ||
| 150 | <driver>h2</driver> | ||
| 151 | <security> | ||
| 152 | <user-name>sa</user-name> | ||
| 153 | <password>sa</password> | ||
| 154 | </security> | ||
| 155 | </datasource> | ||
| 156 | <drivers> | ||
| 157 | <driver name="h2" module="com.h2database.h2"> | ||
| 158 | <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class> | ||
| 159 | </driver> | ||
| 160 | </drivers> | ||
| 161 | </datasources> | ||
| 162 | </subsystem> | ||
| 163 | <subsystem xmlns="urn:jboss:domain:deployment-scanner:2.0"> | ||
| 164 | <deployment-scanner path="deployments" relative-to="jboss.server.base.dir" scan-interval="5000" runtime-failure-causes-rollback="${jboss.deployment.scanner.rollback.on.failure:false}"/> | ||
| 165 | </subsystem> | ||
| 166 | <subsystem xmlns="urn:jboss:domain:discovery:1.0"/> | ||
| 167 | <subsystem xmlns="urn:jboss:domain:ee:4.0"> | ||
| 168 | <spec-descriptor-property-replacement>false</spec-descriptor-property-replacement> | ||
| 169 | <concurrent> | ||
| 170 | <context-services> | ||
| 171 | <context-service name="default" jndi-name="java:jboss/ee/concurrency/context/default" use-transaction-setup-provider="true"/> | ||
| 172 | </context-services> | ||
| 173 | <managed-thread-factories> | ||
| 174 | <managed-thread-factory name="default" jndi-name="java:jboss/ee/concurrency/factory/default" context-service="default"/> | ||
| 175 | </managed-thread-factories> | ||
| 176 | <managed-executor-services> | ||
| 177 | <managed-executor-service name="default" jndi-name="java:jboss/ee/concurrency/executor/default" context-service="default" hung-task-threshold="60000" keepalive-time="5000"/> | ||
| 178 | </managed-executor-services> | ||
| 179 | <managed-scheduled-executor-services> | ||
| 180 | <managed-scheduled-executor-service name="default" jndi-name="java:jboss/ee/concurrency/scheduler/default" context-service="default" hung-task-threshold="60000" keepalive-time="3000"/> | ||
| 181 | </managed-scheduled-executor-services> | ||
| 182 | </concurrent> | ||
| 183 | <default-bindings context-service="java:jboss/ee/concurrency/context/default" datasource="java:jboss/datasources/ExampleDS" managed-executor-service="java:jboss/ee/concurrency/executor/default" managed-scheduled-executor-service="java:jboss/ee/concurrency/scheduler/default" managed-thread-factory="java:jboss/ee/concurrency/factory/default"/> | ||
| 184 | </subsystem> | ||
| 185 | <subsystem xmlns="urn:jboss:domain:ee-security:1.0"/> | ||
| 186 | <subsystem xmlns="urn:jboss:domain:ejb3:5.0"> | ||
| 187 | <session-bean> | ||
| 188 | <stateless> | ||
| 189 | <bean-instance-pool-ref pool-name="slsb-strict-max-pool"/> | ||
| 190 | </stateless> | ||
| 191 | <stateful default-access-timeout="5000" cache-ref="simple" passivation-disabled-cache-ref="simple"/> | ||
| 192 | <singleton default-access-timeout="5000"/> | ||
| 193 | </session-bean> | ||
| 194 | <pools> | ||
| 195 | <bean-instance-pools> | ||
| 196 | <strict-max-pool name="mdb-strict-max-pool" derive-size="from-cpu-count" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/> | ||
| 197 | <strict-max-pool name="slsb-strict-max-pool" derive-size="from-worker-pools" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/> | ||
| 198 | </bean-instance-pools> | ||
| 199 | </pools> | ||
| 200 | <caches> | ||
| 201 | <cache name="simple"/> | ||
| 202 | <cache name="distributable" passivation-store-ref="infinispan" aliases="passivating clustered"/> | ||
| 203 | </caches> | ||
| 204 | <passivation-stores> | ||
| 205 | <passivation-store name="infinispan" cache-container="ejb" max-size="10000"/> | ||
| 206 | </passivation-stores> | ||
| 207 | <async thread-pool-name="default"/> | ||
| 208 | <timer-service thread-pool-name="default" default-data-store="default-file-store"> | ||
| 209 | <data-stores> | ||
| 210 | <file-data-store name="default-file-store" path="timer-service-data" relative-to="jboss.server.data.dir"/> | ||
| 211 | </data-stores> | ||
| 212 | </timer-service> | ||
| 213 | <remote connector-ref="http-remoting-connector" thread-pool-name="default"> | ||
| 214 | <channel-creation-options> | ||
| 215 | <option name="READ_TIMEOUT" value="${prop.remoting-connector.read.timeout:20}" type="xnio"/> | ||
| 216 | <option name="MAX_OUTBOUND_MESSAGES" value="1234" type="remoting"/> | ||
| 217 | </channel-creation-options> | ||
| 218 | </remote> | ||
| 219 | <thread-pools> | ||
| 220 | <thread-pool name="default"> | ||
| 221 | <max-threads count="10"/> | ||
| 222 | <keepalive-time time="100" unit="milliseconds"/> | ||
| 223 | </thread-pool> | ||
| 224 | </thread-pools> | ||
| 225 | <default-security-domain value="other"/> | ||
| 226 | <default-missing-method-permissions-deny-access value="true"/> | ||
| 227 | <log-system-exceptions value="true"/> | ||
| 228 | </subsystem> | ||
| 229 | <subsystem xmlns="urn:wildfly:elytron:4.0" final-providers="combined-providers" disallowed-providers="OracleUcrypto"> | ||
| 230 | <providers> | ||
| 231 | <aggregate-providers name="combined-providers"> | ||
| 232 | <providers name="elytron"/> | ||
| 233 | <providers name="openssl"/> | ||
| 234 | </aggregate-providers> | ||
| 235 | <provider-loader name="elytron" module="org.wildfly.security.elytron"/> | ||
| 236 | <provider-loader name="openssl" module="org.wildfly.openssl"/> | ||
| 237 | </providers> | ||
| 238 | <audit-logging> | ||
| 239 | <file-audit-log name="local-audit" path="audit.log" relative-to="jboss.server.log.dir" format="JSON"/> | ||
| 240 | </audit-logging> | ||
| 241 | <security-domains> | ||
| 242 | <security-domain name="ApplicationDomain" default-realm="ApplicationRealm" permission-mapper="default-permission-mapper"> | ||
| 243 | <realm name="ApplicationRealm" role-decoder="groups-to-roles"/> | ||
| 244 | <realm name="local"/> | ||
| 245 | </security-domain> | ||
| 246 | <security-domain name="ManagementDomain" default-realm="ManagementRealm" permission-mapper="default-permission-mapper"> | ||
| 247 | <realm name="ManagementRealm" role-decoder="groups-to-roles"/> | ||
| 248 | <realm name="local" role-mapper="super-user-mapper"/> | ||
| 249 | </security-domain> | ||
| 250 | </security-domains> | ||
| 251 | <security-realms> | ||
| 252 | <identity-realm name="local" identity="$local"/> | ||
| 253 | <properties-realm name="ApplicationRealm"> | ||
| 254 | <users-properties path="application-users.properties" relative-to="jboss.server.config.dir" digest-realm-name="ApplicationRealm"/> | ||
| 255 | <groups-properties path="application-roles.properties" relative-to="jboss.server.config.dir"/> | ||
| 256 | </properties-realm> | ||
| 257 | <properties-realm name="ManagementRealm"> | ||
| 258 | <users-properties path="mgmt-users.properties" relative-to="jboss.server.config.dir" digest-realm-name="ManagementRealm"/> | ||
| 259 | <groups-properties path="mgmt-groups.properties" relative-to="jboss.server.config.dir"/> | ||
| 260 | </properties-realm> | ||
| 261 | </security-realms> | ||
| 262 | <mappers> | ||
| 263 | <simple-permission-mapper name="default-permission-mapper" mapping-mode="first"> | ||
| 264 | <permission-mapping> | ||
| 265 | <principal name="anonymous"/> | ||
| 266 | <permission-set name="default-permissions"/> | ||
| 267 | </permission-mapping> | ||
| 268 | <permission-mapping match-all="true"> | ||
| 269 | <permission-set name="login-permission"/> | ||
| 270 | <permission-set name="default-permissions"/> | ||
| 271 | </permission-mapping> | ||
| 272 | </simple-permission-mapper> | ||
| 273 | <constant-realm-mapper name="local" realm-name="local"/> | ||
| 274 | <simple-role-decoder name="groups-to-roles" attribute="groups"/> | ||
| 275 | <constant-role-mapper name="super-user-mapper"> | ||
| 276 | <role name="SuperUser"/> | ||
| 277 | </constant-role-mapper> | ||
| 278 | </mappers> | ||
| 279 | <permission-sets> | ||
| 280 | <permission-set name="login-permission"> | ||
| 281 | <permission class-name="org.wildfly.security.auth.permission.LoginPermission"/> | ||
| 282 | </permission-set> | ||
| 283 | <permission-set name="default-permissions"> | ||
| 284 | <permission class-name="org.wildfly.extension.batch.jberet.deployment.BatchPermission" module="org.wildfly.extension.batch.jberet" target-name="*"/> | ||
| 285 | <permission class-name="org.wildfly.transaction.client.RemoteTransactionPermission" module="org.wildfly.transaction.client"/> | ||
| 286 | <permission class-name="org.jboss.ejb.client.RemoteEJBPermission" module="org.jboss.ejb-client"/> | ||
| 287 | </permission-set> | ||
| 288 | </permission-sets> | ||
| 289 | <http> | ||
| 290 | <http-authentication-factory name="management-http-authentication" security-domain="ManagementDomain" http-server-mechanism-factory="global"> | ||
| 291 | <mechanism-configuration> | ||
| 292 | <mechanism mechanism-name="DIGEST"> | ||
| 293 | <mechanism-realm realm-name="ManagementRealm"/> | ||
| 294 | </mechanism> | ||
| 295 | </mechanism-configuration> | ||
| 296 | </http-authentication-factory> | ||
| 297 | <provider-http-server-mechanism-factory name="global"/> | ||
| 298 | </http> | ||
| 299 | <sasl> | ||
| 300 | <sasl-authentication-factory name="application-sasl-authentication" sasl-server-factory="configured" security-domain="ApplicationDomain"> | ||
| 301 | <mechanism-configuration> | ||
| 302 | <mechanism mechanism-name="JBOSS-LOCAL-USER" realm-mapper="local"/> | ||
| 303 | <mechanism mechanism-name="DIGEST-MD5"> | ||
| 304 | <mechanism-realm realm-name="ApplicationRealm"/> | ||
| 305 | </mechanism> | ||
| 306 | </mechanism-configuration> | ||
| 307 | </sasl-authentication-factory> | ||
| 308 | <sasl-authentication-factory name="management-sasl-authentication" sasl-server-factory="configured" security-domain="ManagementDomain"> | ||
| 309 | <mechanism-configuration> | ||
| 310 | <mechanism mechanism-name="JBOSS-LOCAL-USER" realm-mapper="local"/> | ||
| 311 | <mechanism mechanism-name="DIGEST-MD5"> | ||
| 312 | <mechanism-realm realm-name="ManagementRealm"/> | ||
| 313 | </mechanism> | ||
| 314 | </mechanism-configuration> | ||
| 315 | </sasl-authentication-factory> | ||
| 316 | <configurable-sasl-server-factory name="configured" sasl-server-factory="elytron"> | ||
| 317 | <properties> | ||
| 318 | <property name="wildfly.sasl.local-user.default-user" value="$local"/> | ||
| 319 | </properties> | ||
| 320 | </configurable-sasl-server-factory> | ||
| 321 | <mechanism-provider-filtering-sasl-server-factory name="elytron" sasl-server-factory="global"> | ||
| 322 | <filters> | ||
| 323 | <filter provider-name="WildFlyElytron"/> | ||
| 324 | </filters> | ||
| 325 | </mechanism-provider-filtering-sasl-server-factory> | ||
| 326 | <provider-sasl-server-factory name="global"/> | ||
| 327 | </sasl> | ||
| 328 | </subsystem> | ||
| 329 | <subsystem xmlns="urn:jboss:domain:infinispan:7.0"> | ||
| 330 | <cache-container name="server" default-cache="default" module="org.wildfly.clustering.server"> | ||
| 331 | <local-cache name="default"> | ||
| 332 | <transaction mode="BATCH"/> | ||
| 333 | </local-cache> | ||
| 334 | </cache-container> | ||
| 335 | <cache-container name="web" default-cache="passivation" module="org.wildfly.clustering.web.infinispan"> | ||
| 336 | <local-cache name="passivation"> | ||
| 337 | <locking isolation="REPEATABLE_READ"/> | ||
| 338 | <transaction mode="BATCH"/> | ||
| 339 | <file-store passivation="true" purge="false"/> | ||
| 340 | </local-cache> | ||
| 341 | </cache-container> | ||
| 342 | <cache-container name="ejb" aliases="sfsb" default-cache="passivation" module="org.wildfly.clustering.ejb.infinispan"> | ||
| 343 | <local-cache name="passivation"> | ||
| 344 | <locking isolation="REPEATABLE_READ"/> | ||
| 345 | <transaction mode="BATCH"/> | ||
| 346 | <file-store passivation="true" purge="false"/> | ||
| 347 | </local-cache> | ||
| 348 | </cache-container> | ||
| 349 | <cache-container name="hibernate" module="org.infinispan.hibernate-cache"> | ||
| 350 | <local-cache name="entity"> | ||
| 351 | <transaction mode="NON_XA"/> | ||
| 352 | <object-memory size="10000"/> | ||
| 353 | <expiration max-idle="100000"/> | ||
| 354 | </local-cache> | ||
| 355 | <local-cache name="local-query"> | ||
| 356 | <object-memory size="10000"/> | ||
| 357 | <expiration max-idle="100000"/> | ||
| 358 | </local-cache> | ||
| 359 | <local-cache name="timestamps"/> | ||
| 360 | </cache-container> | ||
| 361 | </subsystem> | ||
| 362 | <subsystem xmlns="urn:jboss:domain:io:3.0"> | ||
| 363 | <worker name="default"/> | ||
| 364 | <buffer-pool name="default"/> | ||
| 365 | </subsystem> | ||
| 366 | <subsystem xmlns="urn:jboss:domain:jaxrs:1.0"/> | ||
| 367 | <subsystem xmlns="urn:jboss:domain:jca:5.0"> | ||
| 368 | <archive-validation enabled="true" fail-on-error="true" fail-on-warn="false"/> | ||
| 369 | <bean-validation enabled="true"/> | ||
| 370 | <default-workmanager> | ||
| 371 | <short-running-threads> | ||
| 372 | <core-threads count="50"/> | ||
| 373 | <queue-length count="50"/> | ||
| 374 | <max-threads count="50"/> | ||
| 375 | <keepalive-time time="10" unit="seconds"/> | ||
| 376 | </short-running-threads> | ||
| 377 | <long-running-threads> | ||
| 378 | <core-threads count="50"/> | ||
| 379 | <queue-length count="50"/> | ||
| 380 | <max-threads count="50"/> | ||
| 381 | <keepalive-time time="10" unit="seconds"/> | ||
| 382 | </long-running-threads> | ||
| 383 | </default-workmanager> | ||
| 384 | <cached-connection-manager/> | ||
| 385 | </subsystem> | ||
| 386 | <subsystem xmlns="urn:jboss:domain:jdr:1.0"/> | ||
| 387 | <subsystem xmlns="urn:jboss:domain:jmx:1.3"> | ||
| 388 | <expose-resolved-model/> | ||
| 389 | <expose-expression-model/> | ||
| 390 | <remoting-connector/> | ||
| 391 | </subsystem> | ||
| 392 | <subsystem xmlns="urn:jboss:domain:jpa:1.1"> | ||
| 393 | <jpa default-datasource="" default-extended-persistence-inheritance="DEEP"/> | ||
| 394 | </subsystem> | ||
| 395 | <subsystem xmlns="urn:jboss:domain:jsf:1.1"/> | ||
| 396 | <subsystem xmlns="urn:jboss:domain:mail:3.0"> | ||
| 397 | <mail-session name="default" jndi-name="java:jboss/mail/Default"> | ||
| 398 | <smtp-server outbound-socket-binding-ref="mail-smtp"/> | ||
| 399 | </mail-session> | ||
| 400 | </subsystem> | ||
| 401 | <subsystem xmlns="urn:wildfly:microprofile-config-smallrye:1.0"/> | ||
| 402 | <subsystem xmlns="urn:wildfly:microprofile-health-smallrye:1.0" security-enabled="false"/> | ||
| 403 | <subsystem xmlns="urn:wildfly:microprofile-opentracing-smallrye:1.0"/> | ||
| 404 | <subsystem xmlns="urn:jboss:domain:naming:2.0"> | ||
| 405 | <remote-naming/> | ||
| 406 | </subsystem> | ||
| 407 | <subsystem xmlns="urn:jboss:domain:pojo:1.0"/> | ||
| 408 | <subsystem xmlns="urn:jboss:domain:remoting:4.0"> | ||
| 409 | <http-connector name="http-remoting-connector" connector-ref="default" security-realm="ApplicationRealm"/> | ||
| 410 | </subsystem> | ||
| 411 | <subsystem xmlns="urn:jboss:domain:request-controller:1.0"/> | ||
| 412 | <subsystem xmlns="urn:jboss:domain:resource-adapters:5.0"/> | ||
| 413 | <subsystem xmlns="urn:jboss:domain:sar:1.0"/> | ||
| 414 | <subsystem xmlns="urn:jboss:domain:security:2.0"> | ||
| 415 | <security-domains> | ||
| 416 | <security-domain name="other" cache-type="default"> | ||
| 417 | <authentication> | ||
| 418 | <login-module code="Remoting" flag="optional"> | ||
| 419 | <module-option name="password-stacking" value="useFirstPass"/> | ||
| 420 | </login-module> | ||
| 421 | <login-module code="RealmDirect" flag="required"> | ||
| 422 | <module-option name="password-stacking" value="useFirstPass"/> | ||
| 423 | </login-module> | ||
| 424 | </authentication> | ||
| 425 | </security-domain> | ||
| 426 | <security-domain name="jboss-web-policy" cache-type="default"> | ||
| 427 | <authorization> | ||
| 428 | <policy-module code="Delegating" flag="required"/> | ||
| 429 | </authorization> | ||
| 430 | </security-domain> | ||
| 431 | <security-domain name="jaspitest" cache-type="default"> | ||
| 432 | <authentication-jaspi> | ||
| 433 | <login-module-stack name="dummy"> | ||
| 434 | <login-module code="Dummy" flag="optional"/> | ||
| 435 | </login-module-stack> | ||
| 436 | <auth-module code="Dummy"/> | ||
| 437 | </authentication-jaspi> | ||
| 438 | </security-domain> | ||
| 439 | <security-domain name="jboss-ejb-policy" cache-type="default"> | ||
| 440 | <authorization> | ||
| 441 | <policy-module code="Delegating" flag="required"/> | ||
| 442 | </authorization> | ||
| 443 | </security-domain> | ||
| 444 | </security-domains> | ||
| 445 | </subsystem> | ||
| 446 | <subsystem xmlns="urn:jboss:domain:security-manager:1.0"> | ||
| 447 | <deployment-permissions> | ||
| 448 | <maximum-set> | ||
| 449 | <permission class="java.security.AllPermission"/> | ||
| 450 | </maximum-set> | ||
| 451 | </deployment-permissions> | ||
| 452 | </subsystem> | ||
| 453 | <subsystem xmlns="urn:jboss:domain:transactions:5.0"> | ||
| 454 | <core-environment node-identifier="${jboss.tx.node.id:1}"> | ||
| 455 | <process-id> | ||
| 456 | <uuid/> | ||
| 457 | </process-id> | ||
| 458 | </core-environment> | ||
| 459 | <recovery-environment socket-binding="txn-recovery-environment" status-socket-binding="txn-status-manager"/> | ||
| 460 | <object-store path="tx-object-store" relative-to="jboss.server.data.dir"/> | ||
| 461 | </subsystem> | ||
| 462 | <subsystem xmlns="urn:jboss:domain:undertow:7.0" default-server="default-server" default-virtual-host="default-host" default-servlet-container="default" default-security-domain="other"> | ||
| 463 | <buffer-cache name="default"/> | ||
| 464 | <server name="default-server"> | ||
| 465 | <http-listener name="default" socket-binding="http" redirect-socket="https" enable-http2="true"/> | ||
| 466 | <https-listener name="https" socket-binding="https" security-realm="ApplicationRealm" enable-http2="true"/> | ||
| 467 | <host name="default-host" alias="localhost"> | ||
| 468 | <location name="/" handler="welcome-content"/> | ||
| 469 | <http-invoker security-realm="ApplicationRealm"/> | ||
| 470 | </host> | ||
| 471 | </server> | ||
| 472 | <servlet-container name="default"> | ||
| 473 | <jsp-config/> | ||
| 474 | <websockets/> | ||
| 475 | </servlet-container> | ||
| 476 | <handlers> | ||
| 477 | <file name="welcome-content" path="${jboss.home.dir}/welcome-content"/> | ||
| 478 | </handlers> | ||
| 479 | </subsystem> | ||
| 480 | <subsystem xmlns="urn:jboss:domain:webservices:2.0"> | ||
| 481 | <wsdl-host>${jboss.bind.address:127.0.0.1}</wsdl-host> | ||
| 482 | <endpoint-config name="Standard-Endpoint-Config"/> | ||
| 483 | <endpoint-config name="Recording-Endpoint-Config"> | ||
| 484 | <pre-handler-chain name="recording-handlers" protocol-bindings="##SOAP11_HTTP ##SOAP11_HTTP_MTOM ##SOAP12_HTTP ##SOAP12_HTTP_MTOM"> | ||
| 485 | <handler name="RecordingHandler" class="org.jboss.ws.common.invocation.RecordingServerHandler"/> | ||
| 486 | </pre-handler-chain> | ||
| 487 | </endpoint-config> | ||
| 488 | <client-config name="Standard-Client-Config"/> | ||
| 489 | </subsystem> | ||
| 490 | <subsystem xmlns="urn:jboss:domain:weld:4.0"/> | ||
| 491 | </profile> | ||
| 492 | <interfaces> | ||
| 493 | <interface name="management"> | ||
| 494 | <inet-address value="${jboss.bind.address.management:127.0.0.1}"/> | ||
| 495 | </interface> | ||
| 496 | <interface name="public"> | ||
| 497 | <inet-address value="${jboss.bind.address:127.0.0.1}"/> | ||
| 498 | </interface> | ||
| 499 | </interfaces> | ||
| 500 | <socket-binding-group name="standard-sockets" default-interface="public" port-offset="${jboss.socket.binding.port-offset:0}"> | ||
| 501 | <socket-binding name="management-http" interface="management" port="${jboss.management.http.port:9990}"/> | ||
| 502 | <socket-binding name="management-https" interface="management" port="${jboss.management.https.port:9993}"/> | ||
| 503 | <socket-binding name="ajp" port="${jboss.ajp.port:8009}"/> | ||
| 504 | <socket-binding name="http" port="${jboss.http.port:8080}"/> | ||
| 505 | <socket-binding name="https" port="${jboss.https.port:8443}"/> | ||
| 506 | <socket-binding name="txn-recovery-environment" port="4712"/> | ||
| 507 | <socket-binding name="txn-status-manager" port="4713"/> | ||
| 508 | <outbound-socket-binding name="mail-smtp"> | ||
| 509 | <remote-destination host="localhost" port="25"/> | ||
| 510 | </outbound-socket-binding> | ||
| 511 | </socket-binding-group> | ||
| 512 | </server> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or sign in to post a comment