Re: Database pooling prob

2009-05-04 Thread S Arvind
Thanks everone. The problem i found is completely different. Its vista administaratve rights problem. I corrected that and our rocking tomcat is rocking.. Thanks every one. Arvind S *"Many of lifes failure are people who did not realize how close they were to success when they gave up." -Thomas

RE: Database pooling prob

2009-05-03 Thread Caldarale, Charles R
> From: ados1...@gmail.com [mailto:ados1...@gmail.com] > Subject: Re: Database pooling prob > > I am trying to configure Tomcat Server on Eclipse and I am not > able to do it. Don't hijack threads. Start a completely new thread (don't just change the subject line) whe

Re: Database pooling prob

2009-05-03 Thread ados1...@gmail.com
Hi, I am trying to configure Tomcat Server on Eclipse and I am not able to do it. My goal is to create a simple JSP page and deploy that on Tomcat Server and access that page through Browser. Guidance would be really appreciated. Regards, Ados. On Sun, May 3, 2009 at 9:12 PM, Rusty Wright wro

Re: Database pooling prob

2009-05-03 Thread Rusty Wright
What did you specify for the ip address that tomcat uses for connecting to the database? If, for example, tomcat is using the host name of your machine, or its ip address that you'd use to connect to it from the outside, and psql is using localhost (127.0.0.1) which is a special ip address tha

Re: Database pooling prob

2009-05-03 Thread André Warnier
Andre-John Mas wrote: The IP address isn't missing. What you are seeing is an IPv6 address, and more specifically the localhost IP address. For information see: http://en.wikipedia.org/wiki/IPv6 You can try doing 'ping6 ::1' and you will get a repsonse. TCP[::1]:80 Mic

Re: Database pooling prob

2009-05-03 Thread Andre-John Mas
The IP address isn't missing. What you are seeing is an IPv6 address, and more specifically the localhost IP address. For information see: http://en.wikipedia.org/wiki/IPv6 You can try doing 'ping6 ::1' and you will get a repsonse. André-John On 2-May-2009, at 17:17, S Arvind wrote: Why i

RE: Database pooling prob

2009-05-03 Thread Caldarale, Charles R
> From: S Arvind [mailto: arvindw...@gmail.com] > Subject: Re: Database pooling prob > > Why ip is missing??? It's not. [::1] is the IPv6 equivalent of IPv4 127.0.0.1. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus fo

Re: Database pooling prob

2009-05-03 Thread André Warnier
S Arvind wrote: Why ip is missing??? man netstat or netstat -h - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Database pooling prob

2009-05-02 Thread S Arvind
Why ip is missing??? -Arvind S * "Many of lifes failure are people who did not realize how close they were to success when they gave up." -Thomas Edison* On Sun, May 3, 2009 at 2:42 AM, Filip Hanik - Dev Lists wrote: > if the client and the server are on the same machine, you would get two

Re: Database pooling prob

2009-05-02 Thread Filip Hanik - Dev Lists
if the client and the server are on the same machine, you would get two lines in the netstat output TCP[::1]:80 Michael:50522 ESTABLISHED TCP[::1]:50522Michael:http ESTABLISHED one line is for the server connection, and the other one is for t

Database pooling prob

2009-05-02 Thread S Arvind
from this stack trace i can find that there is no problem in Tomcat or dbcp. But when i try my postgre from outside application its working fine but when i connect from local tomcat application it not working fine. I disable the firewall and all ... but i keep on getting this stack AbandonedO