This URL format allows you to start the server when your client program needs to connect to it. You can specify that the server runs in process with the client or in a separate process on the same machine. This feature is useful when you have applications that users must be able to run when disconnected from the network. You must deploy the client application with an export configuration that includes the files required to run the server and all server-side components hosted in the server. For more information, see Chapter 7, “Exporting Server Modules,” in the System Administration Guide.
To start the server in-process, use the URL format:
run-server:server
Where server is the name of the server to run. To start the server in a separate process, use the URL format:
start-server:server