+

Search Tips   |   Advanced Search

Run Wikis administrative commands

Use administrative commands to perform tasks that manipulate Wikis content.

To run administrative commands, use wsadmin.sh.

Administrative commands interact with the Wikis application, and its resources through scripts. These scripts use the AdminControl object available in the wsadmin tool to interact with the Wikis server.

If an error occurs when we are executing the commands, we can examine SystemOut.log to determine what went wrong.

To run Wikis administrative commands:

  1. Start the wsadmin client.

  2. Start the Wikis Jython script interpreter :

      execfile("wikisAdmin.py")

  3. See Wikis administrative commands for a complete list of administrative commands for the Wikis application.


Parent topic:
Administer Wikis


Related:

Start the wsadmin client