03-08-06 12:53 PM
sushant248@hotmail.com wrote:
> Thanks Ken. I know about "-help", but that didn't help. When I try
>
> C:\>wsadmin -conntype SOAP -host 172.19.39.53 -port 8880 -f "uninstWASJacl
.jacl" z
>
> I get
>
> WASX7209I: Connected to process "server1" on node KIGUR-aplvmdel2Node01 us
ing SOAP connector; The type of process is: UnManagedProcess
> WASX7303I: The following unrecognized options are passed to the scripting
environment and are available as argv: "[z]"
>
> Please help with an example.
You're making this harder than it is :-). That message is stating
precisely that 'z' is now in argv.
with that invocation above, sys.argv[0] == 'z'
Ken
PS - that's a totally stupid message from wsadmin
[ Post a follow-up to this message ]
|