Skip to content

devbystep/tomcat-mysql-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tomcat with mysql and tomcat-manager in the docker

Credentials to mysql

  • mysql host: db
  • mysql root admin: 1234
  • mysql database: tomcat_db
  • mysql user: tomcat_user
  • mysql user password: 1234
  • jdbc url: example: jdbc:mysql://db:3306/tomcat_db

Tomcat manager

  • user: tomcatadmin
  • password: tomcatadmin1234

Post-forwarding on local machine:

  • mysql: 3326->3306
  • tomcat: 9080->8080

About

Running tomcat mysql in docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published