I suggest you download JBuilder7. Once you have downloaded Jbuilder7 You will find a document which is described as :- " Borland JBuilder 7 and BEA WebLogic Server 7.0 Integration - Jump start development, deployment, and debugging of EJBs and JSPs http://bdn.borland.com/article/0,1410,28943,00.html ".
This document is a step by step guide to using JSPs , Servlets , EJBs. You will come across connection pooling in the document. They also provide you with a database called JDatastore. You will be shown how to do connection pooling in the above mentioned document. The one problem you will across is when you are creating an entity bean which requires you to make a connection to this database. If you try to create a JDBC connection you will get a message saying connection refused. This is because you do not have a user name & password for the sample database. Rather than choosing a new connection option go to " existing connection". You will then get an existing connection already created database instance of JDataStore Server. I mention this because you have to go pass this stage in order to get to the stage where you have to do connection pooling. ----- Original Message ----- From: "Campano, Troy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 20, 2002 6:20 PM Subject: Connection Pooling I'm new to connection pooling. Could someone please tell me if I am on the right track? If I set the amount of MAXIMUM ACTIVE CONNECTIONS to 4, does that mean that only 4 people can be logged into the web app or that there are 4 connections that are shared among all the users? Does this mean I want to set MAXIMUM ACTIVE CONNECTIONS to the amount of users I think would be using a webapp at a given time? Are there docs on how a lot of this connection pooling stuff works? I am using Tomcat with DBCP. thank you! ========================= To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTERES T". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
