Have a strange problem with jython script execution in WAS70 (solaris): wsadmin.sh in interactive mode versus with -f option.
AdminConfig.show('') works in the interactive mode of the wsadmin.sh but it doesn't show any output when run with wsadmin.sh -lang jython -f ./
I suspect something is not loaded when used with wsadmin.sh -f
what is the difference running wsadmin.sh in interactive mode like /bin/wsadmin.sh -lang jython versus /bin/wsadmin.sh -lang jython -f ./
How do I determine what is being loaded(like property files) in both mode?
Thx Ronin