私はpostgresデータベースとpgpoolを使用しています。Postgresデータベースポート:5432は正常に動作しています。しかし、私はPgpoolポートを使用しています:9999は機能していません。
MYインポートxmlファイル(myproduct.xml) が機能しています
<dataSource name="jdbc" driver="org.postgresql.Driver"
url="jdbc:postgresql://localhost:5432/xxxxx"
user=" xxxxx " password="xxxxx" readOnly="true" autoCommit="false" />
動作しない
<dataSource name="jdbc" driver="org.postgresql.Driver"
url="jdbc:postgresql://localhost:9999/xxxxx"
user=" xxxxx " password="xxxxx" readOnly="true" autoCommit="false" />
pgpoolの問題ですか、それともsolrの問題ですか?問題を教えてください。この問題をpgpoolに保存するにはどうすればよいですか?