Running OSGI Commands from bwadmin Command Line
Copyright © Cloud Software Group, Inc. All rights reserved.
Follow these steps to execute OSGI commands from the bwadmin command line.
bwamdin[admin@MyDomain/MyAppSpace]> osgi -n MyAppNode "la"
Option | Description |
---|---|
-descr/ -description | Description of an entity |
-t/-outputfile | The OSGI command output is provided in a newly created text file. The text file is written to the /bin folder by default, but you can specify a different location, for example, C:/temp/OSGI_OUTPUT.txt. |
-d/-domain | Specifies the domain name. |
-a/-appspace | Specifies the name of the AppSpace. |
-n/-appnode | Specifies the name of the AppNode. |
--help | Lists all OSGI commands.
For more information on specific commands, see OSGi Commands. |