User Tools

Site Tools


wildfly

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
wildfly [2020/10/08 16:04]
mstraub [HTTPS & TLS Certificate]
wildfly [2020/10/29 14:12]
mstraub [Deployment Timeout]
Line 82: Line 82:
  
  
-==== Deployment Timeout ​====+==== Timeouts ​====
  
 In case your deployments have a long setup time you must extend the default limit of 300 seconds. In case your deployments have a long setup time you must extend the default limit of 300 seconds.
Line 111: Line 111:
     ...     ...
 </​profile>​ </​profile>​
 +</​code>​
 +
 +And to allow long transactions (if your logs contain tasks cancelled by the TransactionReaper) configure the default-timeout of the transaction subsystem:
 +
 +<code xml>
 +    <​subsystem xmlns="​urn:​jboss:​domain:​transactions:​5.0">​
 +        <​core-environment node-identifier="​${jboss.tx.node.id:​1}">​
 +            <​process-id>​
 +                <​uuid/>​
 +            </​process-id>​
 +        </​core-environment>​
 +        <​recovery-environment socket-binding="​txn-recovery-environment"​ status-socket-binding="​txn-status-manager"/>​
 +        <​coordinator-environment default-timeout="​900"​ statistics-enabled="​${wildfly.transactions.statistics-enabled:​${wildfly.statistics-enabled:​false}}"/>​
 +        <​object-store path="​tx-object-store"​ relative-to="​jboss.server.data.dir"/>​
 +    </​subsystem>​
 </​code>​ </​code>​
  
wildfly.txt ยท Last modified: 2020/10/29 14:13 by mstraub