Re: JDBCRealm - can't make it work

2001-01-26 Thread Rolf Veen
Hi. Maybe your problem is that you are using a recent MySQL with an old JDBC driver. Get the latest MM driver (2.0.4 at the moment) from http://mmmysql.sourceforge.net/ I use Mysql for my applications and just drop the MM binary in the corresponding /WEB-INF/lib directory, and that's all. Re

JDBCRealm - can't make it work

2001-01-25 Thread Dipankar Sinha
I am trying to setup some webpages hosted using Tomcat and I am facing problems to access the databse in MySQL from the webpages. I have setup Tomcat-3.2.1 and Apache_1.3.14 with MySQL-3.23.31 under RedHatLinux 6.2. Tomcat, Apache and MySQL are basically working fine whereas jdk1.3 is installed u

JDBCRealm - can't make it work

2001-01-22 Thread Dipankar Sinha
Hello Sir,   I am trying to use Tomcat-3.2.1 and Apache_1.3.14 with MySQL-3.23.31 under RedHatLinux 6.2 Tomcat, Apache and MySQL are basically working fine and jdk1.3 is installed under /usr/java. I have to make Tomcat accessing data from MySQL (name of database is test) and I am having lack