hengtai

There are users successfully using Oracle for the Expresso open source
connection pooling - try http://www.javacorporate.com/.  More abour this in
the site's list serv archive.

Sandra

> -----Original Message-----
> From: A mailing list for discussion about Sun Microsystem's Java Servlet
> API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
> Hengtai Yu
> Sent: Thursday, February 10, 2000 9:02 AM
> To: [EMAIL PROTECTED]
> Subject: Re: help: connection pool
>
>
> Hi,
> Thanks for your information.
> I retest Hans methods. After put all classes in [JWS-home/classes],
> connection pool works well for access database, but not for
> Oracle database.
> I have Oracle 8.0.5 database installed. After I ownlowd jdbc driver
> jdbc80520-nt.zip and put all classes files in ./classes, rerun the
> connection pool, message are still "can't get connection", which is works
> well for Access database.
>
> Thanks for any help hengtai
>
> ----- Original Message -----
> From: Luc Saint-Elie <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, February 10, 2000 5:23 AM
> Subject: Re: help: connection pool
>
>
> > Hello,
> >
> > I use Hans Bergsten connection pool for tests every day and it work fine
> > right out of the box (its so cool that it could be part of every java
> > server side installation :-)
> >
> > You may want to verify
> > a) the content of your db.properties file
> >
> > for example here is mine (in this case I use a Instantdb Database
> >
> > /*
> > drivers=jdbc.idbDriver
> > logfile=C:\\SGBD\\log.txt
> >
> > idb.url=jdbc:idb:C:\\SGBD\\LSE.prp
> > idb.maxconn=5
> > */
> >
> > b) the location of this file, it must be at the same level as the .class
> > files (so in a Tomcat install in your WEB-INF/Classes directory)
> >
> >
> > c) the name of this file. If you change the name of the properties file
> you
> > must change it also in DBConnectionManager.java because its harcoded in
> the
> > init() method
> >
> > /*
> > private void init() {
> >          InputStream is =
> getClass().getResourceAsStream("/lsedb.properties");
> >          Properties dbProps = new Properties();
> >          try {
> > [...]
> > */
> >
> >
> > Hope this helps
> >
> >  >Hengtai Yu <[EMAIL PROTECTED]> on 02/04/2000 03:20:31 PM
> >
> >  >Hi,
> >  >I try to set up connection pool using one of 2 methods:both fail!
> >  >1. DMConnectionManager.java (written by Hans bergsten), when
> I test it,
> > message
> >  >always is :can't get connection. Both DMConnectionManager.java and
> > example file
> >  >TestServer.java pass compile. and I have put DMConnectionManager.class
> in
> >  >classpath, why?
> > +------------------------------------------------+
> > | Luc Saint-Elie                                 |
> > | email : [EMAIL PROTECTED]                    |
> > +------------------------------------------------+
> > |  Java Server Side  Open Source technologies    |
> > |       http://www.interpasnet.com/JSS           |
> > |  Work in progress for the new version          |
> > |       http://jss.interpasnet.com               |
> > +------------------------------------------------+
> >
> >
> __________________________________________________________________
> _________
> > To unsubscribe, send email to [EMAIL PROTECTED] and include in the
> body
> > of the message "signoff SERVLET-INTEREST".
> >
> > Archives: http://archives.java.sun.com/archives/servlet-interest.html
> > Resources: http://java.sun.com/products/servlet/external-resources.html
> > LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
> >
>
> __________________________________________________________________
> _________
> To unsubscribe, send email to [EMAIL PROTECTED] and include
> in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to