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 [2018/07/10 10:36]
mstraub [Installation]
wildfly [2018/11/09 12:59]
mstraub [HTTPS & TLS Certificate]
Line 205: Line 205:
 <​https-listener name="​default-ssl"​ socket-binding="​https"​ security-realm="​SslRealm"​ enable-http2="​true"/>​ <​https-listener name="​default-ssl"​ socket-binding="​https"​ security-realm="​SslRealm"​ enable-http2="​true"/>​
 </​code>​ </​code>​
 +
 +See [[SSL/TSL Certificates]] for more details.
  
 Sources: http://​reallifejava.com/​configuring-ssl-in-wildfly-8,​ https://​stackoverflow.com/​questions/​32008182/​wildfly-9-http-to-https Sources: http://​reallifejava.com/​configuring-ssl-in-wildfly-8,​ https://​stackoverflow.com/​questions/​32008182/​wildfly-9-http-to-https
Line 219: Line 221:
  
 Using Maven to deploy to WildFly/​Jboss:​ [[maven#​deploy_to_jboss]] Using Maven to deploy to WildFly/​Jboss:​ [[maven#​deploy_to_jboss]]
 +
 +===== Maven Projects Using WildFly =====
 +
 +Check the [[https://​github.com/​wildfly/​quickstart|official quickstart tutorials]] and the [[https://​github.com/​wildfly/​boms|BOMs]]
 +
 +
  
 ===== Database Connectivity (PostgreSQL) ===== ===== Database Connectivity (PostgreSQL) =====
wildfly.txt ยท Last modified: 2020/10/29 14:13 by mstraub