The tarantella webserver start command

Syntax

tarantella webserver start [ --http ] [ --ssl ] [ --servlet ]

Description

Use the tarantella webserver start command to start the Tarantella Web Server and Java™ Servlet/JavaServer Pages services on the host.

If you do not use any arguments, the command starts both the Tarantella Web Server and Java Servlet/JavaServer Pages services.

Note If you start both the Tarantella Web Server and Java Servlet/JavaServer Pages services using separate subsequent commands, you must start the Java Servlet/JavaServer Pages services first.

Argument Description
--http Starts the Tarantella Web Server without starting Java Servlet/JavaServer Pages services.
--servlet Starts Java Servlet/JavaServer Pages services without starting the Tarantella Web Server.
--ssl Starts the Tarantella Web Server with SSL enabled.

Examples

tarantella webserver start

Starts the Tarantella Web Server and Tarantella web services.

Related topics
  • Introducing the Tarantella Web Server
  • The tarantella webserver command