Example: Migrating - Displaying help

  • wscp V4.0

    To obtain general help, use the following example

    help
    

    To obtain help on a particular object, use the following example

    ApplicationServer help
    

  • wsadmin V6.x

    To list all of the options available, use the following example:

    Jacl

    $Help scriptingObject
    

    Jython

    Help.scriptingObject()
    
    where scriptingObject can be AdminConfig, AdminControl, AdminApp or AdminTask.