Apache Tomcat Training Material

Clone this repo:
  1. f643d5b First draft of Jakarta EE 11 / Tomcat 11 preview by Mark Thomas · 7 months ago gh-pages main
  2. c47ae23 Remove dependabot by Mark Thomas · 7 months ago
  3. ee4471a Update to reveal.js 4.6.0 by Mark Thomas · 7 months ago
  4. d12840f Merge pull request #27 from apache/dependabot/npm_and_yarn/grunt-cli-1.4.3 by Mark Thomas · 7 months ago
  5. b27835d Bump grunt-cli from 1.3.2 to 1.4.3 by dependabot[bot] · 7 months 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.