IBM Websphere Application Server 5.1 init script for Linux
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).
#!/bin/sh # chkconfig: 35 99 10 # description: Starts and stops Websphere Application Server . /lib …