Tomcat 8 Maven Plugin for Java 8

Yes you can, In your pom.xml, add the tomcat plugin. (You can use this for both Tomcat 7 and 8): pom.xml tomcat-users.xml settings.xml (maven > conf) *** deploy/re-deploy** mvn tomcat7:deploy OR mvn tomcat7:redeploy Tried this on (Both Ubuntu and Windows 8/10): Jdk 7 & Tomcat 7 Jdk 7 & Tomcat 8 Jdk 8 & Tomcat 7 Jdk 8 & … Read more

hibernate properties not found

I guess the problem is with the code for configuration you mentioned for .hbm.xml may not be working in Tomcat. I think it needs AnnotationConfiguration object. I guess you used this code due to the Annotationconfiguration object creation is not working. Better create a maven hibernate project with pom and export the war file to Tomcat (with the changes of Annotationconfiguration). Also use log4j … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)