# The URL Yana will be accessible at:
This originally looked like:
# The URL Yana will be accessible at:
I made that change back to "yana", commented out the H2 Configuration section, and uncommented out the MySQL Configuration section (since that is what we are using):
# MySQL configuration:
dataSource.driverClassName=com.mysql.jdbc.Driver
dataSource.url=jdbc:mysql://<MySQL_server>/yana?autoReconnect=true
dataSource.username=yana
dataSource.password=yana
I did not uncomment out any of the LDAP section since we are attempting to use local authorization for now.
I started the Tomcat server and was unable to connect. I pointed a browser to: