Environment:
MySql 5
with embedded Tomcat 6
MyEclipse 6.5.1
Eclipse 3.3.3
Exception being thrown:
Method = getDBConnection
initCtx = javax.naming.InitialContext@44f787
envCtx = org.apache.naming.NamingContext@16dfa45
ds = org.apache.tomcat.dbcp.dbcp.BasicDataSource@c3014
conn = jdbc:mysql://localhost:3306/my_papers?autoReconnect=true, UserName=root@localhost, MySQL-AB JDBC Driver
getDBConnection threw an exception
Unknown column ‘name’ in ‘where clause’
Username or password not valid!!!
I do not have a propertieis file or an entry in my web.xml with the username and password for the databse. Is this where I need to start?