Apache Tomcat

How to extract Tomcat MBean values at startup?

MBeans are managed beans, Java objects that represent resources to be managed. Tomcat exposes its resource to […]

Apache Tomcat

Configure Tomcat to startup automatically at server reboot using systemd

Follow the below steps to configure tomcat (or any other process) to startup automatically at […]

Apache Tomcat

Configure SSL in Tomcat

SSL configuration in Tomcat is a common task. Let’s look at both one-way and two-way […]

SSL

Managing SSL Certificates using keytool Command

All Java versions come with the keytool utility, and it is a very useful command […]

WebSphere MQ

IBM MQ Connection Authentication

When a client tries to connect to IBM MQ, Authentication and Authorization works at 3 […]

General Middleware

WebSphere MQ Channel Authentication

As mentioned in the previous post, when a client tries to connect to WebSphere MQ, […]

WebSphere MQ

How to Connect to WebSphere MQ Queue Manager using CCDT file?

CCDT stands for Client Connection Definition Table. We can use such files to connect to […]

WebSphere MQ

How to Connect to WebSphere MQ Queue Manager using mqclient.ini?

You can find a full version of the mqclient.ini file from IBM Documentation. However, below […]

WebSphere MQ

WebSphere MQ Configuration

Create a Queue Manager crtmqm -lc -ld /var/mqm/logs -md /var/mqm -q qmgr1 -lc : Circular […]