Stops and restarts only the SGD web server.
tarantella restart webserver [ --http | --https ] [ --servlet ]
If you do not use any command options, the command restarts both the SGD web server (Apache), and Java Servlet extension and JSP technology services (Tomcat).
The following table shows the available options for this command.
Option | Description |
---|---|
| Restarts HTTP services (Apache). |
| Restarts HTTPS services (Apache). Requires a valid SSL certificate for the SGD web server. |
| Restarts 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 restarts Apache and Tomcat.
# tarantella restart webserver