Starting the Network Server Starting the Network Serverfrom scripts Network Serverstarting

Note that you should always properly shut down the Network Server after use, because failure to do so might result in unpredictable side-effects, such as blocked ports on the server.

Use the startNetworkServer.bat script to start the Network Server on Windows machines and the startNetworkServer.ksh script to start the Network Server on UNIX systems. These scripts are located in $/frameworks/NetworkServer/bin, where $ is the directory where you installed .

You can run NetworkServerControl commands only from the host that started the Network Server.

To start the Network Server, you run the appropriate script from the command line. For example, on a Windows system, if you have installed in the default directory on the C drive and you have set up your classpath correctly, type the following command:$\frameworks\NetworkServer\bin\startNetworkserver.batThe default system directory is the directory in which was started. (See the for more information about the default system directory.)You can set $\frameworks\NetworkServer\bin in your path to shorten the command.

By default, the Network Server will listen to requests only on the loopback address, which means that it will only accept connections from the local host.