Hi,
I am installing Kaldin 3.0 as a web-app on a Debian Linux based installation.
When accessing the app for the first time, instead of redirecting to the install page, hibernate tries to access the DB (which is not configued yet!)
The Catalina trace is
java.io.FileNotFoundException: /usr/share/tomcat7/kaldin.properties (No such file or directory)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(FileInputStream.java:195)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at com.kaldin.common.util.HibernateUtil.<clinit>(HibernateUtil.java:47)
at com.kaldin.company.register.hibernate.CompanyHibernate.getCompanyID(CompanyHibernate.java:163)
at com.kaldin.company.filter.CompanyFilter.doFilter(CompanyFilter.java:43)
Any ideas?