# tomcat-training **Repository Path**: mirrors_apache/tomcat-training ## Basic Information - **Project Name**: tomcat-training - **Description**: Apache Tomcat Training Material - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Tomcat Training Material This repository hosts the community developed Apache Tomcat training material. ## Installation 1. Install [Node.js](http://nodejs.org/) (4.0.0 or later) 1. Clone this repository ```sh git clone https://github.com/apache/tomcat-training.git ``` 1. Navigate to the newly cloned repository ```sh cd tomcat-training ``` 1. Install dependencies ```sh npm install ``` 1. Start the local server and monitor for changes ```sh npm start ``` 1. View the material on Edits made to the source files should be visible in your browser shortly after saving.