A system administrator has created a Python script called globalScript. py.
What should the administrator do to ensure globalScript. py is loaded when the wsadmin shell is used?
Compile globalScript.py to a Java class in the bin directory.
Invoke wsadmin with the argument-profileName globalScript.py.
Modify the configureCustomProperty script to import globalScript. py.
Set the script profiles in the wsadmin.properties file to load globalScript .py.
Submit