Stops only the SGD web server.
tarantella stop webserver [ --http | --https ] [ --servlet ]
If you do not use any command options, the command stops both the SGD web server and Tomcat services on the SGD host.
The following table shows the available options for this command.
Option | Description |
---|---|
| Stops HTTP services (Apache). |
| Stops HTTPS services (Apache). Requires a valid SSL certificate for the SGD web server. |
| Stops Java Servlet extension and JSP technology services (Tomcat). |
If you restart both Apache and Tomcat using separate subsequent commands, you must restart Tomcat first.
The following example stops Apache and Tomcat.
# tarantella stop webserver