ssl tomcat through IIS

2003-10-29 Thread Meichun Li
I am new to this email list. This question might be in the arhive, but I couldn't find it. Could someone help me or tell me where I can find the resources. I have ssl applied in IIS, but I can't make it work with Tomcat 4. Thanks a lot! Meichun --

No suitable driver

2002-07-17 Thread Meichun Li
-- Meichun Li Ibiblio.org 919-962-5646 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: No suitable driver

2002-07-17 Thread Meichun Li
, if using the standard JDBC connection instead of using the datasource, there is no probelm. Is this mean that my bean class could access to the driver? Thanks, Meichun -Original Message- From: Meichun Li [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 12:01 PM To: Tomcat

Re: AW: DataSource Casting Problem

2002-07-16 Thread Meichun Li
-- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- Meichun Li Ibiblio.org 919-962-5646 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: DataSource Casting Problem

2002-07-11 Thread Meichun Li
/ /Context - Andrew -Original Message- From: Meichun Li [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 5:51 PM To: Tomcat Users List Subject: DataSource Casting Problem Hi, I have DataSource Casting problem while using DBCP. The server.xml and web.xml

DataSource Casting Problem

2002-07-10 Thread Meichun Li
)envCtx.lookup(jdbc/ospreyDb); It works if I use this: org.apache.commons.dbcp.BasicDataSource ds= (org.apache.commons.dbcp.BasicDataSource) envCtx.lookup(jdbc/ospreyDb); Any ideas? Thanks a lot in advance! -Meichun -- Meichun Li Ibiblio.org 919-962-5646 -- To unsubscribe, e-mail: mailto

RE: Connection Pooling?

2002-07-09 Thread Meichun Li
/?l=tomcat-userm=102225547106556w=2 -Original Message- From: Meichun Li [mailto:[EMAIL PROTECTED]] Sent: 04 July 2002 13:09 To: Tomcat Users List Subject: Connection Pooling? Hi, I want to implement my application with Connection Pooling. Tomcat offers

Connection Pooling?

2002-07-04 Thread Meichun Li
! Meichun -- Meichun Li Ibiblio.org 919-962-5646 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: AW: Connection Pooling?

2002-07-04 Thread Meichun Li
project which is a complete connection pool. So you driver doesn't have to implement pooling. -Ursprüngliche Nachricht- Von: Meichun Li [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 4. Juli 2002 14:09 An: Tomcat Users List Betreff: Connection Pooling? Tomcat offers

RE: Connection Pooling?

2002-07-04 Thread Meichun Li
DataSource ds =(DataSource)ctx.lookup(java:comp/env/jdbc/ospreyDb); On Thu, 4 Jul 2002, Les Hughes wrote: I think I should set up a cron job to email this link out every day http://marc.theaimsgroup.com/?l=tomcat-userm=102225547106556w=2 -Original Message- From: Meichun Li