Tagged Questions
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 = ...
0
votes
1answer
939 views
Set WAS Process Definition Environment Entries using Jython?
Is it possible to add custom Process Definition environment entry in a WebSphere Application Server using a jython script?
I see that the existing properties in the server.xml are assigned ...