Archive for the ‘Websphere’ Category

IBM Websphere Application Server 5.1 init script for Linux

Friday, November 2nd, 2007

WAS does not seem to install any default init scripts, so I created one. You can configure it to start and stop multiple application servers by listing them all in the APPSERVERS variable (separated by spaces).

(more…)

Starting and stopping IBM Websphere MQ on a Redhat Enterprise Linux box

Wednesday, July 25th, 2007

Here’s a little script I made for starting and stopping Websphere MQ on a RHEL 4. It is useful for a simple configuration with one Queue Manager and listener. Just put your queue manager name in the QMGR variable and the listener port to the PORT variable, and save the script to your /etc/init.d.

(more…)