Forum OpenACS Q&A: Other postgres port?

Collapse
Posted by Rocael Hernández Rizzardini on
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,

Collapse
Posted by Roberto Mello on
Looks like you did a cross posting here and in the AOLserver list. I replied to your message in the AOLserver list. IMHO you should post the question to ONE list at a time. If that list does net give you an answer, post to another.