Our website is JSP-based. We use JRun 3.0 and the JDBC Driver is Merant DirectData from company DataDirect Technologies. Database is SQL Server 2000. The current site is slow. We thought it is probably because we didn't use connection pooling. My question is what procudure shall we go through to apply connection pooling? Where shall we start, JSP coding, Servlets under ..\WEB-INF\lib and ..\WEB-INFclass, or JRun 3.0 itself?