First draft of Jakarta EE 11 / Tomcat 11 preview
5 files changed
tree: e7dc947eec8f06b57fc0d1d2c50d2313e677fbcb
  1. courses/
  2. css/
  3. dist/
  4. images/
  5. js/
  6. modules/
  7. plugin/
  8. presentations/
  9. res/
  10. .gitignore
  11. .npmignore
  12. gulpfile.js
  13. index.html
  14. LICENSE
  15. NOTICE
  16. package-lock.json
  17. package.json
  18. README.md
README.md

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.