The new command-line only server (vmwb-server) can be used to run the server manually from any shell. The server must be provided a path to a location to use for a workspace, that is a place to cache log files that are read during the process of log analysis. This workspace location must be unique to this server instance and cannot be shared with other server instances or with the IDE.
The IDE currently is configured to use a fixed default port of 12443 for the server. You can start the server at the command in a mode where it also uses this same default port by doing:
If you cannot have the server on the default port, you can manually specify which port(s) you would like it to use. There are actually two ports, one for the web services (12443 by default) and one for an administration interface (
12221 by default). In the example that follows, the command is given with a value of
0 (which causes the dynamic allocation of the ports) but you can change this value to anything you wish.