I am using postgres database and pgpool . Postgres database port : 5432 is woking fine. But I am using Pgpool port : 9999 is Not Working.
MY importing xml file (myproduct.xml) Working
<dataSource name="jdbc" driver="org.postgresql.Driver"
url="jdbc:postgresql://localhost:5432/xxxxx"
user=" xxxxx " password="xxxxx" readOnly="true" autoCommit="false" />
Not Working
<dataSource name="jdbc" driver="org.postgresql.Driver"
url="jdbc:postgresql://localhost:9999/xxxxx"
user=" xxxxx " password="xxxxx" readOnly="true" autoCommit="false" />
It is pgpool problem or solr problem? please any onle let me know the issues and How to I salve pgpool this problem?