Home

 

Running Bookmarks administrative commands

Run administrative commands from the wsadmin command line to directly interact with Bookmarks. You do not have to check out files or restart the server for changes to take effect.

Use wsadmin

Administrative commands require you to start the wsadmin command line processor. From there, you run Jython scripts to administer the Bookmarks feature. These config-admin scripts get and set properties using the AdminConfig object (wsadmin) available in WebSphere Application Server to interact with the Bookmarks server. Unlike with configuration properties, when you use administrative commands to change server administration properties, you do not have to check out any files nor restart the server. Your changes take effect immediately. When executing the MBean commands, if the command encounters an input that is not valid, such as a missing quote or incorrect file path, the following exception can be returned in the wsadmin console:

To determine what went wrong, you can examine the SystemOut.log file. It should show an exception entered as a result of the Mbean command responsible for the exception.

To change Bookmarks administrative settings...

  1. Open a command window and start the wsadmin command line tool as described in the topic, Starting wsadmin.

  2. Start the Bookmarks script with the following command:

  3. Network deployment:

      execfile("WAS_HOME/profiles/Dmgr01/config/bin_lc_admin/
       dogearAdmin.py")
      


Administer Bookmarks

 

Related tasks

Start wsadmin


+

Search Tips   |   Advanced Search