Skip to content

krishnasoumith/docker-example-tomcat-mysql

This branch is up to date with dmulligan/docker-example-tomcat-mysql:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1f6f6b4 · Feb 24, 2016

History

1 Commit
Feb 24, 2016
Feb 24, 2016
Feb 24, 2016
Feb 24, 2016

Repository files navigation

dmulligan/docker-example-tomcat-mysql

A docker compose example project with a MySQL and a Tomcat container linked together.

To run:

$ docker-compose up

Containers:

  • MySQL: on startup, the container executes a simple database initialisation script ./db/mysql-init.sql, which creates a database containing a single table which is populated with a few records.
  • Tomcat: a simple web application, located within ./tomcat/webapps, is deployed. The application contains some JSPs to test the database link between the Tomcat and the MySQL containers.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%