Custom Realm

2014-10-11 Thread Meeraj Kunnumpurath
Hi, I have some specific requirements for security and I have been trying to right a custom realm, that reads information from the database. 1. I have added a datasource in the global naming resources section in the server.xml 2. I have packaged the realm class in a JAR file and copied it the ser

Tomcat Connection Pool Problems with XtraBackup

2014-10-11 Thread John Smith
I'm trying to workout a managed backup scheme on a MySQL production database with XtraBackup. According to our DBA, XtraBackup doesn't lock the database, but issues a series of SHOW TABLE STATUS commands and then works on the file system level. Still, just as XtraBackup runs my logs start to blow

tomcat8-maven-plugin

2014-10-11 Thread LG Optimusv
Hi All, I know that there's no tomcat8-maven-plugin (yet) and using tomcat8 with tomcat7-maven-plugin like this: org.apache.tomcat.maven tomcat7-maven-plugin 2.2 org.apache.tomcat.embed tomcat-embed-core ${tomcat8.version}