< Previous | Contents | Next >
5.4.2. Creating a private instance
You can create a private instance directory by entering the following command in the terminal prompt:
tomcat7-instance-create my-instance
This will create a new my-instance directory with all the necessary subdirectories and scripts. You can for example install your common libraries in the lib/ subdirectory and deploy your webapps in the webapps/ subdirectory. No webapps are deployed by default.