> From: Martin Gainty [mailto:mgai...@hotmail.com]
> Subject: RE: Debugging PermGen problems
> 
> if the database is only being referenced by that webapp then put the
> postgresql-*.jars into WEB-INF/lib

You can't do that if Tomcat is managing the DB connection pool - the driver jar 
must be placed in Tomcat's lib directory.  You may place the driver jar in the 
webapp's WEB-INF/lib directory if and only if the webapp is managing the 
connections.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to