How can I get the context root of an application using a wsadmin jython script with -conntype NONE in WAS -
i trying create script prints out web urls of commonly used applications, having difficulty finding wsadmin command web context root application.
i aware adminapp.view(app, '-ctxrootforwebmod')
contains information, wondering if there call return context root.
i use taskinfo mapping details:
print adminapp.taskinfo('<filename>', '-ctxrootforwebmod')
Comments
Post a Comment