I'm creating the URL resorce on WebSphere 7 with the following Jython script:
AdminResources.createURL(node, server, urlProvider, 'MyUrl', 'url/MyUrl', '/my/url')
The problem is, the scope of new URL Resource is set to node+server. In Admin Console I can create URLs with scope set to cell, node or node+server. How can I set the scope of the new URL Resource from jython script?