Commands (wsadmin scripting) for configuring the Business Space component for dashboards

Look up a scripting object or command class to find details about its command syntax.

The wsadmin tool is located under <WAS_INSTALL_DIR>/bin and <WAS_PROFILE_DIR>/bin. Use one of the following commands to launch it:
  • For Jython:
    • For Windows operating systemwsadmin -lang jython
    • For Linux operating systemFor UNIX operating system./wsadmin.sh -lang jython
  • For Jacl:
    • For Windows operating systemwsadmin
    • For Linux operating systemFor UNIX operating system./wsadmin.sh
For most of the Business Space commands, it is recommended that you run the wsadmin tool in disconnected mode (that is, with the server stopped). To do this, use the -conntype NONE parameter:
  • For Jython:
    • For Windows operating systemwsadmin -lang jython -conntype NONE
    • For Linux operating systemFor UNIX operating system./wsadmin.sh -lang jython -conntype NONE
  • For Jacl:
    • For Windows operating systemwsadmin -conntype NONE
    • For Linux operating systemFor UNIX operating system./wsadmin.sh -conntype NONE