Patching Download Patch from https://access.redhat.com/downloads/.Before running any jboss commands please make sure JAVA_HOME is set export JAVA_HOME=/app/java8_64Go to JAVA_HOME/bin and run jboss-cli.sh then run below

Read More

1.edit host or standalone.xml and add below JKS <security-realms> <security-realm name=”httpsrealm”> <server-identities> <ssl> <keystore path=”/app/ssl/keystore.jks” keystore-password=”xxxx” alias=”site”/> </ssl> </server-identities> <authentication> <truststore path=”/app/ssl/truststore.jks” keystore-password=”xxxxxx”/> </authentication> </security-realm>

Read More