[Bug 337] Changed - Tomcat JDBCRealm authentication BugRat Report#606

2001-02-02 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=337 *** shadow/337 Fri Feb 2 16:29:02 2001 --- shadow/337.tmp.18052Fri Feb 2 17:09:06 2001 *** *** 2,8 | Tomcat JDBCRealm authentication BugRat Report#606

[Bug 337] New - Tomcat JDBCRealm authentication BugRat Report#606

2001-02-02 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=337 *** shadow/337 Fri Feb 2 16:29:02 2001 --- shadow/337.tmp.17850Fri Feb 2 16:29:02 2001 *** *** 0 --- 1,58 + ++ + | Tomcat JDBCRealm

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

cvs commit: jakarta-tomcat-4.0/catalina/docs index.html JDBCRealm-howto.html manager.html singlesignon.html

2001-01-13 Thread craigmcc
craigmcc01/01/13 17:31:45 Modified:catalina/docs JDBCRealm-howto.html manager.html singlesignon.html Added: catalina/docs index.html Log: General clean-up of the Tomcat 4.0 documentation bundle. Revision ChangesPath 1.3 +4 -1

T4 JDBCRealm another change

2000-12-26 Thread Paul Lamb
ase to it's own > > seperate method that either returns void or returns a connection. > > > > 3.3 JDBCRealm is now doing that in this way, but i use a boolean > checkConnection(), I have planned backport this snippet soon ( this > night ) but in the review i have found some t

RE: JDBCRealm, possible fix for Bug Report #605

2000-12-26 Thread Nacho
nnecting to the > database to it's own > seperate method that either returns void or returns a connection. > 3.3 JDBCRealm is now doing that in this way, but i use a boolean checkConnection(), I have planned backport this snippet soon ( this night ) but in the review i have found some things

JDBCRealm, possible fix for Bug Report #605

2000-12-22 Thread David Weinrich
In going through the tomcat-dev archives I found a bug report (#605) involving the JDBCRealm class that may be related to my last bug report(#602). In my original patch to fix that problem I missed what seems to be a similar problem with re-establishing the connection if it has failed in each

cvs commit: jakarta-tomcat-4.0/catalina/docs JDBCRealm-howto.html

2000-12-12 Thread nacho
nacho 00/12/12 10:41:38 Modified:catalina/docs JDBCRealm-howto.html Log: this is the 4.X branch!!! Revision ChangesPath 1.2 +3 -3 jakarta-tomcat-4.0/catalina/docs/JDBCRealm-howto.html Index: JDBCRealm-howto.html

cvs commit: jakarta-tomcat-4.0/catalina/docs JDBCRealm-howto.html JDBCRealm.howto

2000-12-12 Thread nacho
nacho 00/12/12 08:59:29 Added: catalina/docs JDBCRealm-howto.html Removed: catalina/docs JDBCRealm.howto Log: BugReport# 567 Missing JDBCRealm classes from Tomcat Implementation? Submitted by Anonymous Revision ChangesPath 1.1

RE: JDBCRealm

2000-11-03 Thread Nacho
Hola Paul: I'm the responsible of the presence of JDBCRealm in tomcat 3.x and 4.x from a code contributed by Carson Mc. Donald, FYI. I'm responsible too of any bugs in JDBCRealm, by auto asignation :-), and only maintainer. > > The initial error is here, and I can'

JDBCRealm

2000-11-03 Thread Paul A. Mayer
After consultation with Carson McDonald I send this problem further to the dev list: I hope gain some help in solving a problem with the Tomcat 3.2b6 version of JDBCRealm. I'm using Postgresql as the underlying DB (I hope it's not that!). What I'm experiencing is that the usenam

<    1   2   3