Re: connection pooling with servlets

From: David Durham <ddurham(at)vailsys(dot)com>
To: "J(dot)" <sweepingoar(at)yahoo(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: connection pooling with servlets
Date: 2006-04-28 13:55:03
Message-ID: 44521EB7.8040604@vailsys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

J. wrote:
> Thanks. I posted some of the relevant code here;
>
> http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi?ubb=get_topic&f=7&t=016798
>
> But I'm still baffled as to how to get access to a session in a servlet
> that was called by a jsp. Should servlets have access to sessions
> easily?

Just look at the servlet api that matches the specification in the deployment descriptor, which is a DTD or schema in WEB-INF/web.xml.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Jason Porter 2006-04-28 16:21:33 Strange Postgres / Tomcat log on error.
Previous Message Dave Cramer 2006-04-28 12:00:14 Re: Bug with callable statement and output parameters