What should the administrator do to ensure globalScript.py is loaded when the wsadmin shell is used?
A system administrator has created a Jython script called globalScript.py. What should the administrator do to ensure globalScript.py is loaded when the wsadmin shell is used?A . Compile globalScript.py to a Java class in the bin directory.B . Invoke wsadmin with the argument CprofileName globalScript.py.C . Modify the configureCustomProperty script...