Not a dumb question at all: DB connection pooling is not intrinsic to
Tomcat, but must be grafted on using a 3rd-party library (there are
many). None of these will prevent you from using JSP; the connection
pool looks exactly like a normal JDBC connection.
You may want to browse through the docs
Hi,
I was wondering if someone can give me a
little advice.
I am currently using Apache webserver,
Tomcat server,
and an Oracle database. I have created a wireless
app
using JSPs/WML. Basically I was wondering how best
to architect it to take full advantage of Tomcats
connection
and da