Create Context
Creates a new subcontext in the current context.
Syntax
create context context-name
Remarks
You can specify context-name using an absolute or relative path name; however, the parent contexts in the path must already exist.
Examples
The following command creates the context ctx1:
\> create context ctx1
The following example uses an absolute path to create a subcontext in ctx1 and then lists the contents of the ctx1 context:
> create context /ctx1/ctx2
> ls /ctx1
[0]: ctx2 ==> com.webmethods.jms.naming.WmJMSNamingContext
Related Commands