732 IBM WebSphere Portal for Multiplatforms V5 Handbook
E.5.5 Preparing the batch file (.jacl) to run the wsadmin file
In order to run the command automatically and not interactively, we create one
file called prepare.jacl which includes the wsadmin command discussed in E.5.4,
“Regenerating the plugin using the wsadmin command” on page 731.
The file prepare.jacl is located in the /export/home/screen directory and its
content is as follows:
set vh [$AdminConfig getid /VirtualHost:default_host/]
$AdminConfig modify $vh { {aliases { {{ hostname sun1.itso.ral.ibm.com }
{port 80}}}} }
$AdminConfig save
set generator [$AdminControl completeObjectName
type=PluginCfgGenerator,node=sun2,*]
$AdminControl invoke $generator generate "/opt/WebSphere/AppServ ...