https://github.com/lazhari/jsp-docker-compose-dev-env
Design your templates with JSP and use docker-compose for a clean dev environment
https://github.com/lazhari/jsp-docker-compose-dev-env
docker docker-compose jsp tomcat
Last synced: about 2 months ago
JSON representation
Design your templates with JSP and use docker-compose for a clean dev environment
- Host: GitHub
- URL: https://github.com/lazhari/jsp-docker-compose-dev-env
- Owner: Lazhari
- Created: 2019-08-06T18:57:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-06T19:04:06.000Z (almost 7 years ago)
- Last Synced: 2025-03-15T05:42:07.275Z (over 1 year ago)
- Topics: docker, docker-compose, jsp, tomcat
- Language: Java
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSP and docker-compose
As a front-end developer, there's no necessity to install all JAVA stuff in your laptop to start designing your pages using JSP as a template engine. you need just to have docker on your computer and run:
```
docker-compose up
```
Visit http://localhost:8888/webapp to see if your website is running!