How to configure tomcat 6.0 for mysql

Posted by Dusk on Stack Overflow See other posts from Stack Overflow or by Dusk
Published on 2010-03-18T08:55:46Z Indexed on 2010/03/18 9:11 UTC
Read the original article Hit count: 313

I'm using Tomcat 6.0, and I want to know how can I configure Tomcat's server.xml file to connect to mysql database, and enable form based authentication in java.

I'm currently using mysql 5.1, and I've already downloaded mysql connector jar file, and put in lib directory of Tomcat.

© Stack Overflow or respective owner

Related posts about java

Related posts about tomcat