Configuring JBOSS to MQ is pretty easy . Just follow below steps1.Download wmq.jmsra.rar from IBM site or copy from from MQ server .2.Install wmq.jmsra.rar on
Author: ameadmin
1.Create JKS file and generate self signed certificatekeytool -genkey -alias jboss -keysize 2048 -validity 365 -keyalg RSA -sigalg SHA256withRSA -keystore jboss.jks -storepass jboss@123 -keypass jboss@123
There might be multiple reasons for the starup slowness . To troubleshoot the issue fist remove the application targeted from the application server for this
There are multiple reasons for SSL handshake . When we get this Error on the logs . First of all we need to verify server
We can see every product used its own naming conversions on the ciphers used . Ex openssl , Java , . Looking at the names
Run the following jar using the underlined java for which we intend to know the ciphers supported if JAVA in /app/java8_64 /app/java8_64/bin/java -jar showciphers.jar Download
Add listed Ciphers using SSLCipherSuite directive in Apache HTTPD inside SSL virtual host as below : ~~~~~~~ SSLProtocol all -SSLv3 -TLSv1 -TLSv1.1 SSLCipherSuite ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256 ~~~~~~~
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
JBOSS SETUP Domain Mode 1. Download jboss-eap-6.4.0.zip extract on /app/jboss 2. Extract the zip in to /app/jboss on both [App1a and App2a ] 3. Install
Sample Datasource for DB2 in the config file looks like below . MariaDB DataSource in the config file looks like below