create_wildfly_docker_file.sh - The script create DockerFile with
- add admin user
- add and register oracle jdbc driver
- add datasources from Env variables (I have 3, and script create 3)
- add simple string jndi from file with format JNDI_NAME=VALUE java:global/Host=http://www-host01-uat2.corp.companyname.ru
- copy ear to /opt/wildfly/standalone/deployments/
jndi_on_jboss.sh - The script for add simple JNDI name to JBOSS/WILDFLY domain controller server from file with format JNDI_NAME=VALUE
Usage: jndi_on_jboss.sh MANAGEMENT_SERVER PROFILE USER PASSWORD FILEPATH_TO_JNDI_LIST