Apache Tomcat Training Material

Clone this repo:
  1. 0e66341 First pass at ApacheCon 2020 updates by Mark Thomas · 2 years, 9 months ago main
  2. b7591d7 Update to reveal.js 3.8.0 by Mark Thomas · 3 years, 10 months ago gh-pages
  3. 899aa54 Initial commit of this file by Mark Thomas · 4 years, 8 months ago
  4. 3383530 Fix typos by Mark Thomas · 5 years ago
  5. 9f0c7e0 Add some installation notes by Mark Thomas · 5 years ago

Tomcat Training Material

This repository hosts the community developed Apache Tomcat training material.

Installation

  1. Install Node.js (4.0.0 or later)
  2. Clone this repository
    git clone https://github.com/apache/tomcat-training.git
    
  3. Navigate to the newly cloned repository
    cd tomcat-training
    
  4. Install dependencies
    npm install
    
  5. Start the local server and monitor for changes
    npm start
    
  6. View the material on http://localhost:8000

Edits made to the source files should be visible in your browser shortly after saving.