SAS/IntrNet 1.2: Application Dispatcher |
Stopping the Application ServerIf you are running the Application Server interactively, you can terminate it by simply interrupting the SAS software as you always have: press Ctrl+Break (PC) or use the Session Manager's interrupt button (UNIX). You can also shut it down remotely by invoking a URL with http://myserver/cgi-bin/broker?_service=default&_program=endsas or by associating it with a link in the HTML file. For example, <A HREF="/cgi-bin/broker?_service=default&_program=endsas"> Shut down</A> If the server does not require a password, then it will shut down. If you defined a password at the time you started the server, you will also need to include <A HREF="/cgi-bin/broker?_service=default&_program=endsas&_passwd=foobar"> Shut down</A> The order and case of name/value pairs does not matter. |
SAS/IntrNet 1.2: Application Dispatcher |