Restarting the web service

Whenever you make changes to an IBM® SPSS® Modeler Server in the Administration Console, you must restart the web service.

To restart the web service on Microsoft Windows:

  1. On the computer where you installed IBM SPSS Modeler, select Services from Administrative Tools on the Control Panel.
  2. Locate the server in the list and restart it.
  3. Click OK to close the dialog box.

To restart the web service on UNIX:

On UNIX, you must restart the IBM SPSS Modeler Server by running the modelersrv.sh script in the IBM SPSS Modeler Server installation directory.

  1. Change to the IBM SPSS Modeler Server installation directory. For example, at a UNIX command prompt, type:

    cd /usr/<modelersrv>, where modelersrv is the IBM SPSS Modeler Server installation directory.

  2. To stop the server, at the command prompt, type

    ./modelersrv.sh stop

  3. To restart the server, at the command prompt, type

    ./modelersrv.sh start