Replace Server and port on the below snippet and run the for loop .It will list all the Protocols and ciphers supported by the port
Author: admin
Take the process id from Running Jboss server and replace below JAVA_PID jmap -dump:format=b,file=heap.hprof JAVA_PID jstack -l JAVA_PID > jstack.out if you want to take
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>
Follow below steps To Map Users to Roles : jbadmin ==> Administrator jbdeploy ==> Deployer Step 1: To Configure jbdeploy to give it to the
Cluster Creation :- To setup cluster we have to follow below steps . JBOSS should be configured in domain mode where domain.xml and host.xml files
Create 2 Users. one for Admin console and another for Slave to connect to master . Follow below steps .steps are same for Jboss EAP
#!/bin/bash # For different version update keyword correctly go get jboss process like jboss-eap-7.x procCount=`ps -ef |grep “jboss-eap-6.4/” |grep -v grep |wc -l` if [