Get list of all applications deployed on a weblogic server
问题 Using the following code, I am able to connect to the weblogic server. Now I want to get a list of all the applications deployed on the server. listapplications() from the command prompt lists the applications, but I am not able to store the output into a variable when I execute interpreter.exec(listapplications()) because interpreter.exec returns a void. Any ideas on how can I store the applications list in a collection/array? Any other alternative or leads would also help. import org.python