On Tue, 27 Aug 2002, Irina Lishchenko wrote:
>
> First quick look says me that you need one extra line before
> <ResourceParams>....</ResourceParams> entry
> It should be something like
> <Resource name="jdbc/IFDB" auth="Container"
>           type="javax.sql.DataSource" description="blah blah blah"/>
>
> Do you have it and miss it in you e-mail or you don't have it at all?
>
 Yes, I have it in my server.xml.

 I actually fixed the problem by changing my jdbc url
from
     <parameter>
       <name>driverName</name>
       <value>jdbc:postgresql://postgresql1.blah.com:5432/</value>
     </parameter>
TO
     <parameter>
       <name>driverName</name>
       <value>jdbc:postgresql://postgresql1.blah.com:5432/dbname</value>
     </parameter>

to include the name of the database at the end of the URL.

--
Adam K.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to