Hi I'm having trouble with this conversion. I've performed the steps listed on the first page, but when I go to localhost:8080 I get a HTTP Status 404 Error: The requested resource is not available.
On the Tomcat console, the errors appear to start around here:> SEVERE: Error listenerStart
Jan 24, 2012 9:35:40 AM org.apache.catalina.core.StandardContext start
SEVERE: Context [] startup failed due to previous errors
INFO 2012-01-24 09:35:40,093 (com.serotonin.mango.MangoContextListener.contextD
estroyed:124) - Mango context terminating
INFO 2012-01-24 09:35:40,093 (com.serotonin.mango.db.BasePooledAccess.terminate
:123) - Stopping database Anyone have any idea why this happens? My Information for the MySQL connection is correct, as when I put in a wrong password on purpose I get different and more errors.
Additionally, does anyone know the user/password login information to log into the derby database? I would like to browse the database with a program I have, but havent been able to make the connection as I havent found where the user/password is kept.
Thanks!