Hi all!
I would like to run my postgres server in other port that 5432
(default), so I did postmaster -D /usr/local/pgsql/data -p 5579
and the postgres server is running ok, I can contect to my DB doing
psql mydb -p 5579
but when I try to access that db through my aolserver I can't, in my
myserver.tcl file in the definitions of the pools I put:
ns_param DataSource localhost:5579:mydb
But I can't connect to the server.
Is this right??
What should I do??
I'm using RH6.2, aolserver 3.2+ad10 and postgresql7.0.2
Thanks,