I have created a Java web application that uses Hibernate to pull data from a MySQL database that is on my PC. The app works correctly when I run it locally on a Tomcat server on my PC. When I upload the WAR file to the GoDaddy server and use the database on the GoDaddy server I cannot pull data from the database--that is where I need help. The database name, username, password, and database structure is identical on both my PC and the GoDaddy server. I think the only difference would be the hostname; where do I make that change in my project? Any help that can be provided would be great. Thanks.