Re: [OT] Tomcat and PostgreeSQL

2013-06-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chuck, [Marking OT as this is not Tomcat-related] On 6/6/13 5:13 PM, Caldarale, Charles R wrote: >> From: Hector Del Mestre [mailto:hectordelmes...@gmail.com] >> Subject: Tomcat and PostgreeSQL > >> The application

Re: Tomcat and PostgreeSQL

2013-06-06 Thread Dhaval Jaiswal
Adding to it.. as usual In server.xml, resource need to mentioned the type, driverClassName, url and connectivity parameter of PostgreSql db. as usual In a context.xml, ResourceLink name, global, type and allow the IP of tomcat at db end in pg_hba.conf file to connect the db. On Fri, Jun

Re: Tomcat and PostgreeSQL

2013-06-06 Thread Lutischán Ferenc
Hi, on 2013.06.06. 22:45, Hector Del Mestre wrote: Well, now the fatal question: Tomcat need any special configuration to use PostgreSQL? I have some ideas: - The jdbc driver must be in the {Tomcat home}/lib. - If you use the tomcat pool manager append the testOnBorrow="true" to the Resource

Re: Tomcat and PostgreeSQL

2013-06-06 Thread Hector Del Mestre
ples. Set these in Catalina.sh > CATALINA_OPS. > > Oliver > > > > -Original Message- > From: users-return-242170-OLIVER.TANGLIN=saic@tomcat.apache.org on > behalf of Ilya Kazakevich > Sent: Thu 6/6/2013 5:50 PM > To: 'Tomcat Users List' > S

RE: Tomcat and PostgreeSQL

2013-06-06 Thread Tanglin, Oliver
-Original Message- From: users-return-242170-OLIVER.TANGLIN=saic@tomcat.apache.org on behalf of Ilya Kazakevich Sent: Thu 6/6/2013 5:50 PM To: 'Tomcat Users List' Subject: RE: Tomcat and PostgreeSQL I've never heard about it but looks like JDBC PostgreSQL driver

RE: Tomcat and PostgreeSQL

2013-06-06 Thread Ilya Kazakevich
t; Ilya. >-Original Message- >From: Hector Del Mestre [mailto:hectordelmes...@gmail.com] >Sent: Friday, June 07, 2013 12:46 AM >To: users@tomcat.apache.org >Subject: Tomcat and PostgreeSQL > >Hello: >I'm on a project and asked me to install Apache Tomcat as server pa

Re: Tomcat and PostgreeSQL

2013-06-06 Thread Hector Del Mestre
Thank you very much: I will check what you suggested. The Java version is 1.7 regards 2013/6/6 Caldarale, Charles R > > From: Hector Del Mestre [mailto:hectordelmes...@gmail.com] > > Subject: Tomcat and PostgreeSQL > > > The application was done with AppFuse architecture

RE: Tomcat and PostgreeSQL

2013-06-06 Thread Caldarale, Charles R
> From: Hector Del Mestre [mailto:hectordelmes...@gmail.com] > Subject: Tomcat and PostgreeSQL > The application was done with AppFuse architecture originally utlizando > MySQL, but issues like licensing and client wants to use PostgreSQL. > And that is where I'm stuck, becau

Tomcat and PostgreeSQL

2013-06-06 Thread Hector Del Mestre
Hello: I'm on a project and asked me to install Apache Tomcat as server pages and PostgreSQL as database engine. So far so good and right install everything correctly. The application was done with AppFuse architecture originally utlizando MySQL, but issues like licensing and client wants to use Po