# This file provides the proeprties used when creating a datasource. # Copy modify for your install (location of db, id, password etc). # # Run the jboss cli with the appropriate properties as follows # # ./jboss-cli.sh -c --properties=my-eventreg-properties.txt --file=wildfly-create.txt # jdbcUrl=jdbc:h2:tcp://localhost/EventRegDb username=sa password=sa driver=h2 jndiname=java:/EventregDS name=bwEvregPool