Skip to content

IBM WebSphere and DB2 Docker containers with JDBC connection

License

Notifications You must be signed in to change notification settings

keensoft/was-db2-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

was-db2-docker

IBM WebSphere and DB2 containers with JDBC connection

Description

Docker composition to ease application testing in IBM WebSphere environment. It contains IBM WebSphere Application Server and IBM DB2 database server connected using server datasource.

Servers base is created using IBM provided containers in Docker Hub .

You can add your application to WebSphere container assets to be automatically deployed. See detailed info in was dir.

Volumes

A shared volume is created between the containers to use DB2 drivers in WebSphere JDBC provider.

Usage

docker-compose up

Credentials

DB2

DB2 provided user db2inst1 is used to send all commands to database. Password is configured to keensoft via environment value DB2INST1_PASSWORD.

WebSphere

WebSphere provided user is wsadmin. Password is configured to keensoft via assets file.

URLs

  • IBM WebSphere Administrative Console: https://docker-machine-ip:9043/ibm/console
  • Deployed application: http://docker-machine-ip:9080/docker
  • IBM DB2 database connector: docker-machine-ip:50000

About

IBM WebSphere and DB2 Docker containers with JDBC connection

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages