Sun Microsystems 3 Tablet Accessory User Manual


 
Managing Registrations with Conductor Script
244 iPlanet Integration Server Process System Guide August 2001
To make an iIS library distribution
1. Use the SetWorkspace command to make a particular workspace current.
2. Use the Open command to open the current workspace.
3. Use the ListPlans command to display iIS plans in the workspace.
4. Use the FindPlan command to make a particular plan current.
5. Use the CompilePlan command to create a TOOL project for the plan.
6. Use the MakeConductorDistribution command to generate an iIS library
distribution.
The library distribution is saved in the FORTE_ROOT/appdist directory on the
central server node in your iIS system.
The commands needed to make iIS library distributions, except for
MakeConductorDistribution, are documented in the iPlanet UDS Fscript Reference
Guide and summarized in the table below:
Command Arguments Function
Close —— Close the current
workspace.
IncludePublicPlan plan_name Include a
publicly-available plan in
the current workspace.
ListPublicPlans [match_string]
[show_unintegrated]
[show_internal]
List the publicly available
plans in the repository.
ListWorkspaces [verbose_flag] List the workspaces in the
repository.
NewWorkspace workspace_name Create a new workspace in
current repository.
Open [permissions]
[workspace_password]
Open the workspace
specified on the last
SetWorkspace command.
SetRepos repository_name Set the name of the
repository for the next
Open command.
SetWorkspace workspace_name Set the name of the
workspace for the next
Open command.