Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 425 Bytes

File metadata and controls

19 lines (14 loc) · 425 Bytes

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