Objective: This python/jython (wsadmin) script will help you to print the “Running Server List” per everyNode registered under Cell(dmgr) with up time and heap usage. This script can be used in websphere application server 6.1 and above. Compatibility: WAS6.1 and above Script: Result: Hope it helps Hey There You can[...]
Read moreAuthor: Sarav AK
Websphere Connection Pool Monitoring - wsadmin script
In this post we are providing WebSphere connection pool monitoring - wsadmin script. Its written in Python/Jython and can be used for WebSphere application server 6+ versions How the script is designed It will find all the running server instances registered with Websphere Application server DMGR (cell) and take a list of[...]
Read moreActivemq simple jms client to test queue and topic - ActiveMQ CLI
In this post, we will provide a Simple Java JMS Client Program to Test Active MQ Queue and Topic, this program is designed to take username and password(securely) and the broker URL from the user at the runtime. It is designed to do both Send and Receive operations for both[...]
Read moreFind Empty Directories in Linux - When there is no Empty Option
The Objective of this post gives you a hack to find Empty Directories in Unix Where there is no -empty option supported with the find command I have recently had a requirement of finding the empty directories in mount point (or) file system where there is no "-empty" option[...]
Read moreApache Webserver Basic Authentication using htpasswd - How to
Overview To Secure the Apache Virtualhost (or) a particular document root /directory. We can use this Basic Auth mechanism. When the user is trying to access the resource from the directory. User will be prompted for Authentication. Step1 Create a Password file with username and password entry using htpasswd tool. Available[...]
Read moreHow to integrate weblogic and apache web server - Steps
Weblogic and Apache Webserver integration To Integrate Weblogic Application server with Apache Webserver, We have to install weblogic plugin on the Apache HTTP Server. Plugins for Apache will be available on Oracle (or) you can find them in your weblogic installed location under " ServerRoot/server/plugins" Under plugins directory of weblogic server[...]
Read moreHow to install IBM HTTP Server and Websphere Plugin - IBM Installation Manager
This post gives the screenshots and steps to install the IBM HTTP server and WebSphere plugin. Step1: Launch the Installation Manager and add the Diskconfig files using the File – > Preferences tab in the Installation Manager Step2: Add a repository using Add Repository Button and install the Packages using[...]
Read moreF5 - How to List All Virtual Servers with Persistence Profiles
For F5 BigIP professionals/administrators, it is a tough but indispensable job, to generate reports of virtual servers and their associated resources like iRule, Persistence Profile, Client SSL profile etc. I have already written various scripts to efficiently perform some of these reporting tasks and shared it here. you can find them[...]
Read moreHow to deploy an application in Weblogic using REST API
Weblogic REST API (or) Weblogic RESTful services is an innovative approach to manage your weblogic application server. Weblogic REST API could help you do various administration tasks like start, stop, deployment tasks, monitoring, Resource creation like JDBC, Server, Cluster so on and so forth. Weblogic REST API can be easily[...]
Read more