Many wstool commands take one or more entity identifiers as arguments. An entity identifier is a string of the form EntityType:EntityName that uniquely identifies an entry in the repository; for example, a server, component, collection, or keystore name.
Table 9-1 provides examples of entity identifiers for each entity type.
Entity identifier |
Specifies |
---|---|
|
Component named SVULogin that is installed in the SVU package. The package name is included because EAServer components always reside in packages. |
|
The Web services collection named MyCollection. |
|
The isLogin method of component SVULogin in package SVU. |
|
The role named MyRole. |
|
The server named Jaguar. |
|
The Web service named MyWebService contained in the MyWcoll Web collection. |
|
The method parameters for the isLogin method of component SVULogin in package SVU. |
Not all wstool commands support every type of entity in the repository. Use the help option to see the supported entities for each command.
When a command specifies an invalid entity type, an error message displays.