December 2002
Intermediate to advanced
556 pages
12h 29m
English
This section lists some useful scripts to make the configuration more convenient for WebSphere.
Each script will show and teach something new with the scripting language, and at the end you will learn how to create your own scripts based on these. Remember that you can always refer to the InfoCenter for scripting references and more scripting samples.
The following script can enable or disable global security for the application server, depending on the parameter value passed to the interpreter. For more information on this script, check the comments in the source below.
# global security # usage: wsadmin globalsecurity.jacl [enable | disable] # store the pointer to the ... |
Read now
Unlock full access