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:
- On the computer where you installed IBM SPSS Modeler, select Services from Administrative Tools on the Control Panel.
- Locate the server in the list and restart it.
- 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.
- 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. - To stop the server, at the command prompt, type
./modelersrv.sh stop
- To restart the server, at the command prompt, type
./modelersrv.sh start