Tag Archives: display
Example WebSphere Jython to display status information
The following Jython displays the status of all Application servers, their Process Id, actual host and the applications they have installed within them. See also Convert String to List post for wsadminToList function. #—————————————————————- # Display status info #—————————————————————- def … Continue reading
Example WebSphere Jython to display endpoint information
The following is a simple Jython function to display endpoint information for a WebSphere cell: See also Convert String to List post for wsadminToList function. #—————————————————————- # Display End Point info #—————————————————————- def displayEndPointsFunc ( ): print “” print “================================================================” … Continue reading






