https://github.com/apache/tomcat-training
Apache Tomcat Training Material
https://github.com/apache/tomcat-training
http java javaee network-server tomcat
Last synced: 2 months ago
JSON representation
Apache Tomcat Training Material
- Host: GitHub
- URL: https://github.com/apache/tomcat-training
- Owner: apache
- License: apache-2.0
- Created: 2018-02-16T09:43:45.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T15:41:24.000Z (about 1 year ago)
- Last Synced: 2025-01-30T10:34:35.339Z (11 months ago)
- Topics: http, java, javaee, network-server, tomcat
- Language: JavaScript
- Homepage: https://tomcat.apache.org/
- Size: 3.31 MB
- Stars: 17
- Watchers: 18
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.