driverClass and URL are Null

2005-09-16 Thread Mattier, Ricardo
Hello, I'm currently running Tomcat 5.5 with a Postgresql 8.0 database. I created a test .jsp to test the Datasource, I get the following error: Cannot create JDBC driver of class '' for connect URL 'null' It seems I've inserted the correct parameters in the server.xml, and WEB-INF/w

RE: Trying to connect tomcat5 with postgresql database

2005-09-12 Thread Mattier, Ricardo
7; and placed in the META-INF directory of the war archive. Tomcat will read it when deploying the application. --David Mattier, Ricardo wrote: >Where should the context.xml file be placed, and what else should go in >this file? I'll rename my jar file to see if that works too? Tha

RE: Trying to connect tomcat5 with postgresql database

2005-09-12 Thread Mattier, Ricardo
> > === > > > > > > postgreSQL Datasource > > jdbc/lisy > > javax.sql.DataSource > > Container > > > > > >

RE: Trying to connect tomcat5 with postgresql database

2005-09-12 Thread Mattier, Ricardo
> > > > > postgreSQL Datasource > > jdbc/lisy > > javax.sql.DataSource > > Container > > > > > > lisy > > > > .. > > > > =

RE: Trying to connect tomcat5 with postgresql database

2005-09-11 Thread Mattier, Ricardo
I'm using tomcat 5.5, and postgresql 8.0.1 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, September 09, 2005 9:08 PM To: Tomcat Users List Subject: Re: Trying to connect tomcat5 with postgresql database Sorry for the last post. Try this. InitialConte

RE: Trying to connect tomcat5 with postgresql database

2005-09-11 Thread Mattier, Ricardo
nte.lookup("jdbc/lisy"); Connection c=pool.getConnection(); == I am using Postgres 7.4 and Tomcat 5.0 Edoardo Mattier, Ricardo wrote: > Hello, > I'm currently working with Tomcat5 on Solaris10 x86 machine

Trying to connect tomcat5 with postgresql database

2005-09-09 Thread Mattier, Ricardo
Hello, I'm currently working with Tomcat5 on Solaris10 x86 machine. I'm running into problems when trying to access a postgresql 8.0.1 database on the local machine. Cannot create JDBC driver of class '' for connect URL null' is the error I receive when trying to establish a connection. He