how to get the client certificate and save/retrieve it to/from openldap

2006-11-07 Thread Eric Yin
Hi, I'm using Tomcat for mutual authitication. after the brower and server finish the certificate exchange and verification (which is already done). I want to get the client certificate and compare it with what's been stored in the LDAP. I'm new with linux. how can i get the client certifica

how to get the client certificate and save/retrieve it to/from openldap

2006-11-06 Thread Eric Yin
Hi, I'm using Tomcat for mutual authitication. after the brower and server finish the certificate exchange and verification (which is already done). I want to get the client certificate and compare it with what's been stored in the LDAP. I'm new with linux. how can i get the client certifica

Re: Cannot create JDBC driver of class '' for connect URL 'null'"

2006-11-04 Thread Eric Yin
Hi Guys, I just found out the reason. My index.jsp in the the Root directory, however, the path of the sever.xml/context is "/DBTest". thanks for all the help. Eric. Quoting Eric Yin <[EMAIL PROTECTED]>: Hi Chris, Thanks for the help. After I move the Connector/J 5.0

Re: Cannot create JDBC driver of class '' for connect URL 'null'"

2006-11-04 Thread Eric Yin
Hi Chris, Thanks for the help. After I move the Connector/J 5.0 to the Tomcat's server-wise common/lib directory and remove the autoReconnect=true, i still get the same error. thanks, Eric. Quoting Christopher Schultz <[EMAIL PROTECTED]>: Eric, Eric Yin wrote: Hi,

Re: Cannot create JDBC driver of class '' for connect URL 'null'"

2006-11-03 Thread Eric Yin
Quoting Eric Yin <[EMAIL PROTECTED]>: Hi, I'm using tomcat5.5.2 and mysql5.0.27 and Connector/J 5.0. i'm doing the same thing as http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html and i got this error. i'm using fedora 5 and i download &q

Cannot create JDBC driver of class '' for connect URL 'null'"

2006-11-03 Thread Eric Yin
Hi, I'm using tomcat5.5.2 and mysql5.0.27 and Connector/J 5.0. i'm doing the same thing as http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html and i got this error. i'm using fedora 5 and i download "Linux (non RPM package) downloads /linux (x86)" of mysql and install

tomcat ssl not work

2006-10-31 Thread Eric Yin
Hi, I just installed Fedora 5 and Tomcat 5.5 which is included in the Fedora 5 DVD. Tomcat works well for the port 8080. you can visit http://joconda.ciise.concordia.ca:8080 to see. But for SSL (8443) it doesn't work. I configure accoding to http://tomcat.apache.org/tomcat-5.5-doc/ssl-howto.h