Tagged Questions
3
votes
2answers
1k views
NameSpaceBinding and wsadmin
I am trying to create a StringNameSpaceBinding using the wsadmin tool of Websphere 6.1
Here are the steps i take
set cell [$AdminConfig getid /Cell:cell/]
$AdminConfig create StringNameSpaceBinding ...
1
vote
2answers
58 views
Parsing command line options in Jython 2.1
I'm using Jython 2.1 for wsadmin scripting and want to find a better way of parsing command line options. I'm currently doing this:
-> deploy.py foo bar baz
and then in the script:
foo = ...