This is an implementation of securely exposing Mainframe DB2 database to internet
This implementation consist of,
- Server program that establishes connection with configured Tuxedo server which is intern connected with mainframe DB2 database
- /www folder with html pages to get query inputs from user
For this you require a IBM mainframe with DB2 database, wrapped with tuxedo server In the server program, Install the latest IBM Db2 driver software from inside Genie folder
- Configure the IP address of tuxedo server
- Configure query that need to be executed (or change the html page to get query from user)
- Start the server program
- Get the index page from server via http from your browser
- Enter values to complete the query
- Press search
- Result will be updated below