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
Next revision
Previous revision
Next revision Both sides next revision
wildfly [2020/07/23 11:44]
mstraub
wildfly [2020/07/23 12:10]
mstraub [Installation]
Line 16: Line 16:
 sudo chown --no-dereference wildfly:​wildfly /​opt/​wildfly sudo chown --no-dereference wildfly:​wildfly /​opt/​wildfly
 sudo chown -HR wildfly:​wildfly /​opt/​wildfly sudo chown -HR wildfly:​wildfly /​opt/​wildfly
 +</​code>​
 +
 +Create a management user
 +<code bash>
 +sudo -u wildfly /​opt/​wildfly/​bin/​add-user.sh ​
 </​code>​ </​code>​
  
Line 22: Line 27:
 sudo -u wildfly /​opt/​wildfly/​bin/​standalone.sh sudo -u wildfly /​opt/​wildfly/​bin/​standalone.sh
 </​code>​ </​code>​
 +
 +Visit the managment console: https://​localhost:​9990
  
  
Line 79: Line 86:
 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.
  
-Add these system properties to your ''/​opt/​wildfly/​standalone/​configuration/​standalone.xml''​ after the initial modules ​section ​(the timeout value is in seconds):+Add these system properties to your ''/​opt/​wildfly/​standalone/​configuration/​standalone.xml''​. The system-properties are a child element of server and must come after the extensions ​section. The timeout value is in seconds:
  
 <code xml> <code xml>
-<​system-properties>​ +<​server..>​ 
-    <​property name="​jboss.as.management.blocking.timeout"​ value="​900"/>​ +    <​extensions>​ 
-</​system-properties>​+        ... 
 +    </​extensions>​ 
 +    ​<​system-properties>​ 
 +        <​property name="​jboss.as.management.blocking.timeout"​ value="​900"/>​ 
 +    </​system-properties>​ 
 +    ...
 </​code>​ </​code>​
  
wildfly.txt · Last modified: 2020/10/29 14:13 by mstraub