The installation procedure depends on which servlet container you're deploying it to. There are also multiple ways to install servers on any given servlet container. In all instances:

  1. Install the server into its own dedicated container (e.g., not shared with another web application)
  2. Deploy the WAR file at the root context of the servlet container. 
  3. The server should run as a different user than the system user.

If you are installing the SOAtest and Virtualize Server on the same system as Parasoft CTP, be sure to install the server into its own dedicated servlet container. 

Prerequisites

The only requirement is Java 7 or higher. The WAR file can be deployed to any certified servlet container, such as:

Clustering is not supported.

Deployment Examples