Hi,
> Look up datasource in the Tomcat reference. Here's the link for 5.5:
>
> http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html
>
> This creates a connection pool, and in your JSP page, you just retrieve
> a connection from the pool when you need one.
Thanks a lot! This is what i am searching for!
Frank