Please guys: This is a simple question...
Inside the repository.xml file.....
<jdbc-connection-descriptor
platform=postgresql
jdbc-level=1.0
driver=org.postgresql.Driver
protocol=jdbc
subprotocol=postgresql
dbalias=test
username=user1
password=mucaLives
/>
what is the property name for specifying the node:port string in the
JDBC URL.. I can not find this in the docs anywhere. I was kind of
thinking that it was the same as in the profile files but the property
names are different.
By the way I think that several links in on the web page for the
tutorials are broken.. Surely someone out there is doing this...