Set WebSphere Application Servers To Auto Start
The following is an excerpt from Jeff Stevenson's Technology Blog: To have the application servers automatically restart, set the Node restart state to RUNNING in...
Add Environments To User Or Group Using SQL
The following SQL statement can be used to add an environment to a user or group: insert into sy900/f0093 values('48APINQ','JDV900','3.00','') Have fun!