Tag Archives: Application server

Example WebSphere Jython Application Server Transaction Settings

The following sets some specific transaction properties for the application server. It will also set any additional custom properties set in the asTransactionProperties variable. Required for this code: CellName, nodeName, appServerOrclusterMemberName asTransactionLogDirectory = “;4M” means, use the default directory, and … Continue reading

Posted in Code, Jython for WebSphere | Tagged , , , , , , , , | Leave a comment

Example WebSphere Jython to stop an Application Server

Stop an application server given a nodeName and serverName: #—————————————————————- # Stop a server #—————————————————————- def stopAppServer ( serverName, nodeName ): #————————————————————– # — is a server by this name already running on the node? #————————————————————– print “—> Checking to … Continue reading

Posted in Code, Jython for WebSphere | Tagged , , , | Leave a comment