Re: Using JDBC with 5.5.x

2005-04-05 Thread Martin Dubuc
(12) default NULL, role_name varchar(12) default NULL, PRIMARY KEY (user_name, role_name) ) TYPE=MyISAM; Martin --- Martin Dubuc [EMAIL PROTECTED] wrote: I am having some problems using JDBC with 5.5.x releases. I can use JDBC with 5.0.28, but as soon as I switch to 5.5.x, I get

Using JDBC with 5.5.x

2005-03-29 Thread Martin Dubuc
I am having some problems using JDBC with 5.5.x releases. I can use JDBC with 5.0.28, but as soon as I switch to 5.5.x, I get the following errors trying to connect to database: Mar 29, 2005 11:26:37 AM org.apache.catalina.realm.DataSourceRealm open SEVERE: Exception performing authentication

Certificate Revocation List

2005-01-24 Thread Martin Dubuc
Does Tomcat support certificate revocation list? If it does, could someone send me a pointer to a page that explains how to configure Tomcat to enable this? Regards, Martin __ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses.

Tomcat with SSL/secure=false

2004-07-08 Thread Martin Dubuc
I am having problems with using SSL on Tomcat. When I add an SSL connector to my server.xml, Tomcat hangs on startup. I have been able to identify what causes it to hang, but I still can't figure out why this is happening. Here are the connectors I have defined in server.xml: Connector

SSL Hangs Tomcat

2004-07-05 Thread Martin Dubuc
I am trying to get SSL to run under Tomcat 5.0.19. I have configured my server as documented in http://jakarta.apache.org/tomcat/tomcat-5.0-doc/ssl-howto.html: - I have created a keystore. - I have imported a root and a tomcat key. - I have set the redirectPort to 8443 on the Coyote connector. -