I'm stuck on something easy.  I can't figure out how to define the JDBC
connection in repository.xml.  I have a postgresql server running on
localhost.  I assume this is what I'm supposed to define:

   <jdbc-connection-descriptor
     platform="PostgreSQL"
     jdbc-level="2.0"
     driver="org.postgresql.Driver"
     protocol="jdbc"
     subprotocol="@URL_SUBPROTOCOL@"
     dbalias="database_alias_here"
     username="xxx"
     password="xxx"
   />

How do I specify the URL or the fact that the server is running on
localhost?

Michael Blake Day
Artistry Studios - e-commerce design, implementation and hosting
email: [EMAIL PROTECTED]
mobile: 770.480.1547

Reply via email to