Apache Tomcat Training Material

Clone this repo:
  1. c47833c Merge pull request #34 from jbampton/fix-spelling by Mark Thomas · 3 months ago main
  2. ad74171 misc: fix spelling by John Bampton · 3 months ago
  3. ec1eae8 Add presentation based on CVe-2024-50379 by Mark Thomas · 5 months ago
  4. ecbfa3c Fix background by Mark Thomas · 5 months ago
  5. aae58eb Clarify this plan was for Jakatrta EE 11 by Mark Thomas · 9 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.