Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 days ago
JSON representation

Apache Tomcat Training Material

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.