Skip to content

Dockers image to run the Konakart Community Edition J2EE demo application supporting Prometheus metrics

License

Notifications You must be signed in to change notification settings

chiabre/konakart_dockerized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker images to run Konakart Community Edition demo

Dockers image to run the Konakart Community Edition J2EE demo application supporting Prometheus metrics

Konakart Community Edition : a java based shopping cart software solution for ocnline retailers. https://www.konakart.com/. Official KonaKart Community Edition images

Prometheus: a free software application used for event monitoring and alerting. It records real-time metrics in a time series database built using a HTTP pull model, with flexible queries and real-time alerting. https://prometheus.io/

Available images:

  • konakart_as_tomcat: Konakart Application Server running on Tomcat, additional info here
  • konakart_db_mysql: Konakart Community Edition database (demo data) running on MySQL, additional info here
  • konakart_db_postgres: Konakart Community Edition database (demo data) running on PosgreSQL, additional info here

Konakart deploy

By default the konakart application server provided by konakart_as_tomcat connects to a mysql database using the following parameters

torque.database.store1.adapter=mysql
torque.dsfactory.store1.connection.driver=com.mysql.jdbc.Driver
torque.dsfactory.store1.connection.url=jdbc:mysql://konakart_db_mysql:3306/konakart?zeroDateTimeBehavior\=convertToNull\&useSSL\=false
torque.dsfactory.store1.connection.user=konakart
torque.dsfactory.store1.connection.password=konakart

that are intended to be used for an OOB deployment based on the following deployment options

Docker run

docker network create -d overlay --attachable konakart
docker run --rm -d --name konakart_db_mysql --net konakart -p 3306:3306/tcp chiabre/konakart_db_mysql
docker run --rm -d --name konakart_as --net konakart -p 9404:9404/tcp -p 8780:8780/tcp chiabre/konakart_as_tomcat

Additional information on how to configure the Konakart AS to use a different database configuration here

About

Dockers image to run the Konakart Community Edition J2EE demo application supporting Prometheus metrics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published